1
0
mirror of https://gitlab.com/JKANetwork/JKArch.git synced 2026-02-20 12:11:30 +01:00
This commit is contained in:
kprkpr
2016-06-02 11:16:05 +02:00
parent 1d28710de3
commit 3902d72866
2 changed files with 3 additions and 7 deletions

View File

@@ -177,12 +177,10 @@ if [[ $? != 0 ]];then
fatalerror "Error de conexion con internet, compruebe la red"
fi
chmod +x /mnt/root/inst/chrootinstall.sh
pause
genfstab -U /mnt >> /mnt/etc/fstab
cp /etc/netctl/* /mnt/etc/netctl/
mv /tmp/pacman.conf /mnt/etc/pacman.conf
argpart=$(echo $particionraiz | cut -c1-3)
pause
arch-chroot /mnt /bin/bash -c "./root/inst/chrootinstall.sh $argpart $partefi"
}
clear
@@ -200,9 +198,7 @@ if [[ $particionhome ]];then
echo "Partición home (/home): $particionhome , con formato $formatohome"
fi
echo "Si estas de acuerdo, presione enter, en caso contrario, apague el ordenador a la fuerza"
pause
install
#clear
pause
clear
mostrardialog "Fin" "Instalación finalizada, al pulsar aceptar, se reiniciará el sistema"
reboot

View File

@@ -203,8 +203,8 @@ case $tipoinstall in
*5*)
packages="$packages jre8-openjdk";;&
*6*)
packages="$packages wine-staging wine_gecko";;&
inswine=1
packages="$packages wine-staging wine_gecko"
inswine=1;;&
esac
pacman -S $packages --noconfirm
if [[ $inswine = 1 ]];then