mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
init: check first if fbcon/cursor_blink exists
This commit is contained in:
parent
41f4eb4118
commit
ffa3ec4bd5
@ -65,7 +65,9 @@
|
||||
|
||||
# clear screen and hide cursor
|
||||
clear
|
||||
echo 0 > /sys/devices/virtual/graphics/fbcon/cursor_blink
|
||||
if [ -f /sys/devices/virtual/graphics/fbcon/cursor_blink ] ; then
|
||||
echo 0 > /sys/devices/virtual/graphics/fbcon/cursor_blink
|
||||
fi
|
||||
|
||||
# parse command line arguments
|
||||
for arg in $(cat /proc/cmdline); do
|
||||
|
Loading…
x
Reference in New Issue
Block a user