From 28bf37089b6ea876432ee4c8d89d51e03041ebee Mon Sep 17 00:00:00 2001 From: "Brian C. Lane" Date: Mon, 17 Feb 2014 10:21:37 -0800 Subject: [PATCH] fedora- services are named rhel- (#1066118) 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 0be24e81..fb13b8df 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@.service on switch to empty VT symlink anaconda-shell@.service lib/systemd/system/autovt@.service