diff options
author | Andrew Resch <andrewresch@gmail.com> | 2005-02-27 20:24:21 +0000 |
---|---|---|
committer | Andrew Resch <andrewresch@gmail.com> | 2005-02-27 20:24:21 +0000 |
commit | a0adf4e5151e4a30344f655701138843f4ebf20d (patch) | |
tree | 88a5d9cce0e08ac7314141a004395c55e51b9838 /Distrib | |
parent | a1d376a884995705a9df3f81b04dc36ae395736a (diff) |
none
Diffstat (limited to 'Distrib')
-rw-r--r-- | Distrib/HurdOnQEMU.mdwn | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/Distrib/HurdOnQEMU.mdwn b/Distrib/HurdOnQEMU.mdwn index 66d39d4b..3ca122ce 100644 --- a/Distrib/HurdOnQEMU.mdwn +++ b/Distrib/HurdOnQEMU.mdwn @@ -18,7 +18,11 @@ Now at his point do the regular install using hd0 as your harddrive. Partition i **Important:** Debian K8's gnumach will not boot in QEMU so you'll have to use a different version. I use the one supplied with ams's [snapshot](http://www.update.uu.se/~ams/gnu/gnu-2004-12-04.tar.bz2) and it works well. -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'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. + + # mount -o loop,offset=OFFSET hd0.img /mnt/iso + +I personally use lomount cause its easier. # lomount -diskimage hd0.img -partition 1 /mnt/iso # rm /mnt/iso/boot/gnumach.gz |