summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPedro Macanas <pmacv@telefonica.net>2005-11-13 20:18:22 +0000
committerPedro Macanas <pmacv@telefonica.net>2005-11-13 20:18:22 +0000
commit8c7b271ba3f101e071c47e015b6683ae45285a66 (patch)
treeb33c2d5345097f220b3f4a1a1b2215dc0ac83b18
parentba39b145d2d7a366db1cbe828b97079763b7145b (diff)
none
-rw-r--r--Distrib/HurdOnQEMU.mdwn6
1 files changed, 3 insertions, 3 deletions
diff --git a/Distrib/HurdOnQEMU.mdwn b/Distrib/HurdOnQEMU.mdwn
index ebe4bf07..6d17c2f5 100644
--- a/Distrib/HurdOnQEMU.mdwn
+++ b/Distrib/HurdOnQEMU.mdwn
@@ -2,13 +2,13 @@
I will assume you have already installed [[QEMU]].
-You will need the [debian grub boot disk package](ftp://ftp.debian.org/debian/pool/main/g/grub/grub-disk_0.95+cvs20040624-17_all.deb) for the floppy.img. The floppy boot image is called grub-0.95-i386-pc.ext2fs.gz and you can gunzip this and rename it to floppy.img if you like.
+You will need the [debian grub boot disk package](ftp://ftp.debian.org/debian/pool/main/g/grub/grub-disk_0.95+cvs20040624-17_all.deb) for the floppy.img . The floppy boot image is called grub-0.95-i386-pc.ext2fs.gz and you can [[Gunzip]] this and rename it to floppy.img if you like.
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 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 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
@@ -24,7 +24,7 @@ So far I haven't been able to get networking going, it seems as if gnumach is no
### <a name="Mounting_disk_image"> Mounting disk image </a>
-If you want to mount your disk image, you'll either have to use mount or a program called lomount to do this. If you are going to use mount, you will need to know the correct offset.
+If you want to mount your disk image, you'll either have to use mount or a program called [[Lomount]] to do this. If you are going to use mount, you will need to know the correct offset.
# mount -o loop,offset=OFFSET hd0.img /mnt/diskimage