Package: live-build Version: 3.0~a21-1 Severity: normal
You might want a script like this in the binary_local-hooks. #!/bin/bash cd binary/live || exit 1 vmlinuz=$(ls vmlinuz* | tail -n1) ln $vmlinuz vmlinuz || true initrd=$(ls initrd.img* | tail -n1) ln $initrd initrd.img || true -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org