Adding plymouth in bug script.
[live-boot-grml.git] / debian / live-boot.init
index c8c4820..548abca 100644 (file)
@@ -134,7 +134,7 @@ do_stop ()
                prompt=
        fi
 
-       for path in $(which halt) $(which reboot) /etc/rc?.d /etc/default $(which stty) /bin/plymouth /sbin/usplash_write
+       for path in $(which halt) $(which reboot) /etc/rc?.d /etc/default $(which stty) /bin/plymouth
        do
                cache_path "${path}"
        done
@@ -185,13 +185,6 @@ do_stop ()
 
                        printf "\n\n${MESSAGE} and press ENTER to continue:" > /dev/console
 
-                       if [ -x /sbin/usplash_write ]
-                       then
-                               /sbin/usplash_write "TIMEOUT 86400"
-                               /sbin/usplash_write "TEXT-URGENT ${MESSAGE}"
-                               /sbin/usplash_write "TEXT-URGENT and press ENTER to continue"
-                       fi
-
                        read x < /dev/console
                fi
        fi
@@ -203,9 +196,10 @@ case "${1}" in
                ;;
        start)
                log_begin_msg "${NAME} is configuring sendsigs..."
-               if [ -f /live/image/root.pid ] ; then
-                       cat /live/image/root.pid >> /var/run/sendsigs.omit
+               if [ -f /live/root.pid ] ; then
+                       cat /live/root.pid >> /var/run/sendsigs.omit
                fi
+               log_end_msg 0
                ;;
 
        stop)