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-05-29 20:38:54 +02:00
parent cd26830546
commit 1776db67ce

View File

@@ -57,7 +57,7 @@ echo "Instalando el sistema, espere.."
$formatoraiz /dev/$particionraiz
wget https://gitlab.com/JKANetwork/JKArch/raw/master/archinstall/pacman.conf -O /tmp/pacman.conf
mount /dev/$particionraiz /mnt/
pacstrap -C /tmp/pacman.conf /mnt/ base jka-toolkit git wget wifi-menu
pacstrap -C /tmp/pacman.conf /mnt/ base jka-toolkit git wget netctl
wget https://gitlab.com/JKANetwork/JKArch/raw/master/archinstall/chrootinstall.sh -O /mnt/tmp/chrootinstall.sh
}