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:
parent
c521b62b6c
commit
2ddd36d7a9
2 changed files with 6 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue