I have a Framework 11 with nothing very fancy. If I understand correctly, when
`MODULES=most` is present, images are generated that include drivers for like...
basically everything? This is a safety/stability measure, I guess. However, I
changed my `/etc/initramfs-tools/initramfs.conf`:
```
MODULES=dep
```
Luckily for me it guessed which modules to load correctly and I believe reduced
the image sizes.
# Other notes
I also had this weird problem where for some reason `wireguard` figured it'd
depend on RT Linux kernel. I had to hold the rt kernel and manually install the
amd64 package.