summaryrefslogtreecommitdiff
path: root/build-aux
diff options
context:
space:
mode:
Diffstat (limited to 'build-aux')
-rw-r--r--build-aux/hydra/demo-os.scm5
1 files changed, 5 insertions, 0 deletions
diff --git a/build-aux/hydra/demo-os.scm b/build-aux/hydra/demo-os.scm
index 4116c063f4..fd14bfc7e4 100644
--- a/build-aux/hydra/demo-os.scm
+++ b/build-aux/hydra/demo-os.scm
@@ -43,6 +43,11 @@
(host-name "gnu")
(timezone "Europe/Paris")
(locale "en_US.UTF-8")
+ (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
+ %binary-format-file-system))
(users (list (user-account
(name "guest")
(group "wheel")