diff --git a/ChangeLog b/ChangeLog index bf620d369..8ebef9167 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,13 +1,14 @@ 2004-06-24 Robert Millan 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 This is a big change on saving a default entry. This change diff --git a/util/grub-install.in b/util/grub-install.in index 3c90f6ea2..e5fb0c272 100644 --- a/util/grub-install.in +++ b/util/grub-install.in @@ -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 . EOF }