Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6ded55da authored by J. Bruce Fields's avatar J. Bruce Fields Committed by Jonathan Corbet
Browse files

Documentation: move nfsroot.txt to filesystems/



Documentation/ is a little large, and filesystems/ seems an obvious
place for this file.

Signed-off-by: default avatarJ. Bruce Fields <bfields@citi.umich.edu>
Signed-off-by: default avatarJonathan Corbet <corbet@lwn.net>
parent dc07e721
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -271,8 +271,6 @@ netlabel/
	- directory with information on the NetLabel subsystem.
networking/
	- directory with info on various aspects of networking with Linux.
nfsroot.txt
	- short guide on setting up a diskless box with NFS root filesystem.
nmi_watchdog.txt
	- info on NMI watchdog for SMP systems.
nommu-mmap.txt
+2 −0
Original line number Diff line number Diff line
@@ -66,6 +66,8 @@ mandatory-locking.txt
	- info on the Linux implementation of Sys V mandatory file locking.
ncpfs.txt
	- info on Novell Netware(tm) filesystem using NCP protocol.
nfsroot.txt
	- short guide on setting up a diskless box with NFS root filesystem.
ntfs.txt
	- info and mount options for the NTFS filesystem (Windows NT).
ocfs2.txt
+3 −3
Original line number Diff line number Diff line
@@ -845,7 +845,7 @@ and is between 256 and 4096 characters. It is defined in the file
			arch/alpha/kernel/core_marvel.c.

	ip=		[IP_PNP]
			See Documentation/nfsroot.txt.
			See Documentation/filesystems/nfsroot.txt.

	ip2=		[HW] Set IO/IRQ pairs for up to 4 IntelliPort boards
			See comment before ip2_setup() in
@@ -1199,10 +1199,10 @@ and is between 256 and 4096 characters. It is defined in the file
			file if at all.

	nfsaddrs=	[NFS]
			See Documentation/nfsroot.txt.
			See Documentation/filesystems/nfsroot.txt.

	nfsroot=	[NFS] nfs root filesystem for disk-less boxes.
			See Documentation/nfsroot.txt.
			See Documentation/filesystems/nfsroot.txt.

	nfs.callback_tcpport=
			[NFS] set the TCP port on which the NFSv4 callback
+4 −4
Original line number Diff line number Diff line
@@ -1744,10 +1744,10 @@ config ROOT_NFS
	  If you want your Linux box to mount its whole root file system (the
	  one containing the directory /) from some other computer over the
	  net via NFS (presumably because your box doesn't have a hard disk),
	  say Y. Read <file:Documentation/nfsroot.txt> for details. It is
	  likely that in this case, you also want to say Y to "Kernel level IP
	  autoconfiguration" so that your box can discover its network address
	  at boot time.
	  say Y. Read <file:Documentation/filesystems/nfsroot.txt> for
	  details. It is likely that in this case, you also want to say Y to
	  "Kernel level IP autoconfiguration" so that your box can discover
	  its network address at boot time.

	  Most people say N here.

Loading