mirror of
https://github.com/adulau/aha.git
synced 2024-12-28 11:46:19 +00:00
[PATCH] nlm kernel-parameters update
Add 2 lockd kernel parameters and spell 2 others correctly. Signed-off-by: Randy Dunlap <rdunlap@xenotime.net> Cc: Neil Brown <neilb@cse.unsw.edu.au> Cc: Olaf Kirch <okir@suse.de> Cc: <buraphalinuxserver@gmail.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
parent
9c878967d3
commit
a6b25b675d
1 changed files with 10 additions and 2 deletions
|
@ -712,9 +712,17 @@ running once the system is up.
|
||||||
load_ramdisk= [RAM] List of ramdisks to load from floppy
|
load_ramdisk= [RAM] List of ramdisks to load from floppy
|
||||||
See Documentation/ramdisk.txt.
|
See Documentation/ramdisk.txt.
|
||||||
|
|
||||||
lockd.udpport= [NFS]
|
lockd.nlm_grace_period=P [NFS] Assign grace period.
|
||||||
|
Format: <integer>
|
||||||
|
|
||||||
lockd.tcpport= [NFS]
|
lockd.nlm_tcpport=N [NFS] Assign TCP port.
|
||||||
|
Format: <integer>
|
||||||
|
|
||||||
|
lockd.nlm_timeout=T [NFS] Assign timeout value.
|
||||||
|
Format: <integer>
|
||||||
|
|
||||||
|
lockd.nlm_udpport=M [NFS] Assign UDP port.
|
||||||
|
Format: <integer>
|
||||||
|
|
||||||
logibm.irq= [HW,MOUSE] Logitech Bus Mouse Driver
|
logibm.irq= [HW,MOUSE] Logitech Bus Mouse Driver
|
||||||
Format: <irq>
|
Format: <irq>
|
||||||
|
|
Loading…
Reference in a new issue