1
0
mirror of https://gitlab.com/JKANetwork/JKArch.git synced 2026-02-23 21:43:44 +01:00
This commit is contained in:
kprkpr
2016-05-30 15:54:24 +02:00
parent a1e0377ff2
commit 60bd2f972d
2 changed files with 6 additions and 2 deletions

View File

@@ -151,7 +151,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 sudo
pacstrap -C /tmp/pacman.conf /mnt/ base jka-toolkit git wget netctl iw wpa_supplicant dialog sudo xterm
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