Re: [PATCH] deb-pkg: Inhibit initramfs builders if CONFIG_BLK_DEV_INITRD is not set

2013-11-18 Thread Michal Marek
On Fri, Nov 15, 2013 at 03:03:25AM +, Ben Hutchings wrote: > The kernel postinst hook for initramfs-tools will build an initramfs > on installation unless $INITRD is set to 'No'. make-kpkg generates a > postinst script that sets this variable appropriately, but we don't. > Set it based on CONF

[PATCH] deb-pkg: Inhibit initramfs builders if CONFIG_BLK_DEV_INITRD is not set

2013-11-14 Thread Ben Hutchings
The kernel postinst hook for initramfs-tools will build an initramfs on installation unless $INITRD is set to 'No'. make-kpkg generates a postinst script that sets this variable appropriately, but we don't. Set it based on CONFIG_BLK_DEV_INITRD. This should also work with dracut when