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

Attachment: signature.asc
Description: PGP signature

Reply via email to