Description of problem: The Initial Setup services (initial-setup-text.service and initial-setup-graphical.service) are still listed in the EPEL systemd preset file ( 90-epel.preset). This is no longer correct as Anaconda now makes sure to enable the correct Initial Setup services during the installation. The preset could actually be harmful as it might lead to Initial Setup being enabled even if the package has just been installed by accident during the installation (eq. dragged in by a package group), interrupting the normal boot procedure. For this reason the Initial Setup presets have already been removed from the 90-default.preset file owned by redhat-release and the same thing should be done with the 90-epel.preset file. Version-Release number of selected component (if applicable): # rpm -qf 90-epel.preset epel-release-7-6.noarch How reproducible: always Steps to Reproduce: # cat /usr/lib/systemd/system-preset/90-epel.preset | grep initial-setup Actual results: enable initial-setup-graphical.service enable initial-setup-text.service Expected results: Nothing is returned as the file does not list the Initial Setup services.
Created attachment 1164458 [details] a proposed patch for removing Initial Setup services from the preset file Attaching a proposed patch.
epel-release-7-7 has been submitted as an update to Fedora EPEL 7. https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2016-a0e1379005
Applied, thanks.
epel-release-7-7 has been pushed to the Fedora EPEL 7 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-EPEL-2016-a0e1379005
epel-release-7-7 has been pushed to the Fedora EPEL 7 stable repository. If problems still persist, please make note of it in this bug report.