summaryrefslogtreecommitdiffstats
path: root/install/autodetect
diff options
context:
space:
mode:
authorTobias Powalowski <tpowa@archlinux.org>2006-05-04 12:16:11 +0200
committerTobias Powalowski <tpowa@archlinux.org>2006-05-04 12:16:11 +0200
commit7f3e83c8323e358f7da4788dd18f05f5546b021e (patch)
tree159c02b3cbe2b195939e84ef7243e6fd51b76762 /install/autodetect
parent9fc4bd73bce1d2b107238933aea57945ee992b36 (diff)
downloadmkinitcpio-7f3e83c8323e358f7da4788dd18f05f5546b021e.tar.gz
mkinitcpio-7f3e83c8323e358f7da4788dd18f05f5546b021e.tar.xz
'added pcmcia and net'
git-svn-id: http://projects.archlinux.org/svn/initramfs/mkinitcpio@63 880c04e9-e011-0410-abf7-b926e227c9cd
Diffstat (limited to 'install/autodetect')
-rw-r--r--install/autodetect2
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