From 3a10ef5f9cc2779dcf04884b2b2ce8341ff8793e Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Thu, 26 Jan 2023 10:06:44 +0100 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 a4b2de434..7fea7e34c 100644 --- a/usr/lib/initcpio/install/archboot_motd +++ b/usr/lib/initcpio/install/archboot_motd @@ -34,7 +34,7 @@ if echo "${HOOKS[@]}" | grep -qw archboot_installer; then echo -e " - On first login \033[92m'setup'\033[0m is launched automatically." >> "${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 " - Run \033[1m\033[92m'update-installer'\033[0m to manage the archboot environment." >> "${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