1
0
mirror of https://gitlab.com/JKANetwork/JKArch.git synced 2026-02-17 10:41:32 +01:00
This commit is contained in:
kprkpr
2016-06-02 16:41:16 +02:00
parent 4efd541520
commit 3209468ae3

View File

@@ -130,6 +130,7 @@ $formatoraiz /dev/$particionraiz
mount /dev/$particionraiz /mnt/ mount /dev/$particionraiz /mnt/
if [[ $particionhome ]];then if [[ $particionhome ]];then
$formatohome /dev/$particionhome $formatohome /dev/$particionhome
mkdir -p /mnt/home/
mount /dev/$particionhome /mnt/home/ mount /dev/$particionhome /mnt/home/
fi fi
if [[ $partefi ]];then if [[ $partefi ]];then