2009-07-28 Felix Zielcke <fzielcke@z-51.de>

* util/i386/pc/grub-install: Fix parsing of --disk-module
	option.
This commit is contained in:
fzielcke 2009-07-28 18:32:28 +00:00
parent c521b62b6c
commit 2ddd36d7a9
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2009-07-28 Felix Zielcke <fzielcke@z-51.de>
* util/i386/pc/grub-install: Fix parsing of --disk-module
option.
2009-07-28 Felix Zielcke <fzielcke@z-51.de>
* util/i386/pc/grub-setup.c (setup): Fix 2 incorrect checks

View file

@ -119,7 +119,7 @@ for option in "$@"; do
recheck=yes ;;
--disk-module=*)
if [ "${target_cpu}-${platform}" = "i386-pc" ] ; then
disk_module=`echo "$option" | sed 's/--disk-module//'`
disk_module=`echo "$option" | sed 's/--disk-module=//'`
fi ;;
# This is an undocumented feature...
--debug)