mirror of
https://github.com/armbian/build.git
synced 2025-09-11 16:51:18 +02:00
We were not monitoring /usr/share/initramfs-tools before where most of extra hooks gets installed. While testing builds with CRYPTROOT I created build with dropbear ssh key unlock support first and then went for password only, but it still used initrd image with dropbear files and older keys. Including /usr/share/initramfs-tools fixes the same. Also as dropbear keys were autogenerated, they needed to be monitored as well.