From 0b25f8b2376ca901263044e8f44bfb2d0df150fe Mon Sep 17 00:00:00 2001 From: MutoShack Date: Tue, 10 Dec 2019 03:39:18 +0100 Subject: Refer to a newer version of Arch Hurd --- hurd/running/live_cd.mdwn | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/hurd/running/live_cd.mdwn b/hurd/running/live_cd.mdwn index 4ff5a791..85cc8f9e 100644 --- a/hurd/running/live_cd.mdwn +++ b/hurd/running/live_cd.mdwn @@ -4,13 +4,23 @@ A less recent Live CD can be found at . -It can be run with qemu via +Arch Hurd also offers a QEMU image. It can be run with QEMU via + + $ wget https://files.archhurd.org/iso/2018.09.28/archhurd-2018.09.28.img.xz + $ xz -d archhurd-2018.09.28.img.xz + $ kvm -m 1G -drive cache=writeback,file=archhurd-2018.09.28.img + +The .img file is useful for running Arch Hurd in a virtual machine. For hardware installations, + use the Live CD. When using Arch Hurd in QEMU, the command 'hurd-halt' safely stops the +emulation (removing the need for '-no-reboot') + +To install the Live CD ISO file in QEMU (instead of using the .img file): $ wget http://teythoon.cryptobitch.de/hurd/livecd/hurd-live-install-1273300101.iso.xz $ xz -d hurd-live-install-1273300101.iso.xz $ qemu -m 512 -cdrom hurd-live-install-1273300101.iso -These [[!wikipedia LiveCD]]s should be useful for those who want to try out the +The [[!wikipedia LiveCD]] should be useful for those who want to try out the Hurd before they commit to installing it on their hard disks. In addition to that, the bootable Hurd CDs should enable us to have a native installer instead of relying on Linux. -- cgit v1.2.3