[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
- branch master updated (4678cc4 -> ce5d9ec), guix-commits, 2019/07/19
- 01/06: guix archive: Use (gcrypt common)., guix-commits, 2019/07/19
- 02/06: file-systems: Use 'no-atime' for %IMMUTABLE-STORE.,
guix-commits <=
- 03/06: linux-container: Add 'eval/container'., guix-commits, 2019/07/19
- 04/06: channels: Strictly check the version of '.guix-channel'., guix-commits, 2019/07/19
- 06/06: channels: Always provide a <channel-metadata> record., guix-commits, 2019/07/19
- 05/06: channels: Remove unneeded 'version' field of <channel-metadata>., guix-commits, 2019/07/19