tazusb rev 162

tazusb: do not save pid files (thanks mojo)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Jun 17 11:21:07 2014 +0200 (2014-06-17)
parents 6629a6541710
children 67c11f9fff6f
files tazusb
line diff
     1.1 --- a/tazusb	Sat Jun 07 21:00:17 2014 +0100
     1.2 +++ b/tazusb	Tue Jun 17 11:21:07 2014 +0200
     1.3 @@ -482,6 +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  
     1.9  		# Generate initramfs with specified compression
    1.10  		if [ "$COMPRESSION" = "lzma" ]; then