Where do we list modules we want loaded at boot?
When I run modprobe fuse
WARNING: Deprecated config file /etc/modprobe.conf, all config files
belong into /etc/modprobe.d/./etc/modprobe.conf doesn't actually appear to have any modules listed but does list a herd of aliases for modules. Looking under /etc/modprobe.d aliases.conf blacklist.conf i386.conf pnp-aliases.conf All of which appear to hold the same or more lists of aliases. So if I want to load `fuse' at boot... where do it put it?

