Description of problem: chrony is not installed during kickstart installation even when an NTP server is specified in the kickstart file: timezone Europe/Prague --ntpservers=2.rhel.pool.ntp.org Tested on Server variant, where the default package set is minimal. Version-Release number of selected component (if applicable): anaconda-24.12-1 How reproducible: always Steps to Reproduce: 1. create a kickstart file containing the following commands: timezone Europe/Prague --ntpservers=2.rhel.pool.ntp.org %packages --default %end 2. run the installation, use Server variant 3. check if chrony is installed and running Actual results: chrony is not installed and time is not synchronized Expected results: chrony is installed and enabled on installed system
When chrony will be removed in packages section explicitly but the timezone will be there. timezone Europe/Prague --ntpservers=2.rhel.pool.ntp.org %packages -chrony %end Then the chrony package won't be installed.
Please make sure we check for this in kickstart-tests, too. Thanks!
PR: https://github.com/rhinstaller/anaconda/pull/517
This bug appears to have been reported against 'rawhide' during the Fedora 24 development cycle. Changing version to '24'. More information and reason for this action is here: https://fedoraproject.org/wiki/Fedora_Program_Management/HouseKeeping/Fedora24#Rawhide_Rebase
It's also pushed to master where the next version should be anaconda-25.1-1.
anaconda-24.13.1-1.fc24 has been submitted as an update to Fedora 24. https://bodhi.fedoraproject.org/updates/FEDORA-2016-d85d9ad927
anaconda-24.13.1-1.fc24 has been pushed to the Fedora 24 testing repository. If problems still persist, please make note of it in this bug report. See https://fedoraproject.org/wiki/QA:Updates_Testing for instructions on how to install test updates. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2016-d85d9ad927
anaconda-24.13.1-1.fc24 has been pushed to the Fedora 24 stable repository. If problems still persist, please make note of it in this bug report.