mirror of
https://github.com/flatcar/scripts.git
synced 2025-11-22 19:11:35 +01:00
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.
This commit is contained in:
parent
2dd4648957
commit
542ffeb375
9
sdk_container/src/third_party/coreos-overlay/coreos/config/env/net-misc/ntp
vendored
Normal file
9
sdk_container/src/third_party/coreos-overlay/coreos/config/env/net-misc/ntp
vendored
Normal file
@ -0,0 +1,9 @@
|
||||
# Do not install ntpdate or sntp systemd files in /etc.
|
||||
INSTALL_MASK+=" /etc/systemd"
|
||||
# Do not install the default ntp.conf, we provide our own in
|
||||
# coreos-base/misc-files.
|
||||
INSTALL_MASK+=" /etc/ntp.conf"
|
||||
# Do not install perl scripts to /usr/bin.
|
||||
INSTALL_MASK+=" /usr/bin/calc_tickadj /usr/bin/ntp-wait /usr/bin/ntptrace /usr/bin/update-leap"
|
||||
# Do not install perl package to /usr/share/ntp.
|
||||
INSTALL_MASK+=" /usr/share/ntp"
|
||||
Loading…
x
Reference in New Issue
Block a user