Outputting a warning message to the default script might be helpful, because then at least the user knows that the initramfs isn't created instead of exiting silently:
7c7,10 < [ -z "$2" ] || exit 0 --- > [ -z "$2" ] || > echo "warning: initramfs not created, see make-kpkg(1) and > /usr/share/doc/kernel-package/README.gz for details" && > exit 0 Thanks, Cipta -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

