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:
@@ -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 "/")
|
||||
|
||||
Reference in New Issue
Block a user