cookutils rev 691

cookiso: update SSH_HOST
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Sep 25 10:15:10 2014 +0200 (2014-09-25)
parents afca8629c2c7
children 9ea4ecbbf993
files cook cookiso
line diff
     1.1 --- a/cook	Sun Jul 20 10:51:42 2014 +0100
     1.2 +++ b/cook	Thu Sep 25 10:15:10 2014 +0200
     1.3 @@ -923,7 +923,7 @@
     1.4  		*)	AUFS_MOUNTS="$AUFS_MOUNTS $i" ;;
     1.5  		esac
     1.6  	done
     1.7 -	for mnt in $(echo $AUFS_MOUNTS | sort | uniq); do
     1.8 +	for mnt in $(ls -d $AUFS_MOUNTS | sort | uniq); do
     1.9  		mount --bind $mnt ${base}root$mnt
    1.10  		if [ $mnt == / ] && ! mount -t aufs -o br=${base}rw:/ none ${base}root; then
    1.11  			_ "Aufs mountage failure"
     2.1 --- a/cookiso	Sun Jul 20 10:51:42 2014 +0100
     2.2 +++ b/cookiso	Thu Sep 25 10:15:10 2014 +0200
     2.3 @@ -11,7 +11,7 @@
     2.4  # reassigned in cook.conf.
     2.5  SSH_CMD="dbclient -i /root/.ssh/id_rsa.dropbear"
     2.6  SSH_ISO="/var/www/slitaz/mirror/iso"
     2.7 -SSH_HOST="slitaz@mirror.slitaz.org"
     2.8 +SSH_HOST="slitaz@mirror1.slitaz.org"
     2.9  #BWLIMIT="--bwlimit=40"
    2.10  
    2.11  . /usr/lib/slitaz/libcook.sh