From 6a041a6dfd7bba04ea3e7ccd702fb991dcfe39d5 Mon Sep 17 00:00:00 2001 From: Florian Boor Date: Thu, 11 Apr 2019 00:48:50 +0200 Subject: [PATCH] dotsplash-init: fix typo --- recipes-bsp/dotsplash/files/dotsplash-init | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-bsp/dotsplash/files/dotsplash-init b/recipes-bsp/dotsplash/files/dotsplash-init index 28ec360..27a1ba0 100644 --- a/recipes-bsp/dotsplash/files/dotsplash-init +++ b/recipes-bsp/dotsplash/files/dotsplash-init @@ -6,7 +6,7 @@ if grep -qE '\s?psplash=false\s?' /proc/cmdline; then fi . /etc/init.d/functions -. /etc/default/dotplash +. /etc/default/dotsplash export TMPDIR=/mnt/.splash mount tmpfs -t tmpfs $TMPDIR -o,size=40k -- 2.39.2