Control: tags -1 + pending On Fri, Oct 17, 2025 at 09:25:26AM -0400, Noah Meyerhans wrote: > Cloud-init 25.3-1 moved some files from /usr/libexec/cloud-init to > /usr/lib/cloud-init. However, the previous location is hardcoded in (at > least) /usr/lib/systemd/system-generators/cloud-init-generator, which now > fails to execute successfully. As the generator is responsible for enabling > cloud-init at boot time, this no longer happens and systems cannot provision > successfully.
The fix is to avoid moving the files to /usr/libexec. Fixed with https://salsa.debian.org/noahm/cloud-init/-/commit/7dffd60f7e3b00e42ce5b51ac1ca373bd153547c in my fork.

