diff options
author | Tobias Powalowski <tpowa@archlinux.org> | 2006-05-04 10:43:48 +0200 |
---|---|---|
committer | Tobias Powalowski <tpowa@archlinux.org> | 2006-05-04 10:43:48 +0200 |
commit | 830a2f97e258de184197737fef050dc13578b0dc (patch) | |
tree | b3a6a1e5e95722163074bfcab1c04667afd86e33 /install/autodetect | |
parent | cb07072558843db27776a4fa81012c7040d986db (diff) | |
download | mkinitcpio-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/autodetect | 3 |
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 |