diff --git a/usr/lib/initcpio/install/archboot_motd b/usr/lib/initcpio/install/archboot_motd index 432ada444..a4b2de434 100644 --- a/usr/lib/initcpio/install/archboot_motd +++ b/usr/lib/initcpio/install/archboot_motd @@ -32,7 +32,7 @@ if echo "${HOOKS[@]}" | grep -qw archboot_installer; then #shellcheck disable=SC2129 echo -e "\033[1mInstallation:\033[0m" >> "${MOTD}" echo -e " - On first login \033[92m'setup'\033[0m is launched automatically." >> "${MOTD}" - echo -e " - If you left setup, rerun \033[1m\033[92m'setup'\033[0m to finish installation." >> "${MOTD}" + echo -e " - If you left the installation process, rerun \033[1m\033[92m'setup'\033[0m to finish installation." >> "${MOTD}" echo -e " - Virtual console \033[1m7\033[0m is used for setup logging, use \033[1m\033[92mALT + F7\033[0m." >> "${MOTD}" echo -e " - Run \033[1m\033[92m'update-installer'\033[0m to get all update options of the installer." >> "${MOTD}" echo -e "\033[1mFor Experts:\033[0m" >> "${MOTD}"