]> git.proxmox.com Git - grub2.git/commitdiff
2008-07-12 Robert Millan <rmh@aybabtu.com>
authorrobertmh <robertmh@localhost>
Sat, 12 Jul 2008 15:40:50 +0000 (15:40 +0000)
committerrobertmh <robertmh@localhost>
Sat, 12 Jul 2008 15:40:50 +0000 (15:40 +0000)
        * util/i386/pc/grub-mkrescue.in: s/grub-install/grub-mkrescue/g.

ChangeLog
util/i386/pc/grub-mkrescue.in

index aa5d3f2cd3bc83bea46cc67ffec67ec840ff5b1c..edab1b052b4d28a4583358f5b5741b9c735a5170 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
index b2d50c90ba42bdf69703ecb1cf9849840b282c1e..83f4ee19348df2dc9fbd8548d54fdd682f68786a 100644 (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=//'` ;;