This is an automated email from the git hooks/post-receive script.
guix_mirror_bot pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 2cec204a4c system: examples: bare-hurd64: Remove now unnecessary
kernel-arguments.
2cec204a4c is described below
commit 2cec204a4c3d6df866cbe4df891453afaad2fe87
Author: Janneke Nieuwenhuizen <[email protected]>
AuthorDate: Fri Mar 6 19:47:54 2026 +0100
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
---
gnu/system/examples/bare-hurd64.tmpl | 1 -
1 file changed, 1 deletion(-)
diff --git a/gnu/system/examples/bare-hurd64.tmpl
b/gnu/system/examples/bare-hurd64.tmpl
index 2d051d6465..8d99dffa77 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 "/")