1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-20 16:15:54 +02:00

system: hurd: Oops, have 'initrd' default to #f.

* gnu/system/hurd.scm (%hurd-default-operating-system)[initrd]: Oops, set to #f.
This commit is contained in:
Jan (janneke) Nieuwenhuizen
2020-06-30 18:16:10 +02:00
parent 9299da1362
commit 5164d7fd26
+1 -1
View File
@@ -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")