summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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