system: hurd: Oops, have 'initrd' default to #f.
* gnu/system/hurd.scm (%hurd-default-operating-system)[initrd]: Oops, set to #f.
parent
9299da1362
commit
5164d7fd26
|
@ -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")
|
||||
|
|
Reference in New Issue