tazusb rev 147 4.2.3

Fix tazusb writefs (thanks llev)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Oct 30 18:08:16 2013 +0100 (2013-10-30)
parents cd6f99198b6c
children f3cf5a212359
files COPYING tazusb
line diff
     1.1 --- a/COPYING	Fri Sep 20 19:47:23 2013 +0200
     1.2 +++ b/COPYING	Wed Oct 30 18:08:16 2013 +0100
     1.3 @@ -2,7 +2,7 @@
     1.4  ===============================================================================
     1.5  
     1.6  
     1.7 -Copyright (c)  2008-2012  SliTaz GNU/Linux
     1.8 +Copyright (c)  2008-2013  SliTaz GNU/Linux
     1.9  
    1.10  
    1.11  Français
     2.1 --- a/tazusb	Fri Sep 20 19:47:23 2013 +0200
     2.2 +++ b/tazusb	Wed Oct 30 18:08:16 2013 +0100
     2.3 @@ -458,7 +458,7 @@
     2.4  		# Create list of files
     2.5  		find /bin /etc /init /sbin /var /dev /lib /root /usr >/tmp/list
     2.6  
     2.7 -		for dir in /home /proc /sys /tmp /mnt /media /media/cdrom /media/flash /media/usbdisk
     2.8 +		for dir in /home /proc /run /sys /tmp /mnt /media /media/cdrom /media/flash /media/usbdisk
     2.9  		do
    2.10  			echo $dir >>/tmp/list
    2.11  		done