2008-01-05 Robert Millan <rmh@aybabtu.com>

* util/i386/pc/grub-setup.c (usage): Replace obsolete `(hd0,0)' in
        usage example with `(hd0,1)'.
This commit is contained in:
robertmh 2008-01-05 12:20:28 +00:00
parent c8ee99d76e
commit 7ac3bcfa83
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2008-01-05 Robert Millan <rmh@aybabtu.com>
* util/i386/pc/grub-setup.c (usage): Replace obsolete `(hd0,0)' in
usage example with `(hd0,1)'.
2008-01-05 Robert Millan <rmh@aybabtu.com>
* kern/i386/loader.S (grub_linux_is_bzimage): New variable.

View File

@ -537,7 +537,7 @@ usage (int status)
Usage: grub-setup [OPTION]... DEVICE\n\
\n\
Set up images to boot from DEVICE.\n\
DEVICE must be a GRUB device (e.g. ``(hd0,0)'').\n\
DEVICE must be a GRUB device (e.g. ``(hd0,1)'').\n\
\n\
-b, --boot-image=FILE use FILE as the boot image [default=%s]\n\
-c, --core-image=FILE use FILE as the core image [default=%s]\n\