Thomas, As I said at DebConf: read and follow the policy instead of cribbing from old versions of initramfs-tools.
This 'exit 0' is nonsense:
if [ -n "$2" ]; then
if [ -n "${KERNEL_PACKAGE_VERSION}" ]; then
# exit if custom kernel does not need an initramfs
[ "$INITRD" = 'No' ] && exit 0
bootdir=$(dirname "$2")
else
# official Debian linux-images take care themself
exit 0
fi
fi
Ben.
signature.asc
Description: This is a digitally signed message part

