guix-commits
[Top][All Lists]
Advanced

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

04/07: install: Remove cgroup and elogind file systems.


From: Ludovic Courtès
Subject: 04/07: install: Remove cgroup and elogind file systems.
Date: Thu, 24 Mar 2016 21:47:46 +0000

civodul pushed a commit to branch master
in repository guix.

commit 0feefb530fff23ae038cac8d2a719b59db10c400
Author: Ludovic Courtès <address@hidden>
Date:   Thu Mar 24 21:48:21 2016 +0100

    install: Remove cgroup and elogind file systems.
    
    * gnu/system/install.scm (installation-os): Explicitly list three file
    systems instead of using %BASE-FILE-SYSTEMS.
---
 gnu/system/install.scm |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/gnu/system/install.scm b/gnu/system/install.scm
index 7a363ca..4a230c8 100644
--- a/gnu/system/install.scm
+++ b/gnu/system/install.scm
@@ -357,7 +357,11 @@ Use Alt-F2 for documentation.
               (type "tmpfs")
               (check? #f))
 
-            %base-file-systems))
+            ;; XXX: This should be %BASE-FILE-SYSTEMS but we don't need
+            ;; elogind's cgroup file systems.
+            (list %pseudo-terminal-file-system
+                  %shared-memory-file-system
+                  %immutable-store)))
 
     (users (list (user-account
                   (name "guest")



reply via email to

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