summaryrefslogtreecommitdiff
path: root/build-aux
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2014-05-15 22:47:53 +0200
committerLudovic Courtès <ludo@gnu.org>2014-05-15 22:47:53 +0200
commitc336a66fe825e062052f0812cc729c5b04411117 (patch)
tree359921a227ec3b94c6d5ff7e98aa889e09f9a234 /build-aux
parent2717a89a84f9af72f1e0d32d96e192ea088a5124 (diff)
downloadguix-c336a66fe825e062052f0812cc729c5b04411117.tar.gz
guix-c336a66fe825e062052f0812cc729c5b04411117.tar.xz
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.
Diffstat (limited to 'build-aux')
-rw-r--r--build-aux/hydra/demo-os.scm2
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")