7-add-legacy-bios-support #8

Merged
hygienic-books merged 12 commits from 7-add-legacy-bios-support into main 2023-10-24 00:25:35 +00:00
Showing only changes of commit e3d5f2b939 - Show all commits

View File

@ -62,6 +62,16 @@ function resize_cow_space () {
function update_pacman_db () { function update_pacman_db () {
#1.4 #1.4
printf -- '%s\n' 'Refreshing mirror list ...' printf -- '%s\n' 'Refreshing mirror list ...'
printf -- '%s\n' \
'--save /etc/pacman.d/mirrorlist' \
'--ipv4' \
'--ipv6' \
'--protocol https' \
'--latest 50' \
'--sort rate' \
'--score 30' \
'--fastest 10' \
> '/etc/xdg/reflector/reflector.conf'
systemctl start reflector systemctl start reflector
# In an ISO and for the minimal number of packages we need we do not # In an ISO and for the minimal number of packages we need we do not
# care about partial upgrades # care about partial upgrades