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:
parent
9299da1362
commit
5164d7fd26
1 changed files with 1 additions and 1 deletions
|
@ -94,7 +94,7 @@
|
||||||
(bootloader (bootloader-configuration
|
(bootloader (bootloader-configuration
|
||||||
(bootloader grub-minimal-bootloader)
|
(bootloader grub-minimal-bootloader)
|
||||||
(target "/dev/vda")))
|
(target "/dev/vda")))
|
||||||
(initrd (lambda _ '()))
|
(initrd #f)
|
||||||
(initrd-modules (lambda _ '()))
|
(initrd-modules (lambda _ '()))
|
||||||
(firmware '())
|
(firmware '())
|
||||||
(host-name "guixygnu")
|
(host-name "guixygnu")
|
||||||
|
|
Reference in a new issue