Compare commits

..

No commits in common. "eca0d6ff1dcad3ff2e36aee4418eece5e3ceda20" and "dc239f8f03a579dc8fc4628f8cfa31bcb87cba36" have entirely different histories.

2 changed files with 3 additions and 2 deletions

View file

@ -32,7 +32,7 @@ if echo "${HOOKS[@]}" | grep -qw archboot_installer; then
echo -e " - Use the \e[1;92m'update'\e[m script." >> "${MOTD}"
#shellcheck disable=SC2129
echo -e "\e[1mInstallation Or Installation For Experts:\e[m" >> "${MOTD}"
echo -e " - Use the \e[1;92m'setup'\e[m or \e[1;92m'quickinst'\e[m script." >> "${MOTD}"
echo -e " - Use the \e[92m'setup'\e[m or \e[1;92m'quickinst'\e[m script." >> "${MOTD}"
fi
chmod 644 "${MOTD}"
add_file "${MOTD}" "/etc/motd"

View file

@ -3,10 +3,11 @@
# Created by Tobias Powalowski <tpowa@archlinux.org>
# simulate login from tty
if ! [[ -e /tmp/.setup-running ]]; then
if ! [[ -e /tmp/.ttyd ]]; then
cat /etc/motd
echo -e "Hit \e[1m\e[92mENTER\e[m for \e[1mshell\e[m login."
read -r
: >/tmp/.ttyd
fi
. /etc/profile
screen -q -R