[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#523735: /etc/kernel/postinst.d/initramfs-tools: please consider supporting the experimental kernel-package out of the box



It'll be very helpful if the hook script included with initramfs-tools
warns us that it isn't generating the initramfs, as people might not
expect it. Something like this:

7c7,10
< [ -z "$2" ] || exit 0
---
> [ -z "$2" ] ||
> echo "warning: not running update-initramfs, see make-kpkg(1) and
> /usr/share/doc/kernel-package/README.gz for details" &&
> exit  0

Cipta



Reply to: