From 7f3e83c8323e358f7da4788dd18f05f5546b021e Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Thu, 4 May 2006 10:16:11 +0000 Subject: 'added pcmcia and net' git-svn-id: http://projects.archlinux.org/svn/initramfs/mkinitcpio@63 880c04e9-e011-0410-abf7-b926e227c9cd --- install/autodetect | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'install/autodetect') 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 -- cgit v1.2.3-24-g4f1b