I need two modules (vfio and vfio_pci) to be loaded before another (nouveau).
Right now, the setup I have, obtained via:
echo options vfio-pci ids=$MY_VGA_ID,$MY_VGA_AUDIO_ID > /etc/modprobe.d/vfio.conf
printf "vfionvfio_pcin" > /etc/modules-load.d/vfio.conf
update-initramfs -u
works, but I assume it does so by accident.
What's the easiest, most standard way, to make sure the ordering is the one I need?
