From 7ac3bcfa833aa3338ad4987835db18f9b67161ea Mon Sep 17 00:00:00 2001 From: robertmh Date: Sat, 5 Jan 2008 12:20:28 +0000 Subject: [PATCH] 2008-01-05 Robert Millan * util/i386/pc/grub-setup.c (usage): Replace obsolete `(hd0,0)' in usage example with `(hd0,1)'. --- ChangeLog | 5 +++++ util/i386/pc/grub-setup.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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\