1
0
mirror of https://gitlab.com/JKANetwork/JKArch.git synced 2026-02-21 12:33:44 +01:00
This commit is contained in:
kprkpr
2016-06-02 11:16:05 +02:00
parent 1d28710de3
commit 3902d72866
2 changed files with 3 additions and 7 deletions

View File

@@ -177,12 +177,10 @@ if [[ $? != 0 ]];then
fatalerror "Error de conexion con internet, compruebe la red"
fi
chmod +x /mnt/root/inst/chrootinstall.sh
pause
genfstab -U /mnt >> /mnt/etc/fstab
cp /etc/netctl/* /mnt/etc/netctl/
mv /tmp/pacman.conf /mnt/etc/pacman.conf
argpart=$(echo $particionraiz | cut -c1-3)
pause
arch-chroot /mnt /bin/bash -c "./root/inst/chrootinstall.sh $argpart $partefi"
}
clear
@@ -200,9 +198,7 @@ if [[ $particionhome ]];then
echo "Partición home (/home): $particionhome , con formato $formatohome"
fi
echo "Si estas de acuerdo, presione enter, en caso contrario, apague el ordenador a la fuerza"
pause
install
#clear
pause
clear
mostrardialog "Fin" "Instalación finalizada, al pulsar aceptar, se reiniciará el sistema"
reboot