From 64fa7da62f810d763fb55bf336d47d8fda1910ec Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Sun, 25 Jun 2023 20:34:20 +0200 Subject: [PATCH] update MOTD --- usr/lib/initcpio/install/archboot_motd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/lib/initcpio/install/archboot_motd b/usr/lib/initcpio/install/archboot_motd index dfd3520ad..a4d85fc95 100644 --- a/usr/lib/initcpio/install/archboot_motd +++ b/usr/lib/initcpio/install/archboot_motd @@ -33,7 +33,7 @@ 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 the \e[92m'setup'\e[m tool is launched automatically." >> "${MOTD}" + echo -e " - The \e[92m'setup'\e[m tool is run 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 the \e[1;92m'quickinst'\e[m tool." >> "${MOTD}"