]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
* util/grub-install.in: Improve usage message.
authorrobertmh <robertmh@localhost>
Thu, 24 Jun 2004 17:10:09 +0000 (17:10 +0000)
committerrobertmh <robertmh@localhost>
Thu, 24 Jun 2004 17:10:09 +0000 (17:10 +0000)
ChangeLog
util/grub-install.in

index bf620d3694e2eda3029f86e8c3646b0c089dc588..8ebef91670ad35ed0a6bf8378e5e8addf80b814f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,13 +1,14 @@
 2004-06-24  Robert Millan  <robertmh@gnu.org>
 
        Fixes for FHS compliance. (/usr/share is for arch-independant data)
-
        * stage1/Makefile.am: Move stage files to pkglibdir.
        * stage2/Makefile.am: Likewise.
        * docs/grub.texi: s,/usr/share,/usr/lib,g.
        * util/grub-image.in: Look for stage files in pkglibdir.
        * util/grub-install.in: Likewise.
 
+       * util/grub-install.in: Improve usage message.
+
 2004-06-20  Yoshinori K. Okuji  <okuji@enbug.org>
 
        This is a big change on saving a default entry. This change
index 3c90f6ea299a874ab239053c3698c1e119e924b8..e5fb0c272a6cd50518eaf02e02a233a4cbc161f9 100644 (file)
@@ -73,6 +73,10 @@ Install GRUB on your drive.
 
 INSTALL_DEVICE can be a GRUB device name or a system device filename.
 
+grub-install copies GRUB images into the DIR/boot directory specfied by
+--root-directory, and uses the grub shell to install grub into the boot
+sector.
+
 Report bugs to <bug-grub@gnu.org>.
 EOF
 }