diff --git a/usr/lib/initcpio/install/archboot_motd b/usr/lib/initcpio/install/archboot_motd index 4b2a7b374..dfd3520ad 100644 --- a/usr/lib/initcpio/install/archboot_motd +++ b/usr/lib/initcpio/install/archboot_motd @@ -33,10 +33,10 @@ if echo "${HOOKS[@]}" | grep -qw archboot_installer; then echo -e " - Use the \e[1;92m'update-installer'\e[m tool." >> "${MOTD}" #shellcheck disable=SC2129 echo -e "\e[1mInstallation:\e[m" >> "${MOTD}" - echo -e " - On first login \e[92m'setup'\e[m is launched automatically." >> "${MOTD}" + echo -e " - On first login the \e[92m'setup'\e[m tool is launched automatically." >> "${MOTD}" echo -e " - Rerun \e[1;92m'setup'\e[m to continue installation." >> "${MOTD}" echo -e "\e[1mFor Experts:\e[m" >> "${MOTD}" - echo -e " - Use \e[1;92m'quickinst'\e[m to install and bypass the setup routine." >> "${MOTD}" + echo -e " - Use the \e[1;92m'quickinst'\e[m tool." >> "${MOTD}" fi chmod 644 "${MOTD}" add_file "${MOTD}" "/etc/motd"