diff options
| author | Eugene Syromyatnikov <evgsyr@gmail.com> | 2017-09-11 05:04:03 +0200 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2017-09-11 12:55:40 +0200 |
| commit | 96c11b3ffc31b47bbe0e30f95f8ee0d5e504dbe3 (patch) | |
| tree | 7f5472722febaf6ec4857ee2a76bc12cae604bcb /man7/bootparam.7 | |
| parent | e7dee04702af1c56408845b5532650c3f32e928c (diff) | |
| download | man-pages-96c11b3ffc31b47bbe0e30f95f8ee0d5e504dbe3.tar.gz | |
initrd.4, proc.5, bootparam.7: Update pointer to in-kernel initrd documentation
Linux commit v4.10-rc1~40^2~86^2~4 moves initrd documentation from
Documentation/initrd.txt to Documentation/admin-quide/initrd.rst.
* man4/initrd.4 (.SS Changing the normal root filesystem,
.SH SEE ALSO): Amend pointer to in-kernel initrd documentation
with change introduced in Linux 4.10 (move to
Documentation/admin-guide/initrd.rst).
* man5/proc.5 (.SS Files and directories)
<.TP .I /proc/sys/kernel/real-root-dev>: Likewise.
* man7/bootparam.7 (.SS Boot arguments for ramdisk use)
<.TP .B 'noinitrd'>: Likewise.
Signed-off-by: Eugene Syromyatnikov <evgsyr@gmail.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
Diffstat (limited to 'man7/bootparam.7')
| -rw-r--r-- | man7/bootparam.7 | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/man7/bootparam.7 b/man7/bootparam.7 index 92c944116e..c6f8735c9b 100644 --- a/man7/bootparam.7 +++ b/man7/bootparam.7 @@ -378,7 +378,11 @@ the usual boot sequence (e.g., invocation of is performed. .IP For a detailed description of the initrd feature, see the kernel source file -.IR Documentation/initrd.txt . +.I Documentation/admin\-guide/initrd.rst +.\" commit 9d85025b0418163fae079c9ba8f8445212de8568 +(or +.I Documentation/initrd.txt +before Linux 4.10). .IP The 'noinitrd' option tells the kernel that although it was compiled for operation with initrd, it should not go through the above steps, but |
