Fix: al packages not being installed from arch iso live boot.
This commit is contained in:
parent
6982f208c9
commit
a7b7ad8f20
@ -2211,6 +2211,7 @@ install_background()
|
|||||||
select_mirrors || AUTO_MIRROR=true
|
select_mirrors || AUTO_MIRROR=true
|
||||||
(
|
(
|
||||||
install_mirrorlist > /tmp/bgout 2>&1
|
install_mirrorlist > /tmp/bgout 2>&1
|
||||||
|
al_repo "/etc/pacman.conf"
|
||||||
pacman -Sy >> /tmp/bgout 2>&1
|
pacman -Sy >> /tmp/bgout 2>&1
|
||||||
pacstrap /mnt >> /tmp/bgout 2>&1
|
pacstrap /mnt >> /tmp/bgout 2>&1
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user