1
0
mirror of https://gitlab.com/JKANetwork/JKArch.git synced 2026-02-15 01:31: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

View File

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