]> git.karo-electronics.de Git - meta-kc-bsp.git/commitdiff
dotsplash-init: fix typo
authorFlorian Boor <florian.boor@kernelconcepts.de>
Wed, 10 Apr 2019 22:48:50 +0000 (00:48 +0200)
committerFlorian Boor <florian.boor@kernelconcepts.de>
Wed, 10 Apr 2019 22:48:50 +0000 (00:48 +0200)
recipes-bsp/dotsplash/files/dotsplash-init

index 28ec3602f892ab18cb851eecd2bc0754dcade4ea..27a1ba05e10d3c5d2790f1a56209df5f81a5f267 100644 (file)
@@ -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