From e744e4afb774b26fa439ff6bdeab06340c1fdcec Mon Sep 17 00:00:00 2001 From: Jonathan Bauer Date: Mon, 3 Aug 2020 14:15:41 +0200 Subject: [rootfs-stage31] actually write fbsplash.cfg --- core/rootfs/rootfs-stage31/data/init | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/rootfs') 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 -- cgit v1.2.3-55-g7522