mirror of
https://gitlab.com/JKANetwork/JKArch.git
synced 2026-02-14 09:11:31 +01:00
Bug fix
This commit is contained in:
@@ -253,7 +253,7 @@ function particiones {
|
||||
;;
|
||||
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"
|
||||
fi
|
||||
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")"
|
||||
while [[ $confirm != "0" ]];do # 0->Yes
|
||||
clear
|
||||
NEW_TIMEZONE=$(execl tzselect)
|
||||
yesnobox "$(T "Your timezone is") $NEW_TIMEZONE ?"
|
||||
confirm=$? # 0->Yes
|
||||
|
||||
Reference in New Issue
Block a user