diff --git a/usr/bin/archboot-setup.sh b/usr/bin/archboot-setup.sh index 945f1c830..2234449f9 100755 --- a/usr/bin/archboot-setup.sh +++ b/usr/bin/archboot-setup.sh @@ -236,11 +236,7 @@ mainmenu() { ##################### ## begin execution ## if [[ -e /tmp/.setup-running ]]; then - echo "HINT:" - echo "setup already runs on a different console!" - echo "Please remove /tmp/.setup-running first to launch setup!" - echo "Hit ENTER to exit this message." - read + DIALOG --infobox "HINT:\n\nsetup already runs on a different console!\nPlease remove /tmp/.setup-running first to launch setup!" 5 40 exit 1 fi : >/tmp/.setup-running