ssfs diff ssfs-server @ rev 62

No /sbin in chroot anymore with ssfs-busybox
author Christophe Lincoln <pankso@slitaz.org>
date Sun Jun 12 23:13:14 2011 +0200 (2011-06-12)
parents e136f9af3729
children 291d7b317507
line diff
     1.1 --- a/ssfs-server	Sun Jun 12 23:09:24 2011 +0200
     1.2 +++ b/ssfs-server	Sun Jun 12 23:13:14 2011 +0200
     1.3 @@ -307,7 +307,7 @@
     1.4  		# List of all system files.
     1.5  		gettext "Creating the list of files... "
     1.6  		cd $root && rm -f $state/vdisk.files
     1.7 -		for d in bin etc lib sbin
     1.8 +		for d in bin etc lib
     1.9  		do
    1.10  			find ./$d | sed s'/^.//' >> $state/vdisk.files
    1.11  		done