diff options
author | Andrew Resch <andrewresch@gmail.com> | 2005-02-24 22:15:51 +0000 |
---|---|---|
committer | Andrew Resch <andrewresch@gmail.com> | 2005-02-24 22:15:51 +0000 |
commit | ff0586f69c3cfc467dfab8d23fb58e537315d4af (patch) | |
tree | 8f3946755bcfc629054d6146781b83244c84b9d3 /Distrib | |
parent | 07b227d208424e84daacce2433ca31df005f5abc (diff) |
none
Diffstat (limited to 'Distrib')
-rw-r--r-- | Distrib/HurdOnQEMU.mdwn | 4 |
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 |