Update startup.sh
This commit is contained in:
parent
290929c927
commit
7c67172c49
|
|
@ -365,7 +365,7 @@ case $? in
|
||||||
*) set_option FORMATEFI "no" ;;
|
*) set_option FORMATEFI "no" ;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
elif [[ $(sudo sudo fdisk -l | grep -i '^Disklabel type') = "Disklabel type: gpt" ]]; then # Checking for GPT Disk Label on a Legacy BIOS (non UEFI) System
|
elif [[ $(fdisk -l | grep -i 'Disklabel type') = "Disklabel type: gpt" ]]; then # Checking for GPT Disk Label on a Legacy BIOS (non UEFI) System
|
||||||
clear
|
clear
|
||||||
echo -en "
|
echo -en "
|
||||||
------------------------------------------------------------------------
|
------------------------------------------------------------------------
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue