1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

system: hurd: Remove %hurd64-default-* variants.

Since 8f852885de these are aliases.

* gnu/system/hurd.scm (%hurd64-default-operating-system,
%hurd64-default-operating-system-kernel): Delete variables.

* gnu/system/images/hurd.scm (hurd64-barebones-os): Replace
%hurd64-default-operating-system with %hurd-default-operating-system
* gnu/system/examples/bare-hurd64.tmpl (%hurd64-os): Same.
* gnu/tests/virtualization.scm (%childhurd64-os): Remove usage of
%hurd64-default-operating-system-kernel.

Merges: #5544.

Change-Id: Ie7345cd99dc37712e7a0f7683ad738c194c70fa7
This commit is contained in:
Yelninei
2026-01-11 12:33:53 +00:00
committed by Janneke Nieuwenhuizen
parent 404a14f879
commit d4ee8de214
4 changed files with 2 additions and 12 deletions

View File

@@ -32,7 +32,7 @@
(define %hurd64-os
(operating-system
(inherit %hurd64-default-operating-system)
(inherit %hurd-default-operating-system)
(bootloader (bootloader-configuration
(bootloader grub-minimal-bootloader)
(targets '("/dev/sdX"))))