diff --git a/share/runtime-cleanup.tmpl b/share/runtime-cleanup.tmpl index 2269b5b8..4425ab58 100644 --- a/share/runtime-cleanup.tmpl +++ b/share/runtime-cleanup.tmpl @@ -45,6 +45,8 @@ removepkg logrotate remove /etc/logrotate.d ## anaconda needs this to do media check removefrom isomd5sum --allbut /usr/bin/checkisomd5 +## remove ntp keep only config file +removefrom ntp --allbut /etc/ntp.conf ## various other things we remove to save space removepkg avahi-autoipd coreutils-libs dash db4-utils diffutils file diff --git a/share/runtime-install.tmpl b/share/runtime-install.tmpl index 997f96c3..f3324abf 100644 --- a/share/runtime-install.tmpl +++ b/share/runtime-install.tmpl @@ -97,6 +97,9 @@ installpkg tigervnc-server-module installpkg net-tools installpkg bridge-utils +## ntp packages +installpkg ntp + ## hardware utilities/libraries installpkg pciutils usbutils ipmitool installpkg mt-st smartmontools