* util/grub-install.in: Ignore empty partition table detection
instead of trying to include part_ module.
This commit is contained in:
parent
1fd08bf111
commit
65e93f6b84
2 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2010-11-14 Vladimir Serbinenko <phcoder@gmail.com>
|
||||||
|
|
||||||
|
* util/grub-install.in: Ignore empty partition table detection
|
||||||
|
instead of trying to include part_ module.
|
||||||
|
|
||||||
2010-11-14 Vladimir Serbinenko <phcoder@gmail.com>
|
2010-11-14 Vladimir Serbinenko <phcoder@gmail.com>
|
||||||
|
|
||||||
* grub-core/disk/lvm.c (GRUB_MOD_FINI): Reset the vg_list. Fixes
|
* grub-core/disk/lvm.c (GRUB_MOD_FINI): Reset the vg_list. Fixes
|
||||||
|
|
|
@ -477,6 +477,7 @@ for x in "`"$grub_probe" --device-map="${device_map}" --target=partmap --device
|
||||||
case "$x" in
|
case "$x" in
|
||||||
netbsd | openbsd)
|
netbsd | openbsd)
|
||||||
partmap_module="$partmap_module part_bsd";;
|
partmap_module="$partmap_module part_bsd";;
|
||||||
|
"") ;;
|
||||||
*)
|
*)
|
||||||
partmap_module="$partmap_module part_$x";;
|
partmap_module="$partmap_module part_$x";;
|
||||||
esac
|
esac
|
||||||
|
|
Loading…
Add table
Reference in a new issue