Merge "init: qcom.rc: Adjust the console log threshold for the kernel"
This commit is contained in:
commit
41350b3ccb
|
@ -144,6 +144,10 @@ on boot
|
|||
mkdir /data/nfc 0770 nfc nfc
|
||||
mkdir /data/nfc/param 0770 nfc nfc
|
||||
|
||||
# Set the console loglevel to < KERN_INFO
|
||||
# Set the default message loglevel to KERN_INFO
|
||||
write /proc/sys/kernel/printk "6 6 1 7"
|
||||
|
||||
# msm specific files that need to be created on /data
|
||||
on post-fs-data
|
||||
# we will remap this as /mnt/sdcard with the sdcard fuse tool
|
||||
|
|
Loading…
Reference in New Issue