diff options
author | Grant Bowman <grantbow at grantbow dot com> | 2002-10-05 04:45:00 +0000 |
---|---|---|
committer | Grant Bowman <grantbow at grantbow dot com> | 2002-10-05 04:45:00 +0000 |
commit | c150b0032c3be06019f21213d541e2c8fe9bb6b6 (patch) | |
tree | 53c2d40045305b770daefd2077e5b4a8e179cafd /Hurd | |
parent | 20a92761a83f99018a062a0f202d2450b151370d (diff) |
none
Diffstat (limited to 'Hurd')
-rw-r--r-- | Hurd/GrubNotes.mdwn | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Hurd/GrubNotes.mdwn b/Hurd/GrubNotes.mdwn index 40a2a215..4b991d88 100644 --- a/Hurd/GrubNotes.mdwn +++ b/Hurd/GrubNotes.mdwn @@ -1,8 +1,8 @@ While [Neal's install guide](http://web.walfield.org/papers/hurd-installation-guide/english/hurd-install-guide.html) is very good it does not have complete information regarding the GRUB boot loader. The syntax is also different from Lilo's and so to scratch my own itch I'm creating this quick reference. The [Grub manual](http://www.gnu.org/manual/grub/html_mono/grub.html) is another good reference. * update-grub is **Debian specific** and very nice. It will automatically create a /boot/grub/menu.lst file for the kernels in /boot/. It will also append a manually configured set for other partitions like the GNU/Hurd. -* grub-floppy is **Debian specific** script to create a boot floppy. -* mkbimage is another boot floppy creation script. +* grub-floppy is a **Debian specific** boot floppy creation script. +* mkbimage is a **Debian specific** boot disk image creation script. * <http://khazad.dyndns.org/packages/grub-disk/> contains a Debian packaged makefile for creating CD & floppy images. * essential Grub commands & disk syntax * root |