dracutdevs / dracut

dracut the event driven initramfs infrastructure
https://github.com/dracutdevs/dracut/wiki
GNU General Public License v2.0
600 stars 399 forks source link

feat(resume): do not attempt to install systemd-hibernate-resume@.service #2560

Open aafeijoo-suse opened 10 months ago

aafeijoo-suse commented 10 months ago

This service is no longer shipped since systemd-v254 (https://github.com/systemd/systemd/commit/760e99bb).

Checklist

Flowdalic commented 9 months ago

Is that really required, given that inst_multiple is invoked with -o (optional, which makes the command not fail if a given file does not exist)? It seems that this should probably be done conditionally on the used systemd version. Or simply try to install that file for a a while.

aafeijoo-suse commented 9 months ago

Is that really required, given that inst_multiple is invoked with -o (optional, which makes the command not fail if a given file does not exist)? It seems that this should probably be done conditionally on the used systemd version. Or simply try to install that file for a a while.

AFAIK, the current upstream policy is to support only the latest upstream version of other dependencies.

stale[bot] commented 6 months ago

This issue is being marked as stale because it has not had any recent activity. It will be closed if no further activity occurs. If this is still an issue in the latest release of Dracut and you would like to keep it open please comment on this issue within the next 7 days. Thank you for your contributions.

stale[bot] commented 5 months ago

This issue is being marked as stale because it has not had any recent activity. It will be closed if no further activity occurs. If this is still an issue in the latest release of Dracut and you would like to keep it open please comment on this issue within the next 7 days. Thank you for your contributions.