busybox: cleanup not more needed framebuffer stuff

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2012-05-03 13:01:43 +02:00
parent 9bf52e814e
commit b36ce523ba

View File

@ -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