mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
busybox: cleanup not more needed framebuffer stuff
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
9bf52e814e
commit
b36ce523ba
@ -26,18 +26,6 @@ fi
|
|||||||
|
|
||||||
. /etc/profile
|
. /etc/profile
|
||||||
|
|
||||||
# clear screen and set console
|
|
||||||
clear
|
|
||||||
export CONSOLE=/dev/tty3
|
|
||||||
|
|
||||||
# starting framebuffer if it still not exist
|
|
||||||
if [ ! -e /dev/fb0 -a ! "$SPLASH" = "no" ]; then
|
|
||||||
modprobe uvesafb mode_option=1920x1080-32 mtrr=3 scroll=ywrap
|
|
||||||
fi
|
|
||||||
|
|
||||||
# disable cursor
|
|
||||||
echo 0 > /sys/devices/virtual/graphics/fbcon/cursor_blink
|
|
||||||
|
|
||||||
# starting init scripts for wanted runlevel
|
# starting init scripts for wanted runlevel
|
||||||
progress "Starting Init Scripts"
|
progress "Starting Init Scripts"
|
||||||
RET=0
|
RET=0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user