fix GPT check in bios_grub function

This commit is contained in:
Tobias Powalowski 2011-11-16 20:09:05 +01:00
parent 6e23204511
commit 46b1dd1694

View file

@ -4059,6 +4059,7 @@ dogrub2_bios() {
CHECK_BIOS_BOOT_GRUB2="1"
CHECK_UEFI_SYS_PART=""
RUN_CGDISK=""
DISC="${bootdev}"
check_gpt
else
if [[ "${FAIL_COMPLEX}" == "0" ]]; then