diff options
-rw-r--r-- | build-aux/hydra/demo-os.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build-aux/hydra/demo-os.scm b/build-aux/hydra/demo-os.scm index fd14bfc7e4..e36a9ca17d 100644 --- a/build-aux/hydra/demo-os.scm +++ b/build-aux/hydra/demo-os.scm @@ -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") |