summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Resch <andrewresch@gmail.com>2006-03-07 01:56:00 +0000
committerAndrew Resch <andrewresch@gmail.com>2006-03-07 01:56:00 +0000
commitb6874f019e6f73534b89f95ef54cddc3b5a81610 (patch)
tree2bb9b718853637c7a1cc86659f9be59c4f31aac0
parent78c2cf86c85d59ce645e83fea6291e464990def9 (diff)
none
-rw-r--r--Distrib/HurdOnQEMU.mdwn2
1 files changed, 1 insertions, 1 deletions
diff --git a/Distrib/HurdOnQEMU.mdwn b/Distrib/HurdOnQEMU.mdwn
index 168520c3..377e26f2 100644
--- a/Distrib/HurdOnQEMU.mdwn
+++ b/Distrib/HurdOnQEMU.mdwn
@@ -8,7 +8,7 @@ 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 K9 in this example. I use a floppy image with [[GRUB]] on it to boot the system, after i'm 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 K9 in this example. I use a floppy image with [[GRUB]] on it to boot the system after I'm 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-K9-hurd-i386-CD1.iso -fda floppy.img -boot d