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 d059cb6ae0 - Show all commits

View File

@ -64,13 +64,9 @@ function update_pacman_db () {
printf -- '%s\n' 'Refreshing mirror list ...' printf -- '%s\n' 'Refreshing mirror list ...'
printf -- '%s\n' \ printf -- '%s\n' \
'--save /etc/pacman.d/mirrorlist' \ '--save /etc/pacman.d/mirrorlist' \
'--ipv4' \
'--ipv6' \
'--protocol https' \ '--protocol https' \
'--latest 50' \ '--latest 5' \
'--sort rate' \ '--sort age' \
'--score 30' \
'--fastest 10' \
> '/etc/xdg/reflector/reflector.conf' > '/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