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:
parent
c8ee99d76e
commit
7ac3bcfa83
2 changed files with 6 additions and 1 deletions
|
@ -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>
|
2008-01-05 Robert Millan <rmh@aybabtu.com>
|
||||||
|
|
||||||
* kern/i386/loader.S (grub_linux_is_bzimage): New variable.
|
* kern/i386/loader.S (grub_linux_is_bzimage): New variable.
|
||||||
|
|
|
@ -537,7 +537,7 @@ usage (int status)
|
||||||
Usage: grub-setup [OPTION]... DEVICE\n\
|
Usage: grub-setup [OPTION]... DEVICE\n\
|
||||||
\n\
|
\n\
|
||||||
Set up images to boot from DEVICE.\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\
|
\n\
|
||||||
-b, --boot-image=FILE use FILE as the boot image [default=%s]\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\
|
-c, --core-image=FILE use FILE as the core image [default=%s]\n\
|
||||||
|
|
Loading…
Reference in a new issue