From 19d15a5e90a815444c61b38d0809ac97b03b2e88 Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Fri, 25 Nov 2022 15:45:55 +0100 Subject: [PATCH] reformat box --- usr/bin/archboot-tz.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/bin/archboot-tz.sh b/usr/bin/archboot-tz.sh index 70d3685f1..09397f2a6 100755 --- a/usr/bin/archboot-tz.sh +++ b/usr/bin/archboot-tz.sh @@ -88,7 +88,7 @@ fi while [[ "${SET_TIME}" == "" ]]; do DIALOG --yesno "Do you want to use UTC for your clock?\n\nIf you choose 'YES' UTC (recommended default) is used,\nwhich ensures daylightsaving is set automatically.\n\nIf you choose 'NO' Localtime is used, which means\nthe system will not change the time automatically.\nLocaltime is also prefered on dualboot machines,\nwhich also run Windows, because UTC may confuse it." 15 65 && HARDWARECLOCK="UTC" if DIALOG --yesno \ - "Do you want to use the Network Time Protocol for syncing your clock, by using the internet clock pool?\n(You need a working internet connection for doing this!)" 8 60; then + "Do you want to use the Network Time Protocol (NTP) for syncing your clock, by using the internet clock pool?\n\n(You need a working internet connection for doing this!)" 8 60; then DIALOG --infobox "Syncing clock with internet clock pool..." 3 40 # sync immediatly with standard pool if [[ ! $(ntpdate pool.ntp.org) ]]; then