From 40838c0eb824945d308dc4cf3d70a4a6014542f5 Mon Sep 17 00:00:00 2001 From: Michal Suchanek Date: Tue, 27 Jul 2010 12:05:26 +0200 Subject: Fix omitpids to work with readonly images. --- debian/live-boot.init | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'debian') diff --git a/debian/live-boot.init b/debian/live-boot.init index 71ae122..12d0f94 100644 --- a/debian/live-boot.init +++ b/debian/live-boot.init @@ -203,8 +203,8 @@ 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 ;; -- cgit v1.2.3