Skip to content

Commit 542ffeb

Browse files
committed
overlay coreos/config: Mask some files from net-misc/ntp
We provide our own config and dropins for setting up environment. Also do not install perl stuff as perl interpreter is not available in production images.
1 parent 2dd4648 commit 542ffeb

File tree

1 file changed

+9
-0
lines changed
  • sdk_container/src/third_party/coreos-overlay/coreos/config/env/net-misc

1 file changed

+9
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Do not install ntpdate or sntp systemd files in /etc.
2+
INSTALL_MASK+=" /etc/systemd"
3+
# Do not install the default ntp.conf, we provide our own in
4+
# coreos-base/misc-files.
5+
INSTALL_MASK+=" /etc/ntp.conf"
6+
# Do not install perl scripts to /usr/bin.
7+
INSTALL_MASK+=" /usr/bin/calc_tickadj /usr/bin/ntp-wait /usr/bin/ntptrace /usr/bin/update-leap"
8+
# Do not install perl package to /usr/share/ntp.
9+
INSTALL_MASK+=" /usr/share/ntp"

0 commit comments

Comments
 (0)