From df473496edefbb88eaf2fbff7dda2665eb21b4d1 Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Thu, 7 Apr 2022 21:57:22 +0200 Subject: 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. --- gnu/system/hurd.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/system/hurd.scm b/gnu/system/hurd.scm index 8e95d0a16c..4bc32d9bd1 100644 --- a/gnu/system/hurd.scm +++ b/gnu/system/hurd.scm @@ -119,7 +119,7 @@ (bootloader grub-minimal-bootloader) (targets '("/dev/vda")))) (initrd #f) - (initrd-modules (lambda _ '())) + (initrd-modules '()) (firmware '()) (host-name "guixygnu") (file-systems '()) -- cgit v1.2.3