uncomment mirrorlist

This commit is contained in:
Tobias Powalowski 2021-09-21 12:39:47 +02:00
parent 42e48599e4
commit 86fa8f76f1
3 changed files with 3 additions and 3 deletions

View file

@ -215,7 +215,7 @@ build ()
add_dir "/var/lib/pacman"
add_file "/etc/pacman.conf"
add_file "/etc/makepkg.conf"
# add_file "/etc/pacman.d/mirrorlist"
add_file "/etc/pacman.d/mirrorlist"
# add pacman initialisation of gpg keys
add_file "/usr/share/archboot/pacman/etc/systemd/system/etc-pacman.d-gnupg.mount" "/etc/systemd/system/etc-pacman.d-gnupg.mount"
add_file "/usr/share/archboot/pacman/etc/systemd/system/pacman-init.service" "/etc/systemd/system/pacman-init.service"

View file

@ -23,7 +23,7 @@ if [ "$(echo "${HOOKS[@]}" | grep archboot_installer)" ]; then
echo " - On first login setup is launched automatically." >> ${MOTD}
echo " - Please run 'setup' again to install Arch Linux if you left setup." >> ${MOTD}
echo " - vc7 is used for setup logging." >> ${MOTD}
echo " - Run update-installer.sh to get latest setup and quickinst script." >> ${MOTD}
echo " - Run update-installer.sh to get latest setup, quickinst, tz and km script." >> ${MOTD}
echo "For Experts:" >> ${MOTD}
echo " - Use 'quickinst' to install and bypass the setup routine." >> ${MOTD}
fi

View file

@ -24,6 +24,6 @@ echo "Hit ENTER to enter the zsh shell ..."
read
clear
if ! [ -e /tmp/.setup ]; then
[ -e /arch/setup ] && /arch/setup
[ -e /usr/bin/setup ] && setup
fi
# End of file