summaryrefslogtreecommitdiff
path: root/obsolete-buildroot
diff options
context:
space:
mode:
authorMike Baker <mbm@openwrt.org>2004-09-20 00:03:21 +0000
committerMike Baker <mbm@openwrt.org>2004-09-20 00:03:21 +0000
commit057af2a5df0c7f665a5a903d55168842e82c259f (patch)
treeb32ef559443a193e0849be5f785c49980c9e81e2 /obsolete-buildroot
parentd4da042e4b7b850fc49c272ab5441c0ba3b82eb6 (diff)
downloadmtk-20170518-057af2a5df0c7f665a5a903d55168842e82c259f.zip
mtk-20170518-057af2a5df0c7f665a5a903d55168842e82c259f.tar.gz
mtk-20170518-057af2a5df0c7f665a5a903d55168842e82c259f.tar.bz2
instructions for the nfs modules
SVN-Revision: 167
Diffstat (limited to 'obsolete-buildroot')
-rw-r--r--obsolete-buildroot/sources/openwrt/ipkg/kmod-nfs/CONTROL/postinst16
1 files changed, 16 insertions, 0 deletions
diff --git a/obsolete-buildroot/sources/openwrt/ipkg/kmod-nfs/CONTROL/postinst b/obsolete-buildroot/sources/openwrt/ipkg/kmod-nfs/CONTROL/postinst
new file mode 100644
index 0000000..1371a39
--- /dev/null
+++ b/obsolete-buildroot/sources/openwrt/ipkg/kmod-nfs/CONTROL/postinst
@@ -0,0 +1,16 @@
+#!/bin/sh
+cat << EOF
+
+
+Using the nfs modules:
+ insmod sunrpc
+ insmod lockd
+ insmod nfs
+ mount server:/mnt /mnt -o nolock
+
+If you do not specify nolock the mount process will hang
+until rpciod is killed. (killall -9 rpciod)
+
+- press enter -
+EOF
+read