mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
busybox-initramfs: hide kernel messages on console
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
9e77fc5899
commit
fc6f0a2f7e
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user