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 [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/[email protected]
