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:
+1
-1
@@ -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
Block a user