mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05: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:
parent
9299da1362
commit
5164d7fd26
1 changed files with 1 additions and 1 deletions
|
@ -94,7 +94,7 @@ (define %hurd-default-operating-system
|
|||
(bootloader (bootloader-configuration
|
||||
(bootloader grub-minimal-bootloader)
|
||||
(target "/dev/vda")))
|
||||
(initrd (lambda _ '()))
|
||||
(initrd #f)
|
||||
(initrd-modules (lambda _ '()))
|
||||
(firmware '())
|
||||
(host-name "guixygnu")
|
||||
|
|
Loading…
Reference in a new issue