diff --git a/usr/lib/initcpio/install/archboot_motd b/usr/lib/initcpio/install/archboot_motd index f7b8897de..85eb12ae7 100644 --- a/usr/lib/initcpio/install/archboot_motd +++ b/usr/lib/initcpio/install/archboot_motd @@ -22,7 +22,7 @@ if echo "${HOOKS[@]}" | grep -q archboot_installer; then echo -e "\033[1mNormal Setup:\033[0m" >> "${MOTD}" echo -e " - On first login \033[1msetup\033[0m is launched automatically." >> "${MOTD}" echo -e " - Please run \033[32m'setup'\033[0m again to install Arch Linux if you left setup." >> "${MOTD}" - echo -e " - \033[1mvc7\033[0m is used for setup logging." >> "${MOTD}" + echo -e " - \033[1mvc7\033[0m is used for setup logging." >> "${MOTD}" echo -e " - Run \033[32m'update-installer.sh'\033[0m to get update options of installer." >> "${MOTD}" echo -e "\033[1mFor Experts:\033[0m" >> "${MOTD}" echo -e " - Use \033[32m'quickinst'\033[0m to install and bypass the setup routine." >> "${MOTD}"