Marco d'Itri <m...@linux.it> writes: > Control: severity -1 normal > Control: tags -1 patch > Control: reassign -1 initramfs-tools > > On Jan 06, crvi <crvi...@gmail.com> wrote: > >> * What outcome did you expect instead? >> >> Successful ramfs generation > Do you have any reason to believe that the initrfamfs was not generated > successfully? > > This is only cosmetic, and it needs to be fixed in /usr/sbin/mkinitramfs > by copying modules.builtin.bin too: > > -for x in modules.builtin modules.order; do > +for x in modules.builtin modules.builtin.bin modules.order; do
modules.builtin.bin is created, and always regenerated, by depmod based on modules.builtin. Requiring modules.builtin.bin to exist before running depmod makes no sense at all. So what change made depmod spit out this pointless warning? You should fix that bug instead insisting that some other package paper over it. Bjørn