mirror of
https://gitlab.com/JKANetwork/JKArch.git
synced 2026-02-15 17:51:33 +01:00
changes
This commit is contained in:
@@ -130,7 +130,7 @@ if [[ ! $optpa -eq 3 ]];then
|
||||
tabletype="$(parted /dev/${hd} p | grep "Partition Table" | awk '1 {print $3}')"
|
||||
|
||||
if [[ $tabletype = "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 "$(T "GPT Partition Table")" "$(T "You are using GPT, you will have to select EFI")"
|
||||
fi
|
||||
clear
|
||||
tput setaf 6 ; echo "$(T "Your partition scheme")" ; tput setaf 9
|
||||
@@ -225,7 +225,7 @@ if [[ ! $optpa -eq 3 ]];then
|
||||
fi
|
||||
;;
|
||||
2) swapamount=`dialog --stdout --inputbox "Memoria RAM: $(echo $ram) . Introduzca cuanta memoria para swap desea en MB" 9 50`;;
|
||||
3) mostrardialog "Swap" "JKArch detecta automaticamente las particiones swap bien creadas, no debe hacer nada mas";;
|
||||
3) mostrardialog "Swap" "$(T "JKArch autodetects swap partitions")";;
|
||||
esac
|
||||
|
||||
clear
|
||||
@@ -284,7 +284,7 @@ genfstab -U /mnt >> /mnt/etc/fstab
|
||||
if [[ $swaptype ]];then
|
||||
case $swaptype in
|
||||
1)
|
||||
echo "Creando archivo swap, espere"
|
||||
echo "$(T "Creating swap file")"
|
||||
dd if=/dev/zero of=/mnt/swapfile bs=1M count=$swapamount
|
||||
chmod 600 /mnt/swapfile
|
||||
mkswap /mnt/swapfile
|
||||
|
||||
Reference in New Issue
Block a user