install: Remove cgroup and elogind file systems.
* gnu/system/install.scm (installation-os): Explicitly list three file systems instead of using %BASE-FILE-SYSTEMS.
This commit is contained in:
parent
2fa909b27b
commit
0feefb530f
|
@ -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")
|
||||
|
|
Loading…
Reference in New Issue