guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/06: file-systems: Use 'no-atime' for %IMMUTABLE-STORE.


From: guix-commits
Subject: 02/06: file-systems: Use 'no-atime' for %IMMUTABLE-STORE.
Date: Fri, 19 Jul 2019 05:53:55 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit b41c7beb0b5b7a16656d6acf53f77eaf2a58e125
Author: Ludovic Courtès <address@hidden>
Date:   Fri Jul 19 11:48:19 2019 +0200

    file-systems: Use 'no-atime' for %IMMUTABLE-STORE.
    
    * gnu/system/file-systems.scm (%immutable-store): Add 'no-atime'.
---
 gnu/system/file-systems.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/system/file-systems.scm b/gnu/system/file-systems.scm
index 393dd0d..d11b36f 100644
--- a/gnu/system/file-systems.scm
+++ b/gnu/system/file-systems.scm
@@ -1,5 +1,5 @@
 ;;; GNU Guix --- Functional package management for GNU
-;;; Copyright © 2013, 2014, 2015, 2016, 2017, 2018 Ludovic Courtès 
<address@hidden>
+;;; Copyright © 2013, 2014, 2015, 2016, 2017, 2018, 2019 Ludovic Courtès 
<address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -352,7 +352,7 @@ TARGET in the other system."
     (mount-point (%store-prefix))
     (type "none")
     (check? #f)
-    (flags '(read-only bind-mount))))
+    (flags '(read-only bind-mount no-atime))))
 
 (define %control-groups
   (let ((parent (file-system



reply via email to

[Prev in Thread] Current Thread [Next in Thread]