--- generate-modprobe.conf.orig 2005-01-29 18:30:28.000000000 -0600 +++ generate-modprobe.conf 2005-01-29 18:32:09.000000000 -0600 @@ -51,6 +51,9 @@ elif modprobe -V 2>/dev/null | grep -q 'modprobe version'; then # Running modprobe gives old version. modprobe -c > $MODPROBECONF +elif [ -f /etc/modules.conf ] ; then + # no old version found, just using configuration file + cat /etc/modules.conf > $MODPROBECONF else echo Cannot find old version of modprobe. Giving up. 2>&1 exit 1