mirror of
https://github.com/systemd/systemd.git
synced 2025-02-01 09:47:35 +03:00
Zbigniew Jędrzejewski-Szmek
6d176522f5
Revert 5fdf2d51c244288ac41443d1bd81365fab7b7b81
This reverts 5fdf2d51c244288ac41443d1bd81365fab7b7b81, except for one improved log message. Fixes #10613. Checking if resume= is configured is a good idea, but it turns out we cannot do it reliably: - the code only supported boot options with sd-boot, and it's not very widely used. This means that for most systemd we could only check the current commandline, not the next one. - Various systems resume without, e.g. Debian has /etc/initramfs-tools/conf.d/resume in the initramfs. Making those checks better would be possible with enough effort, but there'll be always new systems that boot in a slightly different way and we would need to keep adding new cases. Longer term, we want to rely on autodetecting the resume partition, and then checks like this will not be necessary at all. It is quite clear from the number of bug reports that the number of poeple impacted by this is quite high now, so let's just drop this.
systemd - System and Service Manager
Details
General information about systemd can be found in the systemd Wiki.
Information about build requirements is provided in the README file.
Consult our NEWS file for information about what's new in the most recent systemd versions.
Please see the Hacking guide for information on how to hack on systemd and test your modifications.
Please see our Contribution Guidelines for more information about filing GitHub Issues and posting GitHub Pull Requests.
When preparing patches for systemd, please follow our Coding Style Guidelines.
If you are looking for support, please contact our mailing list or join our IRC channel.
Stable branches with backported patches are available in the stable repo.
Languages
C
89.2%
Python
5.3%
Shell
4.1%
Meson
1.2%