Installer failed:pacstrap

I think pacstrap, using pacman on the ISO, would need to reference pacman.conf on the ISO.

Looking at pacstrap module in calamares


# postInstallFiles is an array of file names which will be copied into the system
#
# The paths should be relative to the host and the files will be copied to the
# location in the installed system
#
postInstallFiles:
  - "/etc/pacman.conf"
  - "/etc/calamares/scripts/chrooted_cleaner_script.sh"
  - "/etc/calamares/scripts/remove-ucode"
  - "/etc/dracut.conf.d/eos-defaults.conf"
  - "/etc/nsswitch.conf"
  - "/etc/makepkg.conf"

this actually worked, thank you, installed in like 10 minutes

Awesome! That’s great news :smiley:

It looks to have also confirmed that /etc/pacman.conf is used by the installer.

interestingly it copied my settings i set in the live usb so i only had to set them once