2008-01-19 18:55:19 -05:00
|
|
|
If you want to load this kernel module at boot time, add the following
|
|
|
|
lines to /etc/rc.securelevel :
|
|
|
|
|
2008-04-29 16:38:03 -04:00
|
|
|
if nm /dev/ksyms | grep mp_lock >/dev/null; then
|
|
|
|
if [ -r ${INSTDIR}/kqemu_mp.o ]; then
|
|
|
|
echo ' kqemu'; /sbin/modload ${INSTDIR}/kqemu_mp.o
|
|
|
|
fi
|
|
|
|
else
|
|
|
|
if [ -r ${INSTDIR}/kqemu.o ]; then
|
|
|
|
echo ' kqemu'; /sbin/modload ${INSTDIR}/kqemu.o
|
|
|
|
fi
|
2008-01-19 18:55:19 -05:00
|
|
|
fi
|
|
|
|
|
|
|
|
If you want a user to be able to use this module, add them to the group
|
|
|
|
_kqemu.
|