You are not logged in.
I've added VM modules to my rc.conf, but they don't load up automatically on boot. They load just fine afterwards with manual modprobes, but I would prefer to automatically load them for convenience.
I'm running arch64 2.6.26-ARCH with this daemon array. I've tried a lot of load orders, but none of them have worked.
DAEMONS=(syslog-nv network netfs fuse sshd kvm kvm-amd kqemu vboxdrv @crond @hal @alsa @sensors @mpd)
Last edited by tdjy (2008-08-26 07:07:52)
Offline
Modules belong in the MODULES array, which is set earlier in rc.conf. FYI, items in the daemons array must be found in /etc/rc.d/, where as anytime you use modprobe, you are loading a module.
Offline
ahh thanks!
Offline