]> git.ipfire.org Git - thirdparty/dracut-ng.git/commitdiff
fix(systemd-udevd): handle root=gpt-auto for systemd-v258
authorAntonio Alvarez Feijoo <antonio.feijoo@suse.com>
Mon, 28 Jul 2025 08:10:45 +0000 (10:10 +0200)
committerLaszlo <laszlo.gombos@gmail.com>
Mon, 28 Jul 2025 21:22:44 +0000 (17:22 -0400)
A new file 90-image-dissect.rules was split from 99-systemd.rules to handle
gpt-root.

Since https://github.com/systemd/systemd/commit/e3f6ae1d09d28dbe31ccf67122486ad037d25ed0

modules.d/11systemd-udevd/module-setup.sh

index 43c5aae752ed591589f45b0dc0bed3ee07beafc6..ad0077cfd986fe79782436252a30f3e5897ceb44 100755 (executable)
@@ -34,6 +34,7 @@ depends() {
 # Install the required file(s) and directories for the module in the initramfs.
 install() {
     inst_multiple -o \
+        "$udevrulesdir"/90-image-dissect.rules \
         "$udevrulesdir"/99-systemd.rules \
         "$systemdutildir"/systemd-udevd \
         "$systemdsystemunitdir"/systemd-udevd.service \