mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
bsdinstall: Add ntpdate option
When you install a computer for the first time, the date in the CMOS sometimes not accurate and you need to ntpdate as ntpd will fail a the time difference is too big. Add an option in bsdinstall to enable ntpdate that will do that for us. Reviewed by: allanjude Differential Revision: https://reviews.freebsd.org/D13149
This commit is contained in:
parent
850b25abab
commit
20d40a56cb
1 changed files with 2 additions and 0 deletions
|
|
@ -46,6 +46,8 @@ DAEMONS=$( dialog --backtitle "FreeBSD Installer" \
|
|||
local_unbound "Local caching validating resolver" ${local_unbound:-off} \
|
||||
sshd "Secure shell daemon" ${sshd_enable:-off} \
|
||||
moused "PS/2 mouse pointer on console" ${moused_enable:-off} \
|
||||
ntpdate "Synchronize system and network time at bootime" \
|
||||
${ntpdate_enable:-off} \
|
||||
ntpd "Synchronize system and network time" ${ntpd_enable:-off} \
|
||||
powerd "Adjust CPU frequency dynamically if supported" \
|
||||
${powerd_enable:-off} \
|
||||
|
|
|
|||
Loading…
Reference in a new issue