From c336a66fe825e062052f0812cc729c5b04411117 Mon Sep 17 00:00:00 2001
From: Ludovic Courtès <ludo@gnu.org>
Date: Thu, 15 May 2014 22:47:53 +0200
Subject: 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.
---
 build-aux/hydra/demo-os.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'build-aux')

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")
-- 
cgit v1.2.3