summaryrefslogtreecommitdiff
path: root/hurd/running/live_cd.mdwn
diff options
context:
space:
mode:
authorThomas Schwinge <thomas@schwinge.name>2010-12-13 17:11:51 +0100
committerThomas Schwinge <thomas@schwinge.name>2010-12-13 17:11:51 +0100
commit2d75167da62e3486836e5f1773e5f1ab06e43fe8 (patch)
treee44fc83e0b1419836d1b21652ad1d38b8d0af2c4 /hurd/running/live_cd.mdwn
parent217998d56f5b6424a685f8c87f2c0e924d1c89da (diff)
parent5c5c16e265d8ef56b71f319885f32bf144bdea23 (diff)
Merge branch 'master' into external_pager_mechanism
Conflicts: microkernel/mach/external_pager_mechanism.mdwn
Diffstat (limited to 'hurd/running/live_cd.mdwn')
-rw-r--r--hurd/running/live_cd.mdwn25
1 files changed, 25 insertions, 0 deletions
diff --git a/hurd/running/live_cd.mdwn b/hurd/running/live_cd.mdwn
new file mode 100644
index 00000000..42d85c5b
--- /dev/null
+++ b/hurd/running/live_cd.mdwn
@@ -0,0 +1,25 @@
+You can download a gzipped iso of a Hurd Live CD at
+<http://www.superunprivileged.org/hurd/live-cd/>.
+
+The Superunpriveleged crew also offers a tiny Hurd Live CD that is under 10
+MiB: <http://www.superunprivileged.org/hurd/tiny-cd/>
+
+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]]