diff options
author | GNU Hurd wiki engine <web-hurd@gnu.org> | 2007-09-23 22:18:07 +0000 |
---|---|---|
committer | GNU Hurd wiki engine <web-hurd@gnu.org> | 2007-09-23 22:18:07 +0000 |
commit | 95987cf86cee5f85dda59eee6d21804b94d85514 (patch) | |
tree | 3613991f739f143e6db552d56bf696bb3c35e65a /Hurd | |
parent | 197263d381342d14ed383ea756d26fb5f7439b0e (diff) |
web commit by Colin: Fixed Wikipedia/GRUB link
Diffstat (limited to 'Hurd')
-rw-r--r-- | Hurd/FlashHurd.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Hurd/FlashHurd.mdwn b/Hurd/FlashHurd.mdwn index 87389c4b..6558c014 100644 --- a/Hurd/FlashHurd.mdwn +++ b/Hurd/FlashHurd.mdwn @@ -10,7 +10,7 @@ Here is an outline of the things that need to be done. Please add your comments ### <a name="1_We_need_to_be_able_get_a_bootl"> </a> 1. We need to be able get a bootloader for USBs -This is not much of a problem. I have already been successful (see below) in using [Grub](http://en.wikipedia.org/wiki/GRand Unified Bootloader) and the El-Torito HD emulation to boot [[GNUmach]] off a CD. There may be some minor tweaking of Grub code necessary to detect which device to use for booting (instead of having the user select their device (hd0,hd1,etc.) from the Grub menu). +This is not much of a problem. I have already been successful (see below) in using [Grub](http://en.wikipedia.org/wiki/GRand%20Unified%20Bootloader) and the El-Torito HD emulation to boot [[GNUmach]] off a CD. There may be some minor tweaking of Grub code necessary to detect which device to use for booting (instead of having the user select their device (hd0,hd1,etc.) from the Grub menu). Using GRUB's stage2\_eltorito seems to work fine. |