diff --git a/usr/lib/initcpio/install/archboot_motd b/usr/lib/initcpio/install/archboot_motd index 827df8281..16d65599d 100644 --- a/usr/lib/initcpio/install/archboot_motd +++ b/usr/lib/initcpio/install/archboot_motd @@ -35,7 +35,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 " - Run \033[1m\033[92m'setup'\033[0m to continue installation." >> "${MOTD}" + echo -e " - Rerun \033[1m\033[92m'setup'\033[0m again to continue installation." >> "${MOTD}" echo -e "\033[1mFor Experts:\033[0m" >> "${MOTD}" echo -e " - Use \033[1m\033[92m'quickinst'\033[0m to install and bypass the setup routine." >> "${MOTD}" fi