summaryrefslogtreecommitdiff
path: root/gnu/system
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 /gnu/system
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
Diffstat (limited to 'gnu/system')
-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 @@
(bootloader (bootloader-configuration
(bootloader grub-minimal-bootloader)
(targets '("/dev/sdX"))))
- (kernel-arguments '("noide")) ;use rumpdisk
(file-systems (cons (file-system
(device (file-system-label "hurd"))
(mount-point "/")