Control: tags -1 + wontfix * Sergey Aleynikov <sergey.aleynikov+...@gmail.com> [241208 11:09]: > While investigating this, I found that kpartx package has two following > changes between bullseye and bookworm: > > - dropped /lib/udev/dmsetup_env > - removed IMPORT{program}="dmsetup_env %M %m" line from > /lib/udev/rules.d/60-kpartx.rules > > After reverting those two changes, automatic boot sequence is restored for > me. Is it possible to revert this change and restore > old correct behaviour? Or is some new mechanism suggested (and in this case > it'd be great to mention it in Changes, > as currently there's no mentions of possible breakage and workarounds)?
If dmsetup_env helps with anything, then you found some other package's udev rules relying on extremely outdated stuff. dmsetup_env should have exported DM_NAME, DM_UUID, DM_STATE=ACTIVE, DM_TABLE_STATE=LIVE. DM_NAME and DM_UUID should be exported by the dmsetup udev helper (from src:lvm2). Hope that helps. Chris