mirror of
https://gitlab.com/JKANetwork/JKArch.git
synced 2026-02-16 02:01:32 +01:00
And more...
This commit is contained in:
@@ -323,14 +323,15 @@ if [[ $isoffline = 0 ]];then
|
||||
cp -r /etc/netctl/* /mnt/etc/netctl/
|
||||
else # Its offline
|
||||
mv chrootinstall.sh /mnt/root/inst/chrootinstall.sh
|
||||
mkdir -p /mnt/run/archiso/
|
||||
ln -s /root/offlinefiles/ /mnt/run/archiso/ #Crear link para resto de la instalacion
|
||||
cp /root/offlinefiles/ /mnt/run/archiso/ # Copy offline files
|
||||
fi
|
||||
chmod +x /mnt/root/inst/chrootinstall.sh
|
||||
cp translations.sh /mnt/root/inst/translations.sh
|
||||
mount --bind /sys /mnt/sys
|
||||
mount --bind /proc /mnt/proc
|
||||
mount --bind /dev /mnt/dev
|
||||
mount --bind /run /mnt/run
|
||||
mount --bind /run/archiso/bootmnt/ /mnt/run/archiso/bootmnt/
|
||||
chroot /mnt /bin/bash -c "./root/inst/chrootinstall.sh $sclang $particionraiz $partefi"
|
||||
}
|
||||
clear
|
||||
|
||||
Reference in New Issue
Block a user