projects
/
openwrt.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Add fprobe-ulog package
[openwrt.git]
/
obsolete-buildroot
/
sources
/
openwrt
/
ipkg
/
kmod-nfs
/
CONTROL
/
postinst
1
#!/bin/sh
2
cat
<< EOF
3
4
5
Using the nfs modules:
6
insmod sunrpc
7
insmod lockd
8
insmod nfs
9
mount server:/mnt /mnt -o nolock
10
11
If you do not specify nolock the mount process will hang
12
until rpciod is killed. (killall -9 rpciod)
13
14
- press enter -
15
EOF
16
read
This page took
0.041851 seconds
and
5
git commands to generate.