summaryrefslogtreecommitdiff
path: root/build-aux
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2014-05-14 23:17:03 +0200
committerLudovic Courtès <ludo@gnu.org>2014-05-14 23:17:03 +0200
commit2717a89a84f9af72f1e0d32d96e192ea088a5124 (patch)
tree7cc384427206d632d585b219c8c2ba19fd31e52c /build-aux
parent1eeccc2f31c0b0f8c600cb181f19fda1d90551a6 (diff)
downloadguix-2717a89a84f9af72f1e0d32d96e192ea088a5124.tar.gz
guix-2717a89a84f9af72f1e0d32d96e192ea088a5124.tar.xz
system: Provide declarations for the 'fusectl' and 'binfmt_misc' file systems.
* gnu/system.scm (%fuse-control-file-system, %binary-format-file-system): New variables. * build-aux/hydra/demo-os.scm (file-systems): New field.
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")