Skip to content

Commit

Permalink
boot2docker: removed NTP hack
Browse files Browse the repository at this point in the history
  • Loading branch information
docwhat committed Feb 14, 2015
1 parent 02e05ec commit fe366cc
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions tag-boot2docker/zsh/startup/boot2docker-fixup.sh
Expand Up @@ -2,12 +2,6 @@

set -eu

echo 'Fix the time by running NTP.'
echo ' https://github.com/boot2docker/boot2docker/issues/290'
boot2docker ssh -- sudo killall -9 ntpd ntpclient '2>/dev/null' '||' :
boot2docker ssh -- sudo ntpclient -s -h pool.ntp.org '>/dev/null'
boot2docker ssh -- sudo ntpd -p pool.ntp.org

echo 'Set the time zone.'
echo ' https://github.com/boot2docker/boot2docker/issues/476'
scp -qi ~/.ssh/id_boot2docker -P 2022 /etc/localtime docker@localhost:/tmp/
Expand Down

0 comments on commit fe366cc

Please sign in to comment.