1
0
mirror of https://gitlab.com/JKANetwork/JKArch.git synced 2026-02-15 17:51:33 +01:00

First usable / and bios installer

This commit is contained in:
kprkpr
2016-05-29 23:53:34 +02:00
parent f40388989c
commit 7657820d7f

View File

@@ -65,7 +65,7 @@ chmod +x /mnt/root/chrootinstall.sh
genfstab -U /mnt >> /mnt/etc/fstab
cp /etc/netctl/* /mnt/etc/netctl/
argpart=$(echo $particionraiz | cut -c1-3)
arch-chroot /mnt /bin/bash -c ./root/chrootinstall.sh $argpart
arch-chroot /mnt /bin/bash -c "./root/chrootinstall.sh $argpart"
}
echo "Script de instalación simple de Arch (BETA)"