summaryrefslogtreecommitdiff
path: root/gnu/system
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2022-04-07 21:57:22 +0200
committerLudovic Courtès <ludo@gnu.org>2022-04-08 18:14:35 +0200
commitdf473496edefbb88eaf2fbff7dda2665eb21b4d1 (patch)
tree799a8e5f3e3a1499f6867bf1a61dae6949e61a00 /gnu/system
parent20691c70cf2c5a61af7f906b65d57a524ecfc4f3 (diff)
downloadguix-patches-df473496edefbb88eaf2fbff7dda2665eb21b4d1.tar
guix-patches-df473496edefbb88eaf2fbff7dda2665eb21b4d1.tar.gz
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.
Diffstat (limited to 'gnu/system')
-rw-r--r--gnu/system/hurd.scm2
1 files changed, 1 insertions, 1 deletions
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 '())