busybox-initramfs: fix fbset command again, thanks to Dom

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2012-05-12 23:24:43 +02:00
parent c45122d758
commit a4c48a52b4

View File

@ -329,7 +329,7 @@ NBD_DEVS="0"
if [ -e /dev/fb0 -a ! "$SPLASH" = "no" ]; then
# set framebuffer to a default resolution (1024x768-32)
fbset -xres 1024 -yres 768 -vxres 1024 -vyres 1024 -depth 32
fbset -g 1024 768 1024 768 32
# load splash
if [ -f /flash/oemsplash.png ]; then