2008-07-12 Robert Millan <rmh@aybabtu.com>

* util/i386/pc/grub-mkrescue.in: s/grub-install/grub-mkrescue/g.
This commit is contained in:
robertmh 2008-07-12 15:40:50 +00:00
parent d49a4cf6a7
commit 9a745147b8
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2008-07-12 Robert Millan <rmh@aybabtu.com>
* util/i386/pc/grub-mkrescue.in: s/grub-install/grub-mkrescue/g.
2008-07-11 Robert Millan <rmh@aybabtu.com>
* util/grub.d/40_custom.in: New file. Example on how to add custom

View File

@ -66,7 +66,7 @@ for option in "$@"; do
usage
exit 0 ;;
-v | --version)
echo "grub-install (GNU GRUB ${PACKAGE_VERSION})"
echo "grub-mkrescue (GNU GRUB ${PACKAGE_VERSION})"
exit 0 ;;
--modules=*)
modules=`echo "$option" | sed 's/--modules=//'` ;;