diff options
author | Daniel Baumann <daniel@debian.org> | 2010-09-06 15:16:07 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 17:59:20 +0100 |
commit | c5305153dc3aadf2e2cbcb05ca8cfbc1624d4102 (patch) | |
tree | 7ed5eb63d10ae9ca0d3d9a93a81d37a7d55bdf4b /scripts/live-functions | |
parent | 534e523be9e50f3a9dff2b52bf119383dfacaa4f (diff) | |
download | live-boot-c5305153dc3aadf2e2cbcb05ca8cfbc1624d4102.tar.gz live-boot-c5305153dc3aadf2e2cbcb05ca8cfbc1624d4102.zip |
Removing usplash support in initramfs, usplash is dead.
Diffstat (limited to 'scripts/live-functions')
-rw-r--r-- | scripts/live-functions | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/scripts/live-functions b/scripts/live-functions index b1d7503..5efe432 100644 --- a/scripts/live-functions +++ b/scripts/live-functions @@ -9,13 +9,7 @@ log_wait_msg () then plymouth message --text="$@" plymouth watch-keystroke | read nunya - elif [ -x /sbin/usplash_write ] - then - /sbin/usplash_write "INPUTENTER ${@}" - read nunya < /dev/.initramfs/usplash_outfifo - else if [ -x /sbin/splashy_update ] ; then - /sbin/splashy_update "getstring ${@}" | read nunya - fi ; fi + fi _log_msg "Waiting: ${@} ... \n" } |