summary refs log tree commit diff
path: root/build-aux
diff options
context:
space:
mode:
Diffstat (limited to 'build-aux')
-rw-r--r--build-aux/hydra/demo-os.scm6
1 files changed, 4 insertions, 2 deletions
diff --git a/build-aux/hydra/demo-os.scm b/build-aux/hydra/demo-os.scm
index 3276b8e2bf..43baa391e3 100644
--- a/build-aux/hydra/demo-os.scm
+++ b/build-aux/hydra/demo-os.scm
@@ -26,6 +26,7 @@
 
              (gnu packages xorg)
              (gnu packages avahi)
+             (gnu packages linux)
 
              (gnu services networking)
              (gnu services avahi)
@@ -47,7 +48,8 @@
           (device "dummy")
           (type "dummy"))
         ;; %fuse-control-file-system   ; needs fuse.ko
-        %binary-format-file-system))
+        ;; %binary-format-file-system  ; needs binfmt.ko
+        ))
 
  (users (list (user-account
                (name "guest")
@@ -83,4 +85,4 @@ You can log in as 'guest' or 'root' with no password.
   ;; Explicitly allow for empty passwords.
   (base-pam-services #:allow-empty-passwords? #t))
 
- (packages (cons* xterm avahi %base-packages)))
+ (packages (cons* strace xterm avahi %base-packages)))