You are not logged in.
Hello. I am trying to build LiveCD with Archiso. Though my system is x86_64 and in all pacman.conf (system's and archiso's) it is set to auto (i tried setting it to x86_64 too), that's what happens:
sudo ./build.sh
[mkarchiso] INFO: Configuration settings
[mkarchiso] INFO: Command: init
[mkarchiso] INFO: Architecture: i686
[mkarchiso] INFO: Working directory: work/i686
[mkarchiso] INFO: Installation directory: arch
[mkarchiso] INFO: Pacman config file: work/pacman.conf
As a predictible result "multilib" repo can't be found, with no db no packages get installed... What is my mistake and how can I solve this situation? Please, help me.
Offline
As I found out, both i686 and x86_64 root-images are built. In order to build only x86_64, I removed "i686" from x86_64 (from fuctions "for arch in i686 x86_64")
Offline
Problem solved.
Offline