if [ -d /etc/modprobe.d/ ]; then
	echo "install KERNMODULE /bin/true" >> /etc/modprobe.d/disabled_modules.conf
else
	echo "install KERNMODULE /bin/true" >> /etc/modprobe.conf
fi
