Skip to content

Commit

Permalink
Set /var/db/ntp-kod on overlay
Browse files Browse the repository at this point in the history
  • Loading branch information
ailispaw committed Aug 9, 2015
1 parent fbc8c6a commit 594a05a
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ SOURCES := Dockerfile \
overlay/init \
overlay/sbin/shutdown \
overlay/usr/bin/respawn \
overlay/var/db/ntp-kod \
scripts/build.sh \
scripts/post_build.sh \
scripts/post_image.sh
Expand Down
4 changes: 0 additions & 4 deletions overlay/init
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,6 @@ done
sed -i '/^root/s!/bin/sh!/bin/bash!' /etc/passwd
passwd -l root

# Create /var/db/ntp-kod for sntp
mkdir -p /var/db
touch /var/db/ntp-kod

# Setup consistent volumes
mkdir -p /var/lib/docker
mkdir -p /var/lib/docker-root
Expand Down
Empty file added overlay/var/db/ntp-kod
Empty file.

0 comments on commit 594a05a

Please sign in to comment.