summaryrefslogtreecommitdiffstats
path: root/remote/rootfs
diff options
context:
space:
mode:
authorJonathan Bauer2014-01-30 18:08:07 +0100
committerJonathan Bauer2014-01-30 18:08:07 +0100
commit07f07a70900b8bd12b394157fe247a50be696426 (patch)
tree32071a4198514488747c63bfca91d81fef71e33d /remote/rootfs
parent[rfs-s31] forgot * to allow many whitespaces (diff)
downloadtm-scripts-07f07a70900b8bd12b394157fe247a50be696426.tar.gz
tm-scripts-07f07a70900b8bd12b394157fe247a50be696426.tar.xz
tm-scripts-07f07a70900b8bd12b394157fe247a50be696426.zip
[rfs-s31] add '-x' switch to fbsplash call to center splash pic
Diffstat (limited to 'remote/rootfs')
-rwxr-xr-xremote/rootfs/rootfs-stage31/data/init2
1 files changed, 1 insertions, 1 deletions
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