summaryrefslogtreecommitdiffstats
path: root/core/rootfs
diff options
context:
space:
mode:
authorJonathan Bauer2020-08-03 14:15:41 +0200
committerJonathan Bauer2020-08-03 14:15:41 +0200
commite744e4afb774b26fa439ff6bdeab06340c1fdcec (patch)
tree72eaa10d0433fc19cb42a58b8387211efbb01aaa /core/rootfs
parent[busybox] Patch for glibc-2.31+ (diff)
downloadmltk-e744e4afb774b26fa439ff6bdeab06340c1fdcec.tar.gz
mltk-e744e4afb774b26fa439ff6bdeab06340c1fdcec.tar.xz
mltk-e744e4afb774b26fa439ff6bdeab06340c1fdcec.zip
[rootfs-stage31] actually write fbsplash.cfg
Diffstat (limited to 'core/rootfs')
-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 8d5baa0b..3f39c66e 100755
--- a/core/rootfs/rootfs-stage31/data/init
+++ b/core/rootfs/rootfs-stage31/data/init
@@ -127,7 +127,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