summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Resch <andrewresch@gmail.com>2005-02-24 22:15:51 +0000
committerAndrew Resch <andrewresch@gmail.com>2005-02-24 22:15:51 +0000
commitff0586f69c3cfc467dfab8d23fb58e537315d4af (patch)
tree8f3946755bcfc629054d6146781b83244c84b9d3
parent07b227d208424e84daacce2433ca31df005f5abc (diff)
none
-rw-r--r--Distrib/HurdOnQEMU.mdwn4
1 files changed, 2 insertions, 2 deletions
diff --git a/Distrib/HurdOnQEMU.mdwn b/Distrib/HurdOnQEMU.mdwn
index ac1a847c..66d39d4b 100644
--- a/Distrib/HurdOnQEMU.mdwn
+++ b/Distrib/HurdOnQEMU.mdwn
@@ -6,11 +6,11 @@ You may need the [floppy.img](http://24.109.97.177:57777/floppy.img) that I use.
The version of [lomount](http://24.109.97.177:57777/lomount.tar.gz) that I use.
-First off use qemu-img to create a disk image. I set mine to 2 gigabytes.
+First off use `qemu-img` to create a disk image. I set mine to 2 gigabytes.
# qemu-img create hd0.img 2G
-Now you will need a cdrom image or an install cd. I will use debian/hurd k8 in this example. I use a floppy image with grub on it to boot the system, after im done installing. The first time you run it you'll want to use -boot d to boot off the cdrom.
+Now you will need a cdrom image or an install cd. I will use debian/hurd k8 in this example. I use a floppy image with grub on it to boot the system, after im done installing. The first time you run it you'll want to use `-boot d` to boot off the cdrom.
# qemu -hda hd0.img -cdrom debian-K8-hurd-i386-CD1.iso -fda floppy.img -boot d