summary refs log tree commit diff
path: root/gnu/system
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/system')
-rw-r--r--gnu/system/hurd.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/system/hurd.scm b/gnu/system/hurd.scm
index 43d98cc8c2..80fffe8e45 100644
--- a/gnu/system/hurd.scm
+++ b/gnu/system/hurd.scm
@@ -94,7 +94,7 @@
     (bootloader (bootloader-configuration
                  (bootloader grub-minimal-bootloader)
                  (target "/dev/vda")))
-    (initrd (lambda _ '()))
+    (initrd #f)
     (initrd-modules (lambda _ '()))
     (firmware '())
     (host-name "guixygnu")