1
0
mirror of https://gitlab.com/JKANetwork/JKArch.git synced 2026-02-20 20:21:32 +01:00
This commit is contained in:
kprkpr
2016-06-04 23:49:32 +02:00
parent 3f6bd32234
commit 284e6f4281
2 changed files with 4 additions and 4 deletions

View File

@@ -242,7 +242,7 @@ case $formatoraiz in
"mkfs.btrfs -f")
mosfraiz="$(T "btrfs formatted")";;
"echo No formatear ")
mosfraiz="$(T "Not formatted")";;
mosfraiz="$(T "not formatted")";;
esac
echo "$(T "Root partition"): $particionraiz , $mosfraiz"
if [[ $particionhome ]];then
@@ -254,7 +254,7 @@ case $formatohome in
"mkfs.xfs -f")
mosfhome="$(T "XFS formatted")";;
"echo No formatear ")
mosfhome="$(T "Not formatted")";;
mosfhome="$(T "not formatted")";;
esac
echo "Partición home (/home): $particionhome , $mosfhome"
fi