busybox-initramfs: hide kernel messages on console

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2010-12-11 15:02:03 +01:00
parent 9e77fc5899
commit fc6f0a2f7e

View File

@ -10,6 +10,9 @@ REBOOT=0
/bin/busybox mount -t devtmpfs none /dev
/bin/busybox mount -t proc none /proc
# hide kernel log messages on console
echo '1 4 1 7' > /proc/sys/kernel/printk
# parse command line arguments
for arg in $(cat /proc/cmdline); do
case $arg in