From: robertmh Date: Sat, 12 Jul 2008 15:40:50 +0000 (+0000) Subject: 2008-07-12 Robert Millan X-Git-Tag: 1.98~1418 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9a745147b809de83a16f163f10f66185ee097052;p=thirdparty%2Fgrub.git 2008-07-12 Robert Millan * util/i386/pc/grub-mkrescue.in: s/grub-install/grub-mkrescue/g. --- diff --git a/ChangeLog b/ChangeLog index aa5d3f2cd..edab1b052 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2008-07-12 Robert Millan + + * util/i386/pc/grub-mkrescue.in: s/grub-install/grub-mkrescue/g. + 2008-07-11 Robert Millan * util/grub.d/40_custom.in: New file. Example on how to add custom diff --git a/util/i386/pc/grub-mkrescue.in b/util/i386/pc/grub-mkrescue.in index b2d50c90b..83f4ee193 100644 --- a/util/i386/pc/grub-mkrescue.in +++ b/util/i386/pc/grub-mkrescue.in @@ -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=//'` ;;