From ab022b6997fdf7fc48af5d8ec323e541b63aa3ae Mon Sep 17 00:00:00 2001 From: "Brian C. Lane" Date: Fri, 21 Feb 2020 12:27:11 -0800 Subject: [PATCH] Restore the 98dracut-systemd service files to the install.img dracut renamed this module so the files were being removed from the install.img (BUT not from the initramfs). They are necessary for the shutdown eject feature to work. Related: rhbz#1805405 --- 80-rhel/runtime-cleanup.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/80-rhel/runtime-cleanup.tmpl b/80-rhel/runtime-cleanup.tmpl index 692370b..955dc1b 100644 --- a/80-rhel/runtime-cleanup.tmpl +++ b/80-rhel/runtime-cleanup.tmpl @@ -19,7 +19,7 @@ removefrom ${product.name}-logos /usr/share/plymouth/* ## We also need dracut-shutdown.service and dracut-initramfs-restore to reboot removefrom dracut --allbut /usr/lib/dracut/modules.d/30convertfs/convertfs.sh \ /usr/lib/dracut/modules.d/99base/dracut-lib.sh \ - /usr/lib/systemd/* /usr/lib/dracut/modules.d/98systemd/*.service \ + /usr/lib/systemd/* /usr/lib/dracut/modules.d/98dracut-systemd/*.service \ /usr/lib/dracut/dracut-initramfs-restore ## we don't run SELinux (not in enforcing, anyway) removepkg checkpolicy selinux-policy libselinux-utils