init_dev_kmsg

This commit is contained in:
Ciro Santilli
2017-10-01 22:21:14 +01:00
parent 71d673bac4
commit 88cd83cd02
3 changed files with 15 additions and 1 deletions

View File

@@ -10,7 +10,7 @@ kgdb=false
nographic=false
# norandmaps: Don't use address space randomization. Equivalent to echo 0 > /proc/sys/kernel/randomize_va_space.
# printk.time=y: log in format: "[time ] msg" for all printk messages.
extra_append='norandmaps printk.time=y'
extra_append='norandmaps printk.devkmsg=on printk.time=y'
extra_flags=''
while getopts a:de:knqt: OPT; do
case "$OPT" in