Skip to content

Commit 37d3a8b

Browse files
committed
Remove hardware clock sync
This is probably some cruft left over from testing. It's not safe to assume the hardware clock is the source of truth.
1 parent 7873dab commit 37d3a8b

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

bootstrap-salt.sh

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1952,11 +1952,6 @@ __wait_for_apt(){
19521952
# Timeout set at 15 minutes
19531953
WAIT_TIMEOUT=900
19541954

1955-
## see if sync'ing the clocks helps
1956-
if [ -f /usr/sbin/hwclock ]; then
1957-
/usr/sbin/hwclock -s
1958-
fi
1959-
19601955
# Run our passed in apt command
19611956
"${@}" 2>"$APT_ERR"
19621957
APT_RETURN=$?

0 commit comments

Comments
 (0)