1
0
mirror of https://gitlab.com/JKANetwork/JKArch.git synced 2026-02-15 17:51:33 +01:00
This commit is contained in:
kprkpr
2016-06-04 16:54:51 +02:00
parent 15b6fc5f3c
commit 04f1093b60

View File

@@ -134,7 +134,6 @@ tput setaf 2 ; echo "Instalando el sistema, esto puede tardar unos 10 minutos, e
sleep 2
$formatoraiz /dev/$particionraiz
mount /dev/$particionraiz /mnt/
pause
if [[ $particionhome ]];then
$formatohome /dev/$particionhome
mkdir -p /mnt/home/
@@ -144,13 +143,11 @@ if [[ $partefi ]];then
mkdir -p /mnt/boot/efi
mount /dev/$partefi /mnt/boot/efi/
fi
pause
wget https://gitlab.com/JKANetwork/JKArch/raw/master/archinstall/pacman.conf -O /tmp/pacman.conf
if [[ $? != 0 ]];then
fatalerror "Error de conexion con internet, compruebe la red"
fi
pacstrap -C /tmp/pacman.conf /mnt/ base btrfs-progs
pause
mkdir -p /mnt/root/inst/
wget https://gitlab.com/JKANetwork/JKArch/raw/master/archinstall/chrootinstall.sh -O /mnt/root/inst/chrootinstall.sh
if [[ $? != 0 ]];then