X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=scripts%2Flive;h=a01221b99fd00d4c4185647f7868250e8560da9a;hb=703b697660daaf53e0c81f8847a877baee04bf40;hp=80f77e95cb4c88c44f12be5d1b0e2150608446f7;hpb=affb2a495dbe623385088ee00c76d74251e248c3;p=live-boot-grml.git diff --git a/scripts/live b/scripts/live index 80f77e9..a01221b 100755 --- a/scripts/live +++ b/scripts/live @@ -1198,14 +1198,6 @@ find_livefs () return 1 } -pulsate () -{ - if [ -x /sbin/usplash_write ] - then - /sbin/usplash_write "PULSATE" - fi -} - set_usplash_timeout () { if [ -x /sbin/usplash_write ] @@ -1225,7 +1217,6 @@ mountroot () set_usplash_timeout [ "${quiet}" != "y" ] && log_begin_msg "Running /scripts/live-premount" - pulsate run_scripts /scripts/live-premount [ "${quiet}" != "y" ] && log_end_msg @@ -1291,7 +1282,6 @@ mountroot () maybe_break live-bottom [ "${quiet}" != "y" ] && log_begin_msg "Running /scripts/live-bottom" - pulsate run_scripts /scripts/live-bottom [ "${quiet}" != "y" ] && log_end_msg