Comment 9 for bug 1250109

Revision history for this message
Julian Andres Klode (juliank) wrote :

@Andy I'm unassigning you and changing the bug status as the initramfs part has been resolved, update-initramfs does

if [ -n "$DPKG_MAINTSCRIPT_PACKAGE" ] && [ $# = 1 ] && [ "$1" = -u ]; then
        if dpkg-trigger --no-await update-initramfs; then
                echo "update-initramfs: deferring update (trigger activated)"
                exit 0
        fi
fi

We can patch grub to do the same