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
No known key found for this signature in database
GPG Key ID: F3C1A0D9C1D65273
1 changed files with 1 additions and 1 deletions

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")