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