mirror of
https://gitlab.com/JKANetwork/JKArch.git
synced 2026-02-17 10:41:32 +01:00
changes
This commit is contained in:
@@ -209,10 +209,11 @@ fatalerror "Error de conexion con internet, compruebe la red"
|
||||
fi
|
||||
chmod +x /mnt/root/inst/chrootinstall.sh
|
||||
genfstab -U /mnt >> /mnt/etc/fstab
|
||||
cp /etc/netctl/* /mnt/etc/netctl/
|
||||
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 $argpart $partefi"
|
||||
arch-chroot /mnt /bin/bash -c "./root/inst/chrootinstall.sh $argpart $partefi $sclang"
|
||||
}
|
||||
clear
|
||||
mostrardialog "$(T "JKArch install script")" "$(T "Intro arch install script")"
|
||||
|
||||
@@ -2,6 +2,8 @@
|
||||
#Este script corre en el chroot para configurar todo
|
||||
argpart=$1
|
||||
partefi=$2
|
||||
sclang=$3
|
||||
source translations.sh
|
||||
#Try to disable ctrl+C
|
||||
trap '' INT
|
||||
|
||||
@@ -42,7 +44,6 @@ do
|
||||
else
|
||||
langabr=$opt
|
||||
break
|
||||
esac
|
||||
fi;;
|
||||
esac
|
||||
done
|
||||
@@ -57,7 +58,6 @@ do
|
||||
else
|
||||
opclang=$opt
|
||||
break
|
||||
esac
|
||||
fi;;
|
||||
esac
|
||||
done
|
||||
|
||||
Reference in New Issue
Block a user