diff options
| author | Eugene Syromyatnikov <evgsyr@gmail.com> | 2017-09-11 05:04:01 +0200 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2017-09-11 12:54:04 +0200 |
| commit | e7dee04702af1c56408845b5532650c3f32e928c (patch) | |
| tree | 435926e13c9c411bcd9b56d46ba725fba23583d9 | |
| parent | 5bbb004d3259c0285b12b9bcb695269e329fae53 (diff) | |
| download | man-pages-e7dee04702af1c56408845b5532650c3f32e928c.tar.gz | |
initrd.4: Update pointer to in-kernel root over NFS documentation
Linux commit v2.6.33-rc1~57^2~37 moves all NFS-related documentation to
nfs sub-directory.
* man4/initrd.4 (.SS Changing the normal root filesystem): Amend
pointer to Documentation/nfsroot.txt with change introduced in
Linux 2.6.33 (move to Documentation/nfs/nfsroot.txt)
Signed-off-by: Eugene Syromyatnikov <evgsyr@gmail.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
| -rw-r--r-- | man4/initrd.4 | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/man4/initrd.4 b/man4/initrd.4 index 57fa650816..70ef9d361c 100644 --- a/man4/initrd.4 +++ b/man4/initrd.4 @@ -243,7 +243,11 @@ and .B nfs_root_addrs boot options to give the NFS settings. For more information on NFS-mounted root see the kernel documentation file -.BR Documentation/filesystems/nfsroot.txt . +.I Documentation/filesystems/nfs/nfsroot.txt +.\" commit dc7a08166f3a5f23e79e839a8a88849bd3397c32 +(or +.I Documentation/filesystems/nfsroot.txt +before Linux 2.6.33). For more information on setting the root filesystem see also the .BR LILO and |
