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
2b20bf7ad9
commit
ab022b6997
@ -19,7 +19,7 @@ removefrom ${product.name}-logos /usr/share/plymouth/*
|
|||||||
## We also need dracut-shutdown.service and dracut-initramfs-restore to reboot
|
## We also need dracut-shutdown.service and dracut-initramfs-restore to reboot
|
||||||
removefrom dracut --allbut /usr/lib/dracut/modules.d/30convertfs/convertfs.sh \
|
removefrom dracut --allbut /usr/lib/dracut/modules.d/30convertfs/convertfs.sh \
|
||||||
/usr/lib/dracut/modules.d/99base/dracut-lib.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
|
/usr/lib/dracut/dracut-initramfs-restore
|
||||||
## we don't run SELinux (not in enforcing, anyway)
|
## we don't run SELinux (not in enforcing, anyway)
|
||||||
removepkg checkpolicy selinux-policy libselinux-utils
|
removepkg checkpolicy selinux-policy libselinux-utils
|
||||||
|
Loading…
Reference in New Issue
Block a user