1
0
mirror of https://gitlab.com/JKANetwork/JKArch.git synced 2026-02-25 22:43:45 +01:00
This commit is contained in:
kprkpr
2016-06-05 15:30:32 +02:00
parent b55eaffe04
commit 84fb8765f0
2 changed files with 7 additions and 3 deletions

View File

@@ -216,8 +216,7 @@ genfstab -U /mnt >> /mnt/etc/fstab
cp -r /etc/netctl/* /mnt/etc/netctl/
mv /tmp/pacman.conf /mnt/etc/pacman.conf
cp /root/translations.sh /mnt/root/inst/translations.sh
argpart=$(echo $particionraiz | cut -c1-3)
arch-chroot /mnt /bin/bash -c "./root/inst/chrootinstall.sh $sclang $argpart $partefi"
arch-chroot /mnt /bin/bash -c "./root/inst/chrootinstall.sh $sclang $particionraiz $partefi"
}
clear
mostrardialog "$(T "JKArch install script")" "$(T "Intro arch install script")"