mirror of
https://github.com/libretro/Lakka-LibreELEC.git
synced 2024-11-23 00:09:52 +00:00
busybox/Ayn/Odin: use proper kernel arg to not hide kernel messages in console
This commit is contained in:
parent
08ed2868e9
commit
08d672b54b
@ -987,9 +987,9 @@ prepare_sysroot() {
|
||||
|
||||
# Do init tasks to bring up system
|
||||
|
||||
if [ ! "$(cat /proc/cmdline | grep -s odin-workaround)" ]; then
|
||||
if [ ! "$(cat /proc/cmdline | grep -s show_kernel_messages)" ]; then
|
||||
# hide kernel log messages on console
|
||||
: #echo '1 4 1 7' > /proc/sys/kernel/printk
|
||||
echo '1 4 1 7' > /proc/sys/kernel/printk
|
||||
fi
|
||||
|
||||
# run platform_init script if exists
|
||||
|
@ -3,7 +3,7 @@ set timeout="5"
|
||||
|
||||
menuentry "Lakka" {
|
||||
set gfxpayload=keep
|
||||
linux /lakka/KERNEL boot=/dev/mmcblk0p1 BOOT_IMAGE=/lakka/KERNEL SYSTEM_IMAGE=/lakka/SYSTEM console=ttyMSM0,115200n8 clk_ignore_unused pd_ignore_unused nofsck fat32-boot firmware.class_path="/usr/lib/firmware" net.ifnames=1 odin-workaround
|
||||
linux /lakka/KERNEL boot=/dev/mmcblk0p1 BOOT_IMAGE=/lakka/KERNEL SYSTEM_IMAGE=/lakka/SYSTEM console=ttyMSM0,115200n8 clk_ignore_unused pd_ignore_unused nofsck fat32-boot firmware.class_path="/usr/lib/firmware" net.ifnames=1 show_kernel_messages
|
||||
devicetree /lakka/sdm845-ayn-odin.dtb
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user