summaryrefslogtreecommitdiffstats
path: root/core/rootfs/rootfs-stage31/data
diff options
context:
space:
mode:
authorJonathan Bauer2020-08-03 14:52:20 +0200
committerJonathan Bauer2020-08-03 14:52:20 +0200
commit74f925dab4a01a6b4ed82d5ce521c60445434826 (patch)
treebf62c66e9a8f3048dfb9b7e021209e0477a2dd85 /core/rootfs/rootfs-stage31/data
parentMerge branch 'master' into installer (diff)
parent[nslcd] Kill module (diff)
downloadmltk-74f925dab4a01a6b4ed82d5ce521c60445434826.tar.gz
mltk-74f925dab4a01a6b4ed82d5ce521c60445434826.tar.xz
mltk-74f925dab4a01a6b4ed82d5ce521c60445434826.zip
Merge branch 'master' into installer
Diffstat (limited to 'core/rootfs/rootfs-stage31/data')
-rwxr-xr-xcore/rootfs/rootfs-stage31/data/init2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/rootfs/rootfs-stage31/data/init b/core/rootfs/rootfs-stage31/data/init
index 56e66074..ff1e9380 100755
--- a/core/rootfs/rootfs-stage31/data/init
+++ b/core/rootfs/rootfs-stage31/data/init
@@ -137,7 +137,7 @@ if [ "$SPLASH" -eq 1 ]; then
&& [ "$img_left" -ge 0 ] && [ "$img_left" -lt 8096 ] \
&& [ "$img_top" -ge 0 ] && [ "$img_top" -lt 8096 ]; then
printf "IMG_TOP=%d\nIMG_LEFT=%d\n" \
- "$img_top" "$img_left"
+ "$img_top" "$img_left" \
> "$fbsplash_cfg"
fbsplash -b -i "$fbsplash_cfg" -s "$fbsplash_ppm" || MUTED_OUTPUT=
else