In addition to the progress bar, show which startup routine is running by using the "MSG" facility of psplash.
Signed-off-by: Trevor Woerner <twoer...@gmail.com> --- meta/recipes-core/sysvinit/sysvinit/rc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/meta/recipes-core/sysvinit/sysvinit/rc b/meta/recipes-core/sysvinit/sysvinit/rc index d0d3149821..6995930ee9 100755 --- a/meta/recipes-core/sysvinit/sysvinit/rc +++ b/meta/recipes-core/sysvinit/sysvinit/rc @@ -27,6 +27,7 @@ startup_progress() { fi #echo "PROGRESS is $progress $runlevel $first_step + ($step of $num_steps) $step_change $progress_size" if type psplash-write >/dev/null 2>&1; then + PSPLASH_FIFO_DIR=/mnt/.psplash psplash-write "MSG $(basename $1 .sh | cut -c 4-)" || true PSPLASH_FIFO_DIR=/mnt/.psplash psplash-write "PROGRESS $progress" || true fi } @@ -53,7 +54,7 @@ startup() { "$@" ;; esac - startup_progress + startup_progress "$1" } # Ignore CTRL-C only in this shell, so we can interrupt subprocesses. -- 2.30.0.rc0
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#146035): https://lists.openembedded.org/g/openembedded-core/message/146035 Mute This Topic: https://lists.openembedded.org/mt/79144527/21656 Group Owner: openembedded-core+ow...@lists.openembedded.org Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [arch...@mail-archive.com] -=-=-=-=-=-=-=-=-=-=-=-