1
0
mirror of https://gitlab.com/JKANetwork/JKArch.git synced 2026-02-16 10:11: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") "mkfs.btrfs -f")
mosfraiz="$(T "btrfs formatted")";; mosfraiz="$(T "btrfs formatted")";;
"echo No formatear ") "echo No formatear ")
mosfraiz="$(T "Not formatted")";; mosfraiz="$(T "not formatted")";;
esac esac
echo "$(T "Root partition"): $particionraiz , $mosfraiz" echo "$(T "Root partition"): $particionraiz , $mosfraiz"
if [[ $particionhome ]];then if [[ $particionhome ]];then
@@ -254,7 +254,7 @@ case $formatohome in
"mkfs.xfs -f") "mkfs.xfs -f")
mosfhome="$(T "XFS formatted")";; mosfhome="$(T "XFS formatted")";;
"echo No formatear ") "echo No formatear ")
mosfhome="$(T "Not formatted")";; mosfhome="$(T "not formatted")";;
esac esac
echo "Partición home (/home): $particionhome , $mosfhome" echo "Partición home (/home): $particionhome , $mosfhome"
fi fi

View File

@@ -46,7 +46,7 @@ case "$1" in
echo "formateado en btrfs";; echo "formateado en btrfs";;
"XFS formatted") "XFS formatted")
echo "formateado en XFS";; echo "formateado en XFS";;
"Not formatted") "not formatted")
echo "sin formatear";; echo "sin formatear";;
"End") "End")
echo "Fin";; echo "Fin";;
@@ -103,7 +103,7 @@ case "$1" in
echo "$1";; echo "$1";;
"XFS formatted") "XFS formatted")
echo "$1";; echo "$1";;
"Not formatted") "not formatted")
echo "$1";; echo "$1";;
"End") "End")
echo "$1";; echo "$1";;