diff options
| author | Jonathan Bauer | 2014-01-30 18:08:07 +0100 |
|---|---|---|
| committer | Jonathan Bauer | 2014-01-30 18:08:07 +0100 |
| commit | 07f07a70900b8bd12b394157fe247a50be696426 (patch) | |
| tree | 32071a4198514488747c63bfca91d81fef71e33d /remote | |
| parent | [rfs-s31] forgot * to allow many whitespaces (diff) | |
| download | tm-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')
| -rwxr-xr-x | remote/rootfs/rootfs-stage31/data/init | 2 |
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 |
