diff --git a/usr/lib/archboot/installer/pacman.sh b/usr/lib/archboot/installer/pacman.sh index 142a301b0..125b72c78 100644 --- a/usr/lib/archboot/installer/pacman.sh +++ b/usr/lib/archboot/installer/pacman.sh @@ -128,7 +128,7 @@ _prepare_pacman() { done [[ -e /etc/systemd/system/pacman-init.service ]] && systemctl stop pacman-init.service _dialog --infobox "Refreshing package database..." 3 40 - if ! ${_PACMAN} -Sy &>"${_LOG}"; then + if ! ${_PACMAN} -Sy ${_PACMAN_CONF} &>"${_LOG}"; then _dialog --msgbox "Pacman preparation failed! Check ${_LOG} for errors." 6 60 return 1 fi