]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commitdiff
bootconfig: Fix Kconfig help message for BOOT_CONFIG
authorMasami Hiramatsu <mhiramat@kernel.org>
Mon, 20 Jan 2020 03:23:00 +0000 (12:23 +0900)
committerSteven Rostedt (VMware) <rostedt@goodmis.org>
Tue, 21 Jan 2020 23:24:08 +0000 (18:24 -0500)
Fix Kconfig help message since the bootconfig file is
only available to be appended to initramfs. And also
add a reference to the documentation.

Link: http://lkml.kernel.org/r/157949058031.25888.18399447161895787505.stgit@devnote2
Reported-by: Randy Dunlap <rdunlap@infradead.org>
Acked-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Masami Hiramatsu <mhiramat@kernel.org>
Signed-off-by: Steven Rostedt (VMware) <rostedt@goodmis.org>
init/Kconfig

index ffd240fb88c304ad28d19739dd4d954c1e9c36dc..9506299a53e340d4255a32cba1c2e07a474bd8de 100644 (file)
@@ -1223,7 +1223,9 @@ config BOOT_CONFIG
        help
          Extra boot config allows system admin to pass a config file as
          complemental extension of kernel cmdline when booting.
-         The boot config file is usually attached at the end of initramfs.
+         The boot config file must be attached at the end of initramfs
+         with checksum and size.
+         See <file:Documentation/admin-guide/bootconfig.rst> for details.
 
          If unsure, say Y.