mirror of
https://gitlab.com/JKANetwork/JKArch.git
synced 2026-02-15 17:51:33 +01:00
changes
This commit is contained in:
@@ -127,11 +127,9 @@ if [[ ! $optpa -eq 3 ]];then
|
|||||||
done
|
done
|
||||||
|
|
||||||
#Detectar tipo de tabla de particiones (gpt o msdos) y si es gpt, preparar para UEFI
|
#Detectar tipo de tabla de particiones (gpt o msdos) y si es gpt, preparar para UEFI
|
||||||
echo "$(parted /dev/${hd} p | grep "Partition Table" | awk '1 {print $3}')"
|
|
||||||
tabletype="$(parted /dev/${hd} p | grep "Partition Table" | awk '1 {print $3}')"
|
tabletype="$(parted /dev/${hd} p | grep "Partition Table" | awk '1 {print $3}')"
|
||||||
echo $tabletype
|
|
||||||
pause
|
if [[ $tabletype = "gpt" ]];then
|
||||||
if [[ $tabletype -eq "gpt" ]];then
|
|
||||||
mostrardialog "GPT Partition Table" "Estas usando el estilo de particiones GPT, que utiliza UEFI, recuerda que tendras que tener y seleccionar la particion UEFI del sistema"
|
mostrardialog "GPT Partition Table" "Estas usando el estilo de particiones GPT, que utiliza UEFI, recuerda que tendras que tener y seleccionar la particion UEFI del sistema"
|
||||||
fi
|
fi
|
||||||
tput setaf 6 ; echo "$(T "Your partition scheme")" ; tput setaf 9
|
tput setaf 6 ; echo "$(T "Your partition scheme")" ; tput setaf 9
|
||||||
|
|||||||
Reference in New Issue
Block a user