summaryrefslogtreecommitdiffstats
path: root/install
diff options
context:
space:
mode:
authorThomas Bächler <thomas@archlinux.org>2010-02-15 18:46:39 +0100
committerThomas Bächler <thomas@archlinux.org>2010-02-15 18:46:39 +0100
commit72b8a02e874dde34c1a4d0a2c393bc4f69eeba7c (patch)
tree06376ee0371155803d6a7fe0c2c3e3fb56de06b7 /install
parent049712038da250f1436373ae62e2d611f1edfb49 (diff)
downloadmkinitcpio-72b8a02e874dde34c1a4d0a2c393bc4f69eeba7c.tar.gz
mkinitcpio-72b8a02e874dde34c1a4d0a2c393bc4f69eeba7c.tar.xz
Add the "nfs" kernel module with in net hook
Diffstat (limited to 'install')
-rw-r--r--install/net2
1 files changed, 1 insertions, 1 deletions
diff --git a/install/net b/install/net
index 7b31c09..6016ed5 100644
--- a/install/net
+++ b/install/net
@@ -2,7 +2,7 @@
install ()
{
- MODULES=" $(checked_modules "/drivers/net/") "
+ MODULES="nfs $(checked_modules "/drivers/net/") "
BINARIES=""
FILES=""