summaryrefslogtreecommitdiff
path: root/Hurd
diff options
context:
space:
mode:
Diffstat (limited to 'Hurd')
-rw-r--r--Hurd/QemuImageForL4.mdwn8
1 files changed, 5 insertions, 3 deletions
diff --git a/Hurd/QemuImageForL4.mdwn b/Hurd/QemuImageForL4.mdwn
index d6b3b922..40cf6f48 100644
--- a/Hurd/QemuImageForL4.mdwn
+++ b/Hurd/QemuImageForL4.mdwn
@@ -133,7 +133,7 @@ Congratulations, you just booted Hurd/L4 ! To start the Kernel Debugger, press `
-- [[Main/OgnyanKulev]] - 05 Feb 2005
-I didn't bother to licence it as it is so small, but consider it is under some sort of creative commons that allows redistribution and modification. <br /> -- Alexandre Buisse &lt;nattfodd@gmail.com&gt;
+I didn't bother to licence it as it is so small, but consider it is under some sort of creative commons that allows redistribution and modification. <br /> -- Alexandre Buisse &lt; <nattfodd@gmailNOSPAM.com> &gt;
-- [[Main/JoachimNilsson]] - 05 Feb 2005
@@ -164,7 +164,7 @@ Comments from Marcus Brinkmann:
-- [[Main/OgnyanKulev]] - 05 Feb 2005
- I've been doing this sort of thing (See also info grub for makeing bootable eltorito grub cd ISOs):
+I've been doing this sort of thing (See also `info grub` for making bootable eltorito grub cd ISOs):
$ cd /usr/src/controlled/qemu-images
$ ls -R l4
@@ -179,7 +179,9 @@ Comments from Marcus Brinkmann:
menu.lst stage2_eltorito
$ cd /usr/src/controlled/qemu-images # dir above "l4" dir.
- $ mkisofs -R -b boot/grub/stage2_eltorito -no-emul-boot -boot-load-size 4 -boot-info-table -o /usr/src/controlled/qemu-images/l4.iso l4
+ $ mkisofs -R -b boot/grub/stage2_eltorito -no-emul-boot \
+ -boot-load-size 4 -boot-info-table \
+ -o /usr/src/controlled/qemu-images/l4.iso l4
$ qemu -boot d -cdrom /usr/src/controlled/qemu-images/l4.iso