mirror of
https://gitlab.com/JKANetwork/JKArch.git
synced 2026-02-16 18:21:33 +01:00
changes
This commit is contained in:
@@ -40,6 +40,18 @@ 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";;
|
||||
"Root partition")
|
||||
echo "Partición raiz (/)";;
|
||||
"ext4 formatted")
|
||||
echo "formateado en ext4";;
|
||||
"btrfs formatted")
|
||||
echo "formateado en btrfs";;
|
||||
"XFS formatted")
|
||||
echo "formateado en XFS";;
|
||||
"Not formatted")
|
||||
echo "sin formatear";;
|
||||
"End")
|
||||
echo "Fin";;
|
||||
"Setup finished, press enter to reboot.")
|
||||
echo "Instalación finalizada, al pulsar aceptar, se reiniciará el sistema";;
|
||||
*)
|
||||
echo "$1";;
|
||||
esac
|
||||
@@ -85,6 +97,18 @@ case "$1" in
|
||||
echo "If you agree with that, press enter. If not, turn off the computer";;
|
||||
"Root partition")
|
||||
echo "$1";;
|
||||
"ext4 formatted")
|
||||
echo "$1";;
|
||||
"btrfs formatted")
|
||||
echo "$1";;
|
||||
"XFS formatted")
|
||||
echo "$1";;
|
||||
"Not formatted")
|
||||
echo "$1";;
|
||||
"End")
|
||||
echo "$1";;
|
||||
"Setup finished, press enter to reboot.")
|
||||
echo "$1";;
|
||||
*)
|
||||
translate_es "$1";;
|
||||
esac
|
||||
|
||||
Reference in New Issue
Block a user