Merge "init: qcom.rc: Adjust the console log threshold for the kernel"

This commit is contained in:
Linux Build Service Account 2013-08-16 04:41:15 -07:00 committed by Gerrit - the friendly Code Review server
commit 41350b3ccb
1 changed files with 4 additions and 0 deletions

View File

@ -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