* util/grub-install.in: Improve usage message.

This commit is contained in:
robertmh 2004-06-24 17:10:09 +00:00
parent b84bec9188
commit 01eb2cd1f4
2 changed files with 6 additions and 1 deletions

View file

@ -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

View 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
}