Enable BOOT_PRINTK_DELAY and suggest use of boot_delay in bug presubj

svn path=/dists/sid/linux-2.6/; revision=17107
This commit is contained in:
Ben Hutchings 2011-03-24 05:23:39 +00:00
parent 43c2ef5108
commit 3ecf275cd9
3 changed files with 4 additions and 2 deletions

1
debian/changelog vendored
View File

@ -7,6 +7,7 @@ linux-2.6 (2.6.38-2) UNRELEASED; urgency=low
* net/wireless: Enable RTL8192CE as module (Closes: #619051)
* Add configuration for Debian architecture ppc64, matching the
powerpc/powerpc64 flavour (Closes: #618976)
* Enable BOOT_PRINTK_DELAY (support for the boot_delay kernel parameter)
[ Jurij Smakov ]
* Bump CONFIG_NR_CPUS on sparc to 256 to accomodate T2+ machines

View File

@ -3610,7 +3610,7 @@ CONFIG_DEBUG_BUGVERBOSE=y
# CONFIG_DEBUG_SG is not set
# CONFIG_DEBUG_NOTIFIERS is not set
# CONFIG_DEBUG_CREDENTIALS is not set
# CONFIG_BOOT_PRINTK_DELAY is not set
CONFIG_BOOT_PRINTK_DELAY=y
# CONFIG_RCU_TORTURE_TEST is not set
# CONFIG_RCU_CPU_STALL_DETECTOR is not set
# CONFIG_KPROBES_SANITY_TEST is not set

View File

@ -4,4 +4,5 @@ diagnostic information about the running kernel.
If you are reporting that the kernel fails to boot, please use a digital
camera, serial console or netconsole to record the boot messages and
attach these to your report.
attach these to your report. You can use the kernel parameter
'boot_delay=1000' to slow down the boot messages.