Looking at my initrd on Ubuntu 24.04 (noble), it ships the usr symlinks: ``` $ 3cpio -tv /boot/initrd.img | grep -- "-> usr/" lrwxrwxrwx 1 root root 7 Aug 4 22:26 bin -> usr/bin lrwxrwxrwx 1 root root 7 Aug 4 22:26 lib -> usr/lib lrwxrwxrwx 1 root root 21 Aug 4 22:26 lib.usr-is-merged -> usr/lib.usr-is-merged lrwxrwxrwx 1 root root 9 Aug 4 22:26 lib64 -> usr/lib64 lrwxrwxrwx 1 root root 10 Aug 4 22:26 libx32 -> usr/libx32 lrwxrwxrwx 1 root root 8 Aug 4 22:26 sbin -> usr/sbin ```
So hooks referring to /lib instead of /usr/lib should still work [verification needed]. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2076012 Title: noble: kpartx-boot initramfs hook references wrong path To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/multipath-tools/+bug/2076012/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
