summaryrefslogtreecommitdiff
path: root/hurd/running/live_cd.mdwn
diff options
context:
space:
mode:
authorMutoShack <MutoShack@web>2019-12-10 03:39:18 +0100
committerGNU Hurd web pages engine <web-hurd@gnu.org>2019-12-10 03:39:18 +0100
commit0b25f8b2376ca901263044e8f44bfb2d0df150fe (patch)
treec70fe669f6c6f775a0a5f57de00a40eaeff02061 /hurd/running/live_cd.mdwn
parentd7474436a1cb926f1540081869932be0bf829499 (diff)
Refer to a newer version of Arch Hurd
Diffstat (limited to 'hurd/running/live_cd.mdwn')
-rw-r--r--hurd/running/live_cd.mdwn14
1 files 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 <http://teythoon.cryptobitch.de/hurd/livecd/hurd-live-install-1273300101.iso.xz>.
-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.