mirror of
https://gitlab.com/JKANetwork/JKArch.git
synced 2026-02-14 17:21:32 +01:00
changes
This commit is contained in:
@@ -321,11 +321,11 @@ if [[ $isoffline = 0 ]];then
|
||||
isanetworkerror
|
||||
cp -r /etc/netctl/* /mnt/etc/netctl/
|
||||
else # Its offline
|
||||
mv /root/chrootinstall.sh /mnt/root/inst/chrootinstall.sh
|
||||
ln -s /run/archiso/offlinefiles/ offlinefiles/ #Crear link para resto de la instalacion
|
||||
mv chrootinstall.sh /mnt/root/inst/chrootinstall.sh
|
||||
ln -s /root/offlinefiles/ /run/archiso/offlinefiles #Crear link para resto de la instalacion
|
||||
fi
|
||||
chmod +x /mnt/root/inst/chrootinstall.sh
|
||||
cp /root/translations.sh /mnt/root/inst/translations.sh
|
||||
cp translations.sh /mnt/root/inst/translations.sh
|
||||
arch-chroot /mnt /bin/bash -c "./root/inst/chrootinstall.sh $sclang $particionraiz $partefi"
|
||||
}
|
||||
clear
|
||||
|
||||
@@ -72,4 +72,4 @@ Include = /etc/pacman.d/mirrorlist
|
||||
#JKArch Repository
|
||||
[jkanetwork]
|
||||
SigLevel = Optional TrustAll
|
||||
Server = http://repo.jkanetwork.com/repo/$repo/
|
||||
Include = /etc/pacman.d/jkarch-mirrorlist
|
||||
|
||||
Reference in New Issue
Block a user