1
0
mirror of https://gitlab.com/JKANetwork/JKArch.git synced 2026-02-15 09:41:31 +01:00
This commit is contained in:
kprkpr
2016-06-02 15:45:36 +02:00
parent 50a9b31f01
commit 979035e4f1

View File

@@ -164,10 +164,10 @@ clear
echo "Ok, vamos a comenzar la instalacion, pero antes, un resumen de donde lo va a instalar."
lsblk --output NAME,KNAME,FSTYPE,SIZE,LABEL
$mosfraiz=$(echo $formatoraiz | cut -c6-10)
mosfraiz=$(echo $formatoraiz | cut -c6-10)
echo "Partición raiz (/): $particionraiz , con formato $mosfraiz"
if [[ $particionhome ]];then
$mosfhome=$(echo $formatohome | cut -c6-10)
mosfhome=$(echo $formatohome | cut -c6-10)
echo "Partición home (/home): $particionhome , con formato $mosfhome"
fi
if [[ $partefi ]];then