mirror of
https://gitlab.com/JKANetwork/JKArch.git
synced 2026-02-16 18:21:33 +01:00
changes
This commit is contained in:
@@ -172,14 +172,17 @@ fi
|
||||
pacstrap -C /tmp/pacman.conf /mnt/ base
|
||||
mkdir -p /mnt/root/inst/
|
||||
wget https://gitlab.com/JKANetwork/JKArch/raw/master/archinstall/chrootinstall.sh -O /mnt/root/inst/chrootinstall.sh
|
||||
pause
|
||||
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
|
||||
@@ -199,6 +202,7 @@ fi
|
||||
echo "Si estas de acuerdo, presione enter, en caso contrario, apague el ordenador a la fuerza"
|
||||
pause
|
||||
install
|
||||
clear
|
||||
#clear
|
||||
pause
|
||||
mostrardialog "Fin" "Instalación finalizada, al pulsar aceptar, se reiniciará el sistema"
|
||||
reboot
|
||||
|
||||
Reference in New Issue
Block a user