mirror of
https://gitlab.com/JKANetwork/JKArch.git
synced 2026-02-18 03:01:32 +01:00
changes
This commit is contained in:
@@ -256,10 +256,10 @@ case $formatohome in
|
|||||||
"echo No formatear ")
|
"echo No formatear ")
|
||||||
mosfhome="$(T "not formatted")";;
|
mosfhome="$(T "not formatted")";;
|
||||||
esac
|
esac
|
||||||
echo "Partición home (/home): $particionhome , $mosfhome"
|
echo "$(T "Home partition"): $particionhome , $mosfhome"
|
||||||
fi
|
fi
|
||||||
if [[ $partefi ]];then
|
if [[ $partefi ]];then
|
||||||
echo "Tienes una partición EFI en: $partefi"
|
echo "$(T "EFI partition in"): $partefi"
|
||||||
fi
|
fi
|
||||||
tput setaf 1 ; echo "$(T "If you agree with that, press enter. If not, turn off the computer")" ; tput setaf 9
|
tput setaf 1 ; echo "$(T "If you agree with that, press enter. If not, turn off the computer")" ; tput setaf 9
|
||||||
pause
|
pause
|
||||||
|
|||||||
@@ -40,6 +40,10 @@ case "$1" in
|
|||||||
echo "Si estas de acuerdo, presione enter, en caso contrario, apague el ordenador a la fuerza y no comenzará la instalación";;
|
echo "Si estas de acuerdo, presione enter, en caso contrario, apague el ordenador a la fuerza y no comenzará la instalación";;
|
||||||
"Root partition")
|
"Root partition")
|
||||||
echo "Partición raiz (/)";;
|
echo "Partición raiz (/)";;
|
||||||
|
"Home partition")
|
||||||
|
echo "Partición home (/home)";;
|
||||||
|
"EFI partition in")
|
||||||
|
echo "Tienes una partición EFI en";;
|
||||||
"ext4 formatted")
|
"ext4 formatted")
|
||||||
echo "formateado en ext4";;
|
echo "formateado en ext4";;
|
||||||
"btrfs formatted")
|
"btrfs formatted")
|
||||||
@@ -97,6 +101,10 @@ case "$1" in
|
|||||||
echo "If you agree with that, press enter. If not, turn off the computer";;
|
echo "If you agree with that, press enter. If not, turn off the computer";;
|
||||||
"Root partition")
|
"Root partition")
|
||||||
echo "$1";;
|
echo "$1";;
|
||||||
|
"Home partition")
|
||||||
|
echo "$1";;
|
||||||
|
"EFI partition in")
|
||||||
|
echo "$1";;
|
||||||
"ext4 formatted")
|
"ext4 formatted")
|
||||||
echo "$1";;
|
echo "$1";;
|
||||||
"btrfs formatted")
|
"btrfs formatted")
|
||||||
@@ -109,6 +117,7 @@ case "$1" in
|
|||||||
echo "$1";;
|
echo "$1";;
|
||||||
"Setup finished, press enter to reboot.")
|
"Setup finished, press enter to reboot.")
|
||||||
echo "$1";;
|
echo "$1";;
|
||||||
|
|
||||||
*)
|
*)
|
||||||
translate_es "$1";;
|
translate_es "$1";;
|
||||||
esac
|
esac
|
||||||
|
|||||||
Reference in New Issue
Block a user