summaryrefslogtreecommitdiff
path: root/hurd/running/live_cd.mdwn
diff options
context:
space:
mode:
authorArne Babenhauserheide <arne_bab@web.de>2010-07-09 11:13:53 +0200
committerArne Babenhauserheide <arne_bab@web.de>2010-07-09 11:13:53 +0200
commitf35c31318e1c99df211e3c24c4132abbe7c775e1 (patch)
tree523917f39be92eb7b8417e5493c2ff05af31eb9b /hurd/running/live_cd.mdwn
parenta6a29918c91a91b98be069b217c604e4f1c08dfa (diff)
livecds: added instructions for the LiveCD from Justus Winter.
Diffstat (limited to 'hurd/running/live_cd.mdwn')
-rw-r--r--hurd/running/live_cd.mdwn9
1 files changed, 8 insertions, 1 deletions
diff --git a/hurd/running/live_cd.mdwn b/hurd/running/live_cd.mdwn
index 568b6535..42d85c5b 100644
--- a/hurd/running/live_cd.mdwn
+++ b/hurd/running/live_cd.mdwn
@@ -8,11 +8,18 @@ Use it like this:
$ qemu -cdrom hurd-tiny-cd-20060722.iso
+A more 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
+
+ $ wget http://teythoon.cryptobitch.de/hurd/livecd/hurd-live-install-1273300101.iso.xz
+ $ xz -d hurd-live-install-1273300101.iso.xz
+ $ qemu -cdrom hurd-live-install-1273300101.iso
+
These [[!wikipedia LiveCD]]s 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.
-
* [[RequirementsForLiveCD]]
* [[BuildingHurdLiveCD]]