From 07f07a70900b8bd12b394157fe247a50be696426 Mon Sep 17 00:00:00 2001 From: Jonathan Bauer Date: Thu, 30 Jan 2014 18:08:07 +0100 Subject: [rfs-s31] add '-x' switch to fbsplash call to center splash pic --- remote/rootfs/rootfs-stage31/data/init | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/remote/rootfs/rootfs-stage31/data/init b/remote/rootfs/rootfs-stage31/data/init index c14513ae..714b22ac 100755 --- a/remote/rootfs/rootfs-stage31/data/init +++ b/remote/rootfs/rootfs-stage31/data/init @@ -65,7 +65,7 @@ setup_gfx () { modprobe "$DRM" 2>/dev/null done # start some kind of splash screen if activated - [ $SPLASH -eq 1 ] && setsid fbsplash -c -s /etc/splash.ppm + [ $SPLASH -eq 1 ] && setsid fbsplash -x -c -s /etc/splash.ppm } if [ $SPLASH -eq 1 ]; then -- cgit v1.2.3-55-g7522