diff options
| author | Zenghui Yu <zenghui.yu@linux.dev> | 2025-08-27 22:47:38 +0800 |
|---|---|---|
| committer | Jonathan Corbet <corbet@lwn.net> | 2025-09-03 16:00:03 -0600 |
| commit | 0059f3b82fe713481a1ccfe28ebe6a2489e77df3 (patch) | |
| tree | 5ea134c49107b2483aa33fdedd9bb4a3ab3214b3 /Documentation/admin-guide | |
| parent | 0df41b1b9488f1e85ceb2307639e29ebb1d7ba64 (diff) | |
docs: admin-guide: Fix typo in nfsroot.rst
There is an obvious mistake in nfsroot.rst where pxelinux was wrongly
written as pxeliunx. Fix it.
Signed-off-by: Zenghui Yu <zenghui.yu@linux.dev>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Link: https://lore.kernel.org/r/20250827144738.43361-1-zenghui.yu@linux.dev
Diffstat (limited to 'Documentation/admin-guide')
| -rw-r--r-- | Documentation/admin-guide/nfs/nfsroot.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/admin-guide/nfs/nfsroot.rst b/Documentation/admin-guide/nfs/nfsroot.rst index 135218f33394..06990309c6ff 100644 --- a/Documentation/admin-guide/nfs/nfsroot.rst +++ b/Documentation/admin-guide/nfs/nfsroot.rst @@ -342,7 +342,7 @@ They depend on various facilities being available: When using pxelinux, the kernel image is specified using "kernel <relative-path-below /tftpboot>". The nfsroot parameters are passed to the kernel by adding them to the "append" line. - It is common to use serial console in conjunction with pxeliunx, + It is common to use serial console in conjunction with pxelinux, see Documentation/admin-guide/serial-console.rst for more information. For more information on isolinux, including how to create bootdisks |
