summaryrefslogtreecommitdiffstats
path: root/install/autodetect
diff options
context:
space:
mode:
authorTobias Powalowski <tpowa@archlinux.org>2006-05-04 10:43:48 +0200
committerTobias Powalowski <tpowa@archlinux.org>2006-05-04 10:43:48 +0200
commit830a2f97e258de184197737fef050dc13578b0dc (patch)
treeb3a6a1e5e95722163074bfcab1c04667afd86e33 /install/autodetect
parentcb07072558843db27776a4fa81012c7040d986db (diff)
downloadmkinitcpio-830a2f97e258de184197737fef050dc13578b0dc.tar.gz
mkinitcpio-830a2f97e258de184197737fef050dc13578b0dc.tar.xz
'added net and usbinput'
git-svn-id: http://projects.archlinux.org/svn/initramfs/mkinitcpio@59 880c04e9-e011-0410-abf7-b926e227c9cd
Diffstat (limited to 'install/autodetect')
-rw-r--r--install/autodetect3
1 files changed, 2 insertions, 1 deletions
diff --git a/install/autodetect b/install/autodetect
index d9214ed..abcfafe 100644
--- a/install/autodetect
+++ b/install/autodetect
@@ -6,7 +6,8 @@ install ()
MODULE_FILE="$(mktemp /tmp/initcpio_modules.XXXXXX)"
#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 "/usb/" -e "/ide/" -e "/ieee1394/" -e "/cdrom"\
+ -e "/net/")
$(cat /proc/filesystems | grep -v nodev) "
for m in $AUTODETECT; do