summaryrefslogtreecommitdiff
path: root/Hurd
diff options
context:
space:
mode:
authorOgnyan Kulev <ogi@fmi.uni-sofia.bg>2005-02-08 07:56:00 +0000
committerOgnyan Kulev <ogi@fmi.uni-sofia.bg>2005-02-08 07:56:00 +0000
commitb4df7d88803d825d51646186d5f1c5b6a06a6121 (patch)
treed30fac61d5dc7ab5934c40b760b7ff4829c3b701 /Hurd
parente924410ccd9c50b7a71c7e36e7f4f4e8dea52f01 (diff)
none
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