From 468d5f7ffb1abdfd6ad82b5223ed0cd70e77f37f Mon Sep 17 00:00:00 2001 From: Matthias Dienstbier Date: Thu, 11 Mar 2010 16:35:03 +0100 Subject: display info screen while ntp syncs the clock --- src/core/libs/lib-ui-interactive.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/core/libs/lib-ui-interactive.sh b/src/core/libs/lib-ui-interactive.sh index eb4f6a5..23e8c4e 100644 --- a/src/core/libs/lib-ui-interactive.sh +++ b/src/core/libs/lib-ui-interactive.sh @@ -154,7 +154,8 @@ interactive_time () { "return" "Looks good. back to main menu" "${EXTRA[@]}" "manual" "Set time and date manually" || return 1 if [ "$ANSWER_OPTION" = ntp ] then - if ntpdate pool.ntp.org >/dev/null + infofy "Syncing clock with internet pool ..." + if ntpdate pool.ntp.org >/dev/null then notify "Synced clock with internet pool successfully." dohwclock $HARDWARECLOCK systohc && NEXTITEM=3 -- cgit v1.2.3-54-g00ecf