cookutils diff cookiso @ rev 468

cook: Add AUFS_MODE variable. Add some changes to setup option thats used in slitaz-tank version of cookutils.
author Christopher Rogers <slaxemulator@gmail.com>
date Fri Jun 08 14:04:25 2012 +0000 (2012-06-08)
parents cd482b32268e
children a8797a6edd21
line diff
     1.1 --- a/cookiso	Tue Apr 10 19:02:26 2012 +0200
     1.2 +++ b/cookiso	Fri Jun 08 14:04:25 2012 +0000
     1.3 @@ -5,25 +5,16 @@
     1.4  # can run on its own and automate official SliTaz ISO creation.
     1.5  #
     1.6  
     1.7 -[ -f "/etc/slitaz/cook.conf" ] && . /etc/slitaz/cook.conf
     1.8 -[ -f "cook.conf" ] && . ./cook.conf
     1.9 -
    1.10  # --> cook.conf
    1.11  # SSH/RSA configuration to upload on a server.
    1.12 +# Assign this before cook.conf so it can be
    1.13 +# reassign in cook.conf.
    1.14  SSH_CMD="dbclient -i /root/.ssh/id_rsa.dropbear"
    1.15  SSH_ISO="/var/www/slitaz/mirror/iso"
    1.16  SSH_HOST="slitaz@mirror.slitaz.org"
    1.17  #BWLIMIT="--bwlimit=40"
    1.18  
    1.19 -# Cookiso DB files.
    1.20 -cache="$CACHE/cookiso"
    1.21 -repo="$SLITAZ/flavors"
    1.22 -iso="$SLITAZ/iso"
    1.23 -activity="$cache/activity"
    1.24 -command="$cache/command"
    1.25 -rollog="$cache/rolling.log"
    1.26 -synclog="$cache/rsync.log"
    1.27 -commits="$cache/commits"
    1.28 +. /usr/lib/slitaz/libcook.sh
    1.29  
    1.30  # Parse cmdline options.
    1.31  for opt in "$@"