diff options
Diffstat (limited to 'install/autodetect')
-rw-r--r-- | install/autodetect | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/install/autodetect b/install/autodetect index 7375296..6cf252c 100644 --- a/install/autodetect +++ b/install/autodetect @@ -6,7 +6,7 @@ install () #blegh, we'll let /tmp clean itself up AUTODETECT="$(auto_modules -e "/scsi/" -e "/block" -e "/fusion/" \ -e "/usb/" -e "/ide/" -e "/ieee1394/" -e "/cdrom"\ - -e "/net/") + -e "/net/" -e "/pcmcia") $(cat /proc/filesystems | grep -v nodev) " for m in $AUTODETECT; do |