Linux Documentation
 help / color / mirror / Atom feed
* [PATCH] printk: Document that CONFIG_BOOT_PRINTK_DELAY required for boot_delay=
@ 2023-01-23 18:04 Bjorn Helgaas
  2023-01-23 18:18 ` Matthew Wilcox
  0 siblings, 1 reply; 4+ messages in thread
From: Bjorn Helgaas @ 2023-01-23 18:04 UTC (permalink / raw)
  To: Jonathan Corbet; +Cc: linux-doc, linux-kernel, Bjorn Helgaas

From: Bjorn Helgaas <bhelgaas@google.com>

Document the fact that CONFIG_BOOT_PRINTK_DELAY must be enabled for the
"boot_delay" kernel parameter to work.  Also mention that "lpj=" may be
necessary.

Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
---
 Documentation/admin-guide/kernel-parameters.txt | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/Documentation/admin-guide/kernel-parameters.txt b/Documentation/admin-guide/kernel-parameters.txt
index 6cfa6e3996cf..b0b40b6a765c 100644
--- a/Documentation/admin-guide/kernel-parameters.txt
+++ b/Documentation/admin-guide/kernel-parameters.txt
@@ -480,8 +480,9 @@
 			See Documentation/block/cmdline-partition.rst
 
 	boot_delay=	Milliseconds to delay each printk during boot.
-			Values larger than 10 seconds (10000) are changed to
-			no delay (0).
+			Enable CONFIG_BOOT_PRINTK_DELAY and also specify
+			"lpj=".  Boot_delay values larger than 10 seconds
+			(10000) are changed to no delay (0).
 			Format: integer
 
 	bootconfig	[KNL]
-- 
2.25.1


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2023-01-23 21:28 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-01-23 18:04 [PATCH] printk: Document that CONFIG_BOOT_PRINTK_DELAY required for boot_delay= Bjorn Helgaas
2023-01-23 18:18 ` Matthew Wilcox
2023-01-23 20:44   ` Bjorn Helgaas
2023-01-23 21:28     ` Randy Dunlap

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox