ssfs diff ssfs-server @ rev 66

Add some doc and few small fixes
author Christophe Lincoln <pankso@slitaz.org>
date Mon Jun 13 18:30:46 2011 +0200 (2011-06-13)
parents 09b765c4e000
children 3a2f682ce267
line diff
     1.1 --- a/ssfs-server	Sun Jun 12 23:23:57 2011 +0200
     1.2 +++ b/ssfs-server	Mon Jun 13 18:30:46 2011 +0200
     1.3 @@ -115,7 +115,7 @@
     1.4  
     1.5  vdisk_config() {
     1.6  	cat > $root/etc/vdisk.conf << EOT
     1.7 -# /etc/vdisk.conf: Ssfs virtual auto-generated config file.
     1.8 +# /etc/vdisk.conf: Ssfs virtual disk auto-generated config file.
     1.9  
    1.10  VDATE="$date"
    1.11  VSIZE="$size"
    1.12 @@ -271,17 +271,12 @@
    1.13  		cp -f /etc/slitaz-release $root/etc
    1.14  		if [ ! -f "$root/etc/passwd" ]; then
    1.15  			echo "root:x:0:0:root:/root:/bin/sh" > $root/etc/passwd
    1.16 -			#echo "root::13525:0:99999:7:::" > $root/etc/shadow
    1.17  			echo "root:x:0:" > $root/etc/group
    1.18 -			#echo "root:*::" > $root/etc/gshadow
    1.19  		fi
    1.20 -
    1.21 -		# /dev nodes.
    1.22 -		#mknod -m 666 $root/dev/null c 1 3
    1.23 -
    1.24 -		# Ssfs Busybox package install files in $cache and allow easy vdisk
    1.25 +		
    1.26 +		# Ssfs Busybox package install files in $share and allow easy vdisk
    1.27  		# upgrade following SliTaz repo.
    1.28 -		gettext "Installing Ssfs Busybox..."
    1.29 +		gettext "Installing Ssfs root filesystem..."
    1.30  		cp -a $rootfs/* $root
    1.31  		status
    1.32  
    1.33 @@ -300,9 +295,8 @@
    1.34  		done && status
    1.35  		
    1.36  		# Ssfs chroot SHell and declare vdisk config.
    1.37 -		gettext "Installing Ssfs SHell and utility..."
    1.38 +		gettext "Installing Ssfs SHell..."
    1.39  		install -m 0755 /bin/ssfs-sh $root/bin
    1.40 -		install -m 0755 $share/ssfs-env $root/bin
    1.41  		touch $root/etc/vdisk.conf
    1.42  		status
    1.43