Skip to content

Commit 1c20c65

Browse files
paulmckrcumhiramat
authored andcommitted
doc: Update /proc/cmdline documentation to include boot config
Update the /proc/cmdline documentation to explicitly state that this file provides kernel boot parameters obtained via boot config from the kernel image as well as those supplied by the boot loader. Link: https://lore.kernel.org/all/[email protected]/ Signed-off-by: Paul E. McKenney <[email protected]> Acked-by: Masami Hiramatsu (Google) <[email protected]> Reviewed-by: Randy Dunlap <[email protected]> Cc: Jonathan Corbet <[email protected]> Cc: Andrew Morton <[email protected]> Cc: Stephen Rothwell <[email protected]> Cc: Arnd Bergmann <[email protected]> Signed-off-by: Masami Hiramatsu (Google) <[email protected]>
1 parent 8a749fd commit 1c20c65

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Documentation/filesystems/proc.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -691,7 +691,8 @@ files are there, and which are missing.
691691
apm Advanced power management info
692692
buddyinfo Kernel memory allocator information (see text) (2.5)
693693
bus Directory containing bus specific information
694-
cmdline Kernel command line
694+
cmdline Kernel command line, both from bootloader and embedded
695+
in the kernel image
695696
cpuinfo Info about the CPU
696697
devices Available devices (block and character)
697698
dma Used DMS channels

0 commit comments

Comments
 (0)