]> git.ipfire.org Git - thirdparty/dracut-ng.git/commit
fix(systemd): make checking for systemd availability consistent
authorJo Zzsi <jozzsicsataban@gmail.com>
Mon, 26 May 2025 00:21:42 +0000 (20:21 -0400)
committerLaszlo <laszlo.gombos@gmail.com>
Mon, 26 May 2025 11:22:38 +0000 (07:22 -0400)
commit8e575556da2bc6d41265fdffd4c4bf7bd69ab71e
treef8463bdc59231a23fc9687e0a0c773c22ce619da
parentc439438d4f87f391db021b6037830a034f321dfd
fix(systemd): make checking for systemd availability consistent

The best way to check if systemd is available is to check for the
systemd dracut module. Most of the existing code does this already,
fix the remaining few places where it does not.
modules.d/70dmsquash-live/module-setup.sh
modules.d/70livenet/module-setup.sh
modules.d/74nbd/module-setup.sh