mirror of
https://gitlab.com/JKANetwork/JKArch.git
synced 2026-02-19 03:31:32 +01:00
changes
This commit is contained in:
@@ -60,11 +60,12 @@ $formatoraiz /dev/$particionraiz
|
||||
wget https://gitlab.com/JKANetwork/JKArch/raw/master/archinstall/pacman.conf -O /tmp/pacman.conf
|
||||
mount /dev/$particionraiz /mnt/
|
||||
pacstrap -C /tmp/pacman.conf /mnt/ base jka-toolkit git wget netctl iw wpa_supplicant dialog
|
||||
wget https://gitlab.com/JKANetwork/JKArch/raw/master/archinstall/chrootinstall.sh -O /mnt/tmp/chrootinstall.sh
|
||||
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
|
||||
cp /etc/netctl/* /mnt/etc/netctl/
|
||||
$argpart=$($particionraiz | cut -c1-3)
|
||||
arch-chroot /mnt /bin/bash /tmp/chrootinstall.sh $argpart
|
||||
$argpart=$(echo $particionraiz | cut -c1-3)
|
||||
arch-chroot /mnt /bin/bash -c ./root/chrootinstall.sh $argpart
|
||||
}
|
||||
|
||||
echo "Script de instalación simple de Arch (BETA)"
|
||||
|
||||
@@ -73,7 +73,6 @@ do
|
||||
esac
|
||||
done
|
||||
|
||||
|
||||
}
|
||||
|
||||
echo "Configuración de su sistema"
|
||||
|
||||
Reference in New Issue
Block a user