mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
build: Remove fusectl from the default file systems in the demo OS.
* build-aux/hydra/demo-os.scm (file-systems): Comment out %FUSE-CONTROL-FILE-SYSTEM, since fuse.ko is missing by default in the freestanding VM image.
This commit is contained in:
parent
2717a89a84
commit
c336a66fe8
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@
|
|||
(file-systems
|
||||
;; We don't provide a file system for /, but that's OK because the VM build
|
||||
;; code will automatically declare the / file system for us.
|
||||
(list %fuse-control-file-system
|
||||
(list ;; %fuse-control-file-system ; needs fuse.ko
|
||||
%binary-format-file-system))
|
||||
(users (list (user-account
|
||||
(name "guest")
|
||||
|
|
Loading…
Reference in a new issue