diff options
author | Thomas Bächler <thomas@archlinux.org> | 2010-02-15 18:46:39 +0100 |
---|---|---|
committer | Thomas Bächler <thomas@archlinux.org> | 2010-02-15 18:46:39 +0100 |
commit | 72b8a02e874dde34c1a4d0a2c393bc4f69eeba7c (patch) | |
tree | 06376ee0371155803d6a7fe0c2c3e3fb56de06b7 | |
parent | 049712038da250f1436373ae62e2d611f1edfb49 (diff) | |
download | mkinitcpio-72b8a02e874dde34c1a4d0a2c393bc4f69eeba7c.tar.gz mkinitcpio-72b8a02e874dde34c1a4d0a2c393bc4f69eeba7c.tar.xz |
Add the "nfs" kernel module with in net hook
-rw-r--r-- | install/net | 2 |
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="" |