1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-25 03:30:30 +02:00

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
This commit is contained in:
Janneke Nieuwenhuizen
2026-03-06 19:47:54 +01:00
parent fa3d267dc7
commit 2cec204a4c

View File

@@ -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 "/")