From 4ae392ad605fd63f5ffdaaa567608322f77269df Mon Sep 17 00:00:00 2001 From: Scott Murray Date: Tue, 31 Mar 2020 19:37:09 -0400 Subject: meta-agl-profile-core: update psplash for dunfell Remove local systemd enablement changes for psplash in favor of using upstream support added in dunfell. Bug-AGL: SPEC-3302 Signed-off-by: Scott Murray Change-Id: I13a4b2523fe869898b2ccede793afd0cdefbab88 --- meta-agl-profile-core/recipes-core/psplash/files/psplash-anim | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100755 meta-agl-profile-core/recipes-core/psplash/files/psplash-anim (limited to 'meta-agl-profile-core/recipes-core/psplash/files/psplash-anim') diff --git a/meta-agl-profile-core/recipes-core/psplash/files/psplash-anim b/meta-agl-profile-core/recipes-core/psplash/files/psplash-anim deleted file mode 100755 index ac9bf674a..000000000 --- a/meta-agl-profile-core/recipes-core/psplash/files/psplash-anim +++ /dev/null @@ -1,11 +0,0 @@ -#/bin/bash - -psplash-default "$@" & -sleep .2 -while :; do - for x in 0 1 2 3 4 5 6 7 8 9 10 -9 -8 -7 -6 -5 -4 -3 -2 -1 0 -1 -2 -3 -4 -5 -6 -7 -8 -9 10 9 8 7 6 5 4 3 2 1; do - psplash-write "PROGRESS ${x}0" || exit 0 - psplash-write "MSG $(journalctl -n1 -ocat)" || exit 0 - sleep .1 - done -done -- cgit 1.2.3-korg