summaryrefslogtreecommitdiff
path: root/Distrib
diff options
context:
space:
mode:
authorOgnyan Kulev <ogi@fmi.uni-sofia.bg>2005-03-15 15:58:12 +0000
committerOgnyan Kulev <ogi@fmi.uni-sofia.bg>2005-03-15 15:58:12 +0000
commitb4376988a63f182afd01c6cd9915494a02fb4299 (patch)
tree1ee955045fb0c22ff3527fb54ed1393c488049bc /Distrib
parentb7ed9ec44d873e1f2f8e57d8440839fecd67efc0 (diff)
none
Diffstat (limited to 'Distrib')
-rw-r--r--Distrib/HurdOnQEMU.mdwn8
1 files changed, 4 insertions, 4 deletions
diff --git a/Distrib/HurdOnQEMU.mdwn b/Distrib/HurdOnQEMU.mdwn
index 398d3e2b..abd51734 100644
--- a/Distrib/HurdOnQEMU.mdwn
+++ b/Distrib/HurdOnQEMU.mdwn
@@ -10,13 +10,13 @@ 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
-Now at his point do the regular install using hd0 as your harddrive. Partition it and install the base system. Instead of rebooting, just stop QEMU (it'll keep booting off the cdrom).
+Now at his point do the regular install using `hd0` as your harddrive. Partition it and install the base system. Instead of rebooting, just stop QEMU (it'll keep booting off the cdrom).
-**Important:** Debian K8's gnumach will not boot in QEMU unless you use it's -isa command line option.
+**Important:** Debian K8's gnumach will not boot in QEMU unless you use its `-isa` command line option.
You'll have to mount your disk image, I use a program called lomount to do this. Then copy the new kernel onto the partition. You could also use mount instead of using lomount if you know the correct offset.
@@ -29,7 +29,7 @@ I personally use lomount cause its easier.
# cp gnumach.gz /mnt/iso/boot
# umount /mnt/iso
-Now run your image with floppy booting and finish the install (./native-install .. etc)
+Now run your image with floppy booting and finish the install (`./native-install` .. etc)
# qemu -hda hd0.img -cdrom debian-K8-hurd-i386-CD1.iso -fda floppy.img -boot a