Fix: al packages not being installed from arch iso live boot.

This commit is contained in:
natemaia 2020-11-04 21:53:32 -08:00
parent 6982f208c9
commit a7b7ad8f20

View File

@ -2211,6 +2211,7 @@ install_background()
select_mirrors || AUTO_MIRROR=true
(
install_mirrorlist > /tmp/bgout 2>&1
al_repo "/etc/pacman.conf"
pacman -Sy >> /tmp/bgout 2>&1
pacstrap /mnt >> /tmp/bgout 2>&1