diff options
author | Andrew Resch <andrewresch@gmail.com> | 2005-04-23 19:29:17 +0000 |
---|---|---|
committer | Andrew Resch <andrewresch@gmail.com> | 2005-04-23 19:29:17 +0000 |
commit | d7d2d65e87778908a3525f48e256f29fd4c1fa9a (patch) | |
tree | f47369bbe0b672d75ac151d117bed5e88fc85df1 /Distrib | |
parent | 3419b1e8210a3a31c7b2392728292ff2dcd1d65d (diff) |
none
Diffstat (limited to 'Distrib')
-rw-r--r-- | Distrib/HurdOnQEMU.mdwn | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Distrib/HurdOnQEMU.mdwn b/Distrib/HurdOnQEMU.mdwn index 72ac93be..51809d35 100644 --- a/Distrib/HurdOnQEMU.mdwn +++ b/Distrib/HurdOnQEMU.mdwn @@ -2,9 +2,9 @@ I will assume you have already installed [QEMU](http://fabrice.bellard.free.fr/qemu/). -You may need the [floppy.img](http://24.109.97.177:57777/floppy.img) that I use. It is from the debian grub boot disk package. +You may need the [floppy.img](http://mycelium.afraid.org/floppy.img) that I use. It is from the debian grub boot disk package. -The version of [lomount](http://24.109.97.177:57777/lomount.tar.gz) that I use. +The version of [lomount](http://mycelium.afraid.org/lomount.tar.gz) that I use. First off use `qemu-img` to create a disk image. I set mine to 2 gigabytes. @@ -16,7 +16,7 @@ Now you will need a cdrom image or an install CD. I will use debian/hurd K8 in t 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 its `-isa` command line option. +**Important:** Debian K8's gnumach will not boot in QEMU unless you use QEMU's `-isa` command line option. Now run your image with floppy booting and finish the install (`./native-install` .. etc) |