You are not logged in.
I am trying to build a custom ISO using Archiso and the releng profile and a custom mirrorlist with Reflector.
When I put the following at the end of customize_airootfs.sh:
reflector --protocol https --latest 50 --number 20 --sort rate --save /etc/pacman.d/mirrorlist
pacman -Sc --noconfirm
pacman -Syyu --noconfirmBut the build fails at the end with this error:
error: failed to retrieve mirror data: (<urlopen error [Errno -3] Temporary failure in name resolution>)Reflector is installed and also present in packages.x86_64
Your help is appreciated.
Offline