Fix omitpids to work with readonly images.
[live-boot-grml.git] / debian / live-boot.init
index c8c4820..12d0f94 100644 (file)
@@ -203,9 +203,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)