Commit 3eb30c51 authored by Niklas Söderlund's avatar Niklas Söderlund Committed by Jonathan Corbet

Documentation: nfsroot.rst: Fix references to nfsroot.rst

When converting and moving nfsroot.txt to nfsroot.rst the references to
the old text file was not updated to match the change, fix this.

Fixes: f9a93498 ("Documentation: nfsroot.txt: convert to ReST")
Signed-off-by: default avatarNiklas Söderlund <niklas.soderlund+renesas@ragnatech.se>
Reviewed-by: default avatarGeert Uytterhoeven <geert+renesas@glider.be>
Link: https://lore.kernel.org/r/20200212181332.520545-1-niklas.soderlund+renesas@ragnatech.seSigned-off-by: default avatarJonathan Corbet <corbet@lwn.net>
parent c428cd52
...@@ -1885,7 +1885,7 @@ ...@@ -1885,7 +1885,7 @@
No delay No delay
ip= [IP_PNP] ip= [IP_PNP]
See Documentation/filesystems/nfs/nfsroot.txt. See Documentation/admin-guide/nfs/nfsroot.rst.
ipcmni_extend [KNL] Extend the maximum number of unique System V ipcmni_extend [KNL] Extend the maximum number of unique System V
IPC identifiers from 32,768 to 16,777,216. IPC identifiers from 32,768 to 16,777,216.
...@@ -2855,13 +2855,13 @@ ...@@ -2855,13 +2855,13 @@
Default value is 0. Default value is 0.
nfsaddrs= [NFS] Deprecated. Use ip= instead. nfsaddrs= [NFS] Deprecated. Use ip= instead.
See Documentation/filesystems/nfs/nfsroot.txt. See Documentation/admin-guide/nfs/nfsroot.rst.
nfsroot= [NFS] nfs root filesystem for disk-less boxes. nfsroot= [NFS] nfs root filesystem for disk-less boxes.
See Documentation/filesystems/nfs/nfsroot.txt. See Documentation/admin-guide/nfs/nfsroot.rst.
nfsrootdebug [NFS] enable nfsroot debugging messages. nfsrootdebug [NFS] enable nfsroot debugging messages.
See Documentation/filesystems/nfs/nfsroot.txt. See Documentation/admin-guide/nfs/nfsroot.rst.
nfs.callback_nr_threads= nfs.callback_nr_threads=
[NFSv4] set the total number of threads that the [NFSv4] set the total number of threads that the
......
...@@ -13,7 +13,7 @@ network by utilizing SMB or CIFS protocol. ...@@ -13,7 +13,7 @@ network by utilizing SMB or CIFS protocol.
In order to mount, the network stack will also need to be set up by In order to mount, the network stack will also need to be set up by
using 'ip=' config option. For more details, see using 'ip=' config option. For more details, see
Documentation/filesystems/nfs/nfsroot.txt. Documentation/admin-guide/nfs/nfsroot.rst.
A CIFS root mount currently requires the use of SMB1+UNIX Extensions A CIFS root mount currently requires the use of SMB1+UNIX Extensions
which is only supported by the Samba server. SMB1 is the older which is only supported by the Samba server. SMB1 is the older
......
...@@ -164,7 +164,7 @@ config ROOT_NFS ...@@ -164,7 +164,7 @@ config ROOT_NFS
If you want your system to mount its root file system via NFS, If you want your system to mount its root file system via NFS,
choose Y here. This is common practice for managing systems choose Y here. This is common practice for managing systems
without local permanent storage. For details, read without local permanent storage. For details, read
<file:Documentation/filesystems/nfs/nfsroot.txt>. <file:Documentation/admin-guide/nfs/nfsroot.rst>.
Most people say N here. Most people say N here.
......
...@@ -129,7 +129,7 @@ config IP_PNP_DHCP ...@@ -129,7 +129,7 @@ config IP_PNP_DHCP
If unsure, say Y. Note that if you want to use DHCP, a DHCP server If unsure, say Y. Note that if you want to use DHCP, a DHCP server
must be operating on your network. Read must be operating on your network. Read
<file:Documentation/filesystems/nfs/nfsroot.txt> for details. <file:Documentation/admin-guide/nfs/nfsroot.rst> for details.
config IP_PNP_BOOTP config IP_PNP_BOOTP
bool "IP: BOOTP support" bool "IP: BOOTP support"
...@@ -144,7 +144,7 @@ config IP_PNP_BOOTP ...@@ -144,7 +144,7 @@ config IP_PNP_BOOTP
does BOOTP itself, providing all necessary information on the kernel does BOOTP itself, providing all necessary information on the kernel
command line, you can say N here. If unsure, say Y. Note that if you command line, you can say N here. If unsure, say Y. Note that if you
want to use BOOTP, a BOOTP server must be operating on your network. want to use BOOTP, a BOOTP server must be operating on your network.
Read <file:Documentation/filesystems/nfs/nfsroot.txt> for details. Read <file:Documentation/admin-guide/nfs/nfsroot.rst> for details.
config IP_PNP_RARP config IP_PNP_RARP
bool "IP: RARP support" bool "IP: RARP support"
...@@ -157,7 +157,7 @@ config IP_PNP_RARP ...@@ -157,7 +157,7 @@ config IP_PNP_RARP
older protocol which is being obsoleted by BOOTP and DHCP), say Y older protocol which is being obsoleted by BOOTP and DHCP), say Y
here. Note that if you want to use RARP, a RARP server must be here. Note that if you want to use RARP, a RARP server must be
operating on your network. Read operating on your network. Read
<file:Documentation/filesystems/nfs/nfsroot.txt> for details. <file:Documentation/admin-guide/nfs/nfsroot.rst> for details.
config NET_IPIP config NET_IPIP
tristate "IP: tunneling" tristate "IP: tunneling"
......
...@@ -1621,7 +1621,7 @@ late_initcall(ip_auto_config); ...@@ -1621,7 +1621,7 @@ late_initcall(ip_auto_config);
/* /*
* Decode any IP configuration options in the "ip=" or "nfsaddrs=" kernel * Decode any IP configuration options in the "ip=" or "nfsaddrs=" kernel
* command line parameter. See Documentation/filesystems/nfs/nfsroot.txt. * command line parameter. See Documentation/admin-guide/nfs/nfsroot.rst.
*/ */
static int __init ic_proto_name(char *name) static int __init ic_proto_name(char *name)
{ {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment