#!/bin/sh
source "$RUNES_INTERFACE_DIR/RUNES/functions.sh"
[ -f "$RUNES_CONFIG_PATH" ] && source "$RUNES_CONFIG_PATH"

# clean up /etc/modprobe.conf
echo > /etc/modprobe.conf

# clean up /etc/modprobe.preload
echo > /etc/modprobe.preload

# prevent hardware setup tools
rm -rf /etc/rc.d/rc*.d/*kudzu*
rm -rf /etc/rc.d/rc*.d/*harddrake*

