summaryrefslogtreecommitdiff
path: root/gnu/system/examples/bare-hurd64.tmpl
AgeCommit message (Collapse)Author
2026-03-09system: hurd: Remove %hurd64-default-* variants.Yelninei
Since 8f852885de485098812450711e81c1f446d3acb6 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
2026-03-06system: examples: bare-hurd64: Remove now unnecessary kernel-arguments.Janneke Nieuwenhuizen
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
2026-02-27system: examples: Remove comments on missing login prompt on hurd64.Yelninei
* gnu/system/examples/bare-hurd64.tmpl: Remove outdated comment. * gnu/system/examples/devel-hurd64.tmpl: Remove outdated comment. Merges: https://codeberg.org/guix/guix/pulls/5545 Change-Id: Icd31fe47392263f2629e882c791013679a0fd597 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-11-29system: examples: Add machine argument to qemu for hurd64Yelninei
Change-Id: I30bb65819421b71bb78f6b51dde79540fd8a504a Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2024-12-18system: examples: Update instructions in {bare,devel}-hurd64.tmpl.Janneke Nieuwenhuizen
* gnu/system/examples/bare-hurd64.tmpl: Remove --machine q35, there seems to be no longer any need for this. Mention that there is no login prompt. * gnu/system/examples/devel-hurd64.tmpl: Likewise. Change-Id: Ib918cff3ca96f2a199869e876b6a75fedb09c983
2024-12-18system/examples: Fix qemu invocation in comment of bare-hurd64.tmpl.Maxim Cournoyer
* gnu/system/examples/bare-hurd64.tmpl: Add missing backslash escape. Change-Id: I84c5d37c6efb005a14f15b96432360628003d87b
2024-12-18system/examples: Use latest QEMU for hurd examples.Maxim Cournoyer
* gnu/system/examples/bare-hurd64.tmpl: Replace qemu@7 with qemu in invocation example. * gnu/system/examples/devel-hurd64.tmpl: Likewise. Change-Id: I3cdbff6f68b810feff1d9b2929a323498af3fd29
2024-12-03system: examples: Add bare-hurd64.tmpl.Janneke Nieuwenhuizen
* gnu/system/examples/bare-hurd.tmpl: Update comments. * gnu/system/examples/bare-hurd64.tmpl: New file. Change-Id: I8d26afd19afaa8fb3558948b50b0efdc0f83f29c