Package: systemd-boot Version: 252.5-2 Severity: normal systemd-boot.postinst should create boot loader entries for the currently installed kernels.
Something like this should work:
for kernel in /boot/vmlinuz-*; do
kernel-install add "${kernel#*/vmlinuz-}" "$kernel"
done
--
ciao,
Marco
signature.asc
Description: PGP signature
