diff --git a/packages/sysutils/busybox/scripts/init b/packages/sysutils/busybox/scripts/init index 72bb30ea20..16993efbc5 100755 --- a/packages/sysutils/busybox/scripts/init +++ b/packages/sysutils/busybox/scripts/init @@ -26,18 +26,6 @@ fi . /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 progress "Starting Init Scripts" RET=0