Add ntp configuration file to installation
Add package ntp and remove it except ntp.conf file. This is required for the main patch part in the anaconda. Related: rhbz#1085013
This commit is contained in:
parent
29ae3b0293
commit
13ea2c5253
@ -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
|
||||
|
@ -96,6 +96,9 @@ installpkg tigervnc-server-module
|
||||
%endif
|
||||
installpkg net-tools
|
||||
|
||||
## ntp packages
|
||||
installpkg ntp
|
||||
|
||||
## hardware utilities/libraries
|
||||
installpkg pciutils usbutils ipmitool
|
||||
installpkg mt-st smartmontools
|
||||
|
Loading…
Reference in New Issue
Block a user