Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.debian.kernel > #58916 > unrolled thread

[PATCH initramfs-tools] initramfs-tools(8): Fix documentation of nfsroot

Started byBaptiste Jonglez <baptiste.jonglez@imag.fr>
First post2017-09-13 19:40 +0200
Last post2017-09-13 19:40 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.debian.kernel


Contents

  [PATCH initramfs-tools] initramfs-tools(8): Fix documentation of nfsroot Baptiste Jonglez <baptiste.jonglez@imag.fr> - 2017-09-13 19:40 +0200

#58916 — [PATCH initramfs-tools] initramfs-tools(8): Fix documentation of nfsroot

FromBaptiste Jonglez <baptiste.jonglez@imag.fr>
Date2017-09-13 19:40 +0200
Subject[PATCH initramfs-tools] initramfs-tools(8): Fix documentation of nfsroot
Message-ID<upjNL-1Va-13@gated-at.bofh.it>
NFSOPTS is separated by a "," and not a ":" as documented.

Also make it clear that not all options from nfs(5) may be supported.
For instance, "nfsvers=" is not supported by nfsmount and causes the
initrd to loop forever.

Signed-off-by: Baptiste Jonglez <baptiste.jonglez@imag.fr>
---
 initramfs-tools.8 | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/initramfs-tools.8 b/initramfs-tools.8
index 0eee050..223e934 100644
--- a/initramfs-tools.8
+++ b/initramfs-tools.8
@@ -44,9 +44,12 @@ set the file system mount option string.
 .TP
 \fB\fI nfsroot
 can be either "auto" to try to get the relevant information from DHCP or a
-string of the form NFSSERVER:NFSPATH or NFSSERVER:NFSPATH:NFSOPTS.
-Use root=/dev/nfs for NFS to kick to in. NFSOPTS can be looked up in
-\fInfs(5)\fP.
+string of the form NFSSERVER:NFSPATH or NFSSERVER:NFSPATH,NFSOPTS.
+Use root=/dev/nfs for NFS to kick to in. NFSOPTS is a comma-separated list
+of options. Available options can be looked up in
+\fInfs(5)\fP
+but some of the options documented there may not be supported by
+\fInfsmount\fP.
 
 .TP
 \fB\fI ip
-- 
2.11.0

[toc] | [standalone]


Back to top | Article view | linux.debian.kernel


csiph-web