1
0
mirror of https://gitlab.com/JKANetwork/JKArch.git synced 2026-02-23 05:23:46 +01:00
This commit is contained in:
kprkpr
2016-05-30 12:49:33 +02:00
parent 6f8bb374e1
commit e0c78a4346
2 changed files with 7 additions and 7 deletions

View File

@@ -152,7 +152,7 @@ mount /dev/$partefi /mnt/boot/efi/
fi
wget https://gitlab.com/JKANetwork/JKArch/raw/master/archinstall/pacman.conf -O /tmp/pacman.conf
pacstrap -C /tmp/pacman.conf /mnt/ base jka-toolkit git wget netctl iw wpa_supplicant dialog
pacstrap -C /tmp/pacman.conf /mnt/ base jka-toolkit git wget netctl iw wpa_supplicant dialog sudo
wget https://gitlab.com/JKANetwork/JKArch/raw/master/archinstall/chrootinstall.sh -O /mnt/root/chrootinstall.sh
chmod +x /mnt/root/chrootinstall.sh
genfstab -U /mnt >> /mnt/etc/fstab