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
This commit is contained in:
parent
7d6d793fa8
commit
7d13ac9a7a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user