Background: I'm developing a DKMS package for my kernel module. The DKMS manpage contains the following sentence:
REMAKE_INITRD = This directive specifies whether your initrd should be remade after the module is installed onto the kernel.
Question: When is it necessary to remake the initrd? How do I find out if it is necessary to remake the initrd after installing my module onto the kernel?