1
0
mirror of https://gitlab.com/JKANetwork/JKArch.git synced 2026-02-16 18:21:33 +01:00
This commit is contained in:
kprkpr
2016-05-29 23:32:27 +02:00
parent f70cc3306b
commit 4a98388309
2 changed files with 7 additions and 4 deletions

View File

@@ -64,7 +64,7 @@ wget https://gitlab.com/JKANetwork/JKArch/raw/master/archinstall/chrootinstall.s
chmod +x /mnt/root/chrootinstall.sh
genfstab -U /mnt >> /mnt/etc/fstab
cp /etc/netctl/* /mnt/etc/netctl/
$argpart=$(echo $particionraiz | cut -c1-3)
argpart=$(echo $particionraiz | cut -c1-3)
arch-chroot /mnt /bin/bash -c ./root/chrootinstall.sh $argpart
}