[lorax/rhel7-branch 2/2] fedora- services are named rhel- (#1066118)

Brian C. Lane bcl at redhat.com
Mon Feb 17 18:29:38 UTC 2014


These services were renamed for RHEL but never updated. They could
potentially cause problems with the installer.

Resolves: rhbz#1066118
---
 share/runtime-postinstall.tmpl | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/share/runtime-postinstall.tmpl b/share/runtime-postinstall.tmpl
index 0be24e8..fb13b8d 100644
--- a/share/runtime-postinstall.tmpl
+++ b/share/runtime-postinstall.tmpl
@@ -34,9 +34,9 @@ systemctl disable systemd-readahead-collect.service \
                   lvm2-monitor.service
 ## These services can't be disabled normally (they're linked into place in
 ## /usr/lib/systemd rather than /etc/systemd), so we have to mask them.
-systemctl mask fedora-configure.service fedora-loadmodules.service \
-               fedora-autorelabel.service fedora-autorelabel-mark.service \
-               fedora-wait-storage.service media.mount
+systemctl mask rhel-configure.service rhel-loadmodules.service \
+               rhel-autorelabel.service rhel-autorelabel-mark.service \
+               rhel-wait-storage.service media.mount
 
 ## Make logind activate anaconda-shell at .service on switch to empty VT
 symlink anaconda-shell at .service lib/systemd/system/autovt at .service
-- 
1.8.5.3



More information about the anaconda-patches mailing list