1
0
mirror of https://gitlab.com/JKANetwork/JKArch.git synced 2026-02-19 03:31:32 +01:00
This commit is contained in:
2017-10-15 17:59:14 +00:00
parent 8c2d6acd39
commit e393bffaef

View File

@@ -253,7 +253,7 @@ function particiones {
;; ;;
esac esac
if [[ $formatoraiz -eq "mkfs.btrfs -f" ]];then if [[ $formatoraiz != "mkfs.btrfs -f" ]];then
mostrardialog "No swapfile" "Es contraproducente hacer un fichero swap en una particion btrfs, no debes hacerlo, pero si antes creaste una particion swap, se puede utilizar" mostrardialog "No swapfile" "Es contraproducente hacer un fichero swap en una particion btrfs, no debes hacerlo, pero si antes creaste una particion swap, se puede utilizar"
fi fi
ram=$(free -m | grep Mem: | awk '1 {print $2 }') ram=$(free -m | grep Mem: | awk '1 {print $2 }')
@@ -327,6 +327,7 @@ function horaidioma {
echo "$(T "Now select your timezone for adjusting the clock")" echo "$(T "Now select your timezone for adjusting the clock")"
while [[ $confirm != "0" ]];do # 0->Yes while [[ $confirm != "0" ]];do # 0->Yes
clear
NEW_TIMEZONE=$(execl tzselect) NEW_TIMEZONE=$(execl tzselect)
yesnobox "$(T "Your timezone is") $NEW_TIMEZONE ?" yesnobox "$(T "Your timezone is") $NEW_TIMEZONE ?"
confirm=$? # 0->Yes confirm=$? # 0->Yes