diff options
author | Ognyan Kulev <ogi@fmi.uni-sofia.bg> | 2005-02-08 07:56:00 +0000 |
---|---|---|
committer | Ognyan Kulev <ogi@fmi.uni-sofia.bg> | 2005-02-08 07:56:00 +0000 |
commit | b4df7d88803d825d51646186d5f1c5b6a06a6121 (patch) | |
tree | d30fac61d5dc7ab5934c40b760b7ff4829c3b701 /Hurd | |
parent | e924410ccd9c50b7a71c7e36e7f4f4e8dea52f01 (diff) |
none
Diffstat (limited to 'Hurd')
-rw-r--r-- | Hurd/QemuImageForL4.mdwn | 8 |
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 <nattfodd@gmail.com> +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 < <nattfodd@gmailNOSPAM.com> > -- [[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 |