mirror of
https://gitlab.com/JKANetwork/JKArch.git
synced 2026-02-15 17:51:33 +01:00
Preparing offline version..more fixes
This commit is contained in:
@@ -296,7 +296,8 @@ fi
|
|||||||
if [[ $isoffline = "1" ]];then
|
if [[ $isoffline = "1" ]];then
|
||||||
tput setaf 2 ; echo "$(T "Installing packages")..." ; tput setaf 9
|
tput setaf 2 ; echo "$(T "Installing packages")..." ; tput setaf 9
|
||||||
pacstrap -C /root/offlinefiles/pacman-offline.conf /mnt/ base btrfs-progs jkarch-mirrorlist
|
pacstrap -C /root/offlinefiles/pacman-offline.conf /mnt/ base btrfs-progs jkarch-mirrorlist
|
||||||
mv pacman.conf /mnt/etc/pacman.conf.post #Move pacman.conf to a chroot location
|
mv pacman.conf /mnt/etc/pacman.conf.post #Move pacman.conf ("original online") to a chroot location
|
||||||
|
mv pacman-offline.conf /mnt/etc/pacman.conf #Move pacman.conf (offline) to pacman chroot location
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user