tazusb diff tazusb @ rev 166

tazusb: do not save pid files (again)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Jun 17 11:30:08 2014 +0200 (2014-06-17)
parents 0645a66ba186
children e43257bdb708
line diff
     1.1 --- a/tazusb	Tue Jun 17 11:23:19 2014 +0200
     1.2 +++ b/tazusb	Tue Jun 17 11:30:08 2014 +0200
     1.3 @@ -482,7 +482,7 @@
     1.4  		do
     1.5  			echo $dir >>/tmp/list
     1.6  		done
     1.7 -		sed -i '/^\/var\/run\/.*\.pid$/d' /tmp/list
     1.8 +		sed -i '/^\/var\/run\/.*pid$/d' /tmp/list
     1.9  
    1.10  		# Generate initramfs with specified compression
    1.11  		if [ "$COMPRESSION" = "lzma" ]; then