Closed mrelyb closed 2 years ago
This removes all the explicit update-initramfs calls. I guess, your kernel debianization triggers update-initramfs in the postinst script. Will this work with e.g. the Linux debianization that you get with make deb-pkg
which does not have the same postinst as the one in the Debian archive?
When I build a package.tar.gz and an image and I calc a checksum e.g. with md5sum of both initrds they differ.
I digged around and found that for the image "update-initramfs" is triggered one more time in bootloader installation. To avoid the files being different I just deleted both lines in grub installation. See the patch below.