summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJanneke Nieuwenhuizen <janneke@gnu.org>2026-03-06 19:47:54 +0100
committerJanneke Nieuwenhuizen <janneke@gnu.org>2026-03-06 19:47:54 +0100
commit2cec204a4c3d6df866cbe4df891453afaad2fe87 (patch)
tree55efba05e85b03c9aba5159fe03f1b4c50c6452c
parentfa3d267dc788122e6766d978947897269b191de6 (diff)
system: examples: bare-hurd64: Remove now unnecessary kernel-arguments.
On x86_64-gnu, that only works with RumpDISK, the GRUB bootloader configuration always inserts "noide". * gnu/system/examples/bare-hurd64.tmpl (%hurd64-os)[kernel-arguments]: Remove. Change-Id: Ic648d88ea4171adaa0f932436fbeaadb208cdbfa
-rw-r--r--gnu/system/examples/bare-hurd64.tmpl1
1 files changed, 0 insertions, 1 deletions
diff --git a/gnu/system/examples/bare-hurd64.tmpl b/gnu/system/examples/bare-hurd64.tmpl
index 2d051d64656..8d99dffa776 100644
--- a/gnu/system/examples/bare-hurd64.tmpl
+++ b/gnu/system/examples/bare-hurd64.tmpl
@@ -36,7 +36,6 @@
36 (bootloader (bootloader-configuration 36 (bootloader (bootloader-configuration
37 (bootloader grub-minimal-bootloader) 37 (bootloader grub-minimal-bootloader)
38 (targets '("/dev/sdX")))) 38 (targets '("/dev/sdX"))))
39 (kernel-arguments '("noide")) ;use rumpdisk
40 (file-systems (cons (file-system 39 (file-systems (cons (file-system
41 (device (file-system-label "hurd")) 40 (device (file-system-label "hurd"))
42 (mount-point "/") 41 (mount-point "/")