1
0
mirror of https://gitlab.com/JKANetwork/JKArch.git synced 2026-02-15 17:51:33 +01:00
This commit is contained in:
kprkpr
2016-06-03 00:15:41 +02:00
parent 69be351dc2
commit 5ce7dc9e44

View File

@@ -143,7 +143,7 @@ wget https://gitlab.com/JKANetwork/JKArch/raw/master/archinstall/pacman.conf -O
if [[ $? != 0 ]];then
fatalerror "Error de conexion con internet, compruebe la red"
fi
dialog --title "Instalando la base, espere..." --prgbox "pacstrap -C /tmp/pacman.conf /mnt/ base btrfs-progs" 20 70
pacstrap -C /tmp/pacman.conf /mnt/ base btrfs-progs
mkdir -p /mnt/root/inst/
wget https://gitlab.com/JKANetwork/JKArch/raw/master/archinstall/chrootinstall.sh -O /mnt/root/inst/chrootinstall.sh
if [[ $? != 0 ]];then