mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-07 05:30:38 +02:00
system: hurd: Fix bogus 'initrd-modules' field.
Reported by kitzman on #guix. * gnu/system/hurd.scm (%hurd-default-operating-system)[initrd-modules]: Set to the empty list.
This commit is contained in:
@@ -119,7 +119,7 @@
|
||||
(bootloader grub-minimal-bootloader)
|
||||
(targets '("/dev/vda"))))
|
||||
(initrd #f)
|
||||
(initrd-modules (lambda _ '()))
|
||||
(initrd-modules '())
|
||||
(firmware '())
|
||||
(host-name "guixygnu")
|
||||
(file-systems '())
|
||||
|
||||
Reference in New Issue
Block a user