From 7d13ac9a7ad804a693beac18814a4f7db35914e5 Mon Sep 17 00:00:00 2001 From: "Brian C. Lane" Date: Fri, 21 Feb 2020 12:24:23 -0800 Subject: [PATCH] lorax: 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 --- share/templates.d/99-generic/runtime-cleanup.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/templates.d/99-generic/runtime-cleanup.tmpl b/share/templates.d/99-generic/runtime-cleanup.tmpl index a7b0bef3..914e15cb 100644 --- a/share/templates.d/99-generic/runtime-cleanup.tmpl +++ b/share/templates.d/99-generic/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