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

@@ -295,7 +295,6 @@
(type 'hurd64-qcow2)
(os (operating-system
(inherit %hurd-vm-operating-system)
(kernel %hurd64-default-operating-system-kernel)
(kernel-arguments '("noide")) ;use rumpdisk
(users (cons (user-account
(name "test")