From: robertmh Date: Sat, 5 Jan 2008 12:20:28 +0000 (+0000) Subject: 2008-01-05 Robert Millan X-Git-Tag: 1.98~1728 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7ac3bcfa833aa3338ad4987835db18f9b67161ea;p=thirdparty%2Fgrub.git 2008-01-05 Robert Millan * util/i386/pc/grub-setup.c (usage): Replace obsolete `(hd0,0)' in usage example with `(hd0,1)'. --- diff --git a/ChangeLog b/ChangeLog index 554ac03b1..4acd8b403 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2008-01-05 Robert Millan + + * util/i386/pc/grub-setup.c (usage): Replace obsolete `(hd0,0)' in + usage example with `(hd0,1)'. + 2008-01-05 Robert Millan * kern/i386/loader.S (grub_linux_is_bzimage): New variable. diff --git a/util/i386/pc/grub-setup.c b/util/i386/pc/grub-setup.c index abbea4c06..72ae25c22 100644 --- a/util/i386/pc/grub-setup.c +++ b/util/i386/pc/grub-setup.c @@ -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\