mirror of
https://gitlab.com/JKANetwork/JKArch.git
synced 2026-02-20 12:11:30 +01:00
changes
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user