summaryrefslogtreecommitdiffstats
path: root/meta-agl-profile-core/recipes-core/psplash/files/psplash-anim
diff options
context:
space:
mode:
Diffstat (limited to 'meta-agl-profile-core/recipes-core/psplash/files/psplash-anim')
-rwxr-xr-xmeta-agl-profile-core/recipes-core/psplash/files/psplash-anim11
1 files changed, 11 insertions, 0 deletions
diff --git a/meta-agl-profile-core/recipes-core/psplash/files/psplash-anim b/meta-agl-profile-core/recipes-core/psplash/files/psplash-anim
new file mode 100755
index 000000000..ac9bf674a
--- /dev/null
+++ b/meta-agl-profile-core/recipes-core/psplash/files/psplash-anim
@@ -0,0 +1,11 @@
+#/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