cookutils diff tazdev/tazdev.conf @ rev 557

Add custom tazdev. This custom tazdev is needed for my cooker setup to work.
author Christopher Rogers <slaxemulator@gmail.com>
date Thu Nov 22 11:00:21 2012 +0000 (2012-11-22)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/tazdev/tazdev.conf	Thu Nov 22 11:00:21 2012 +0000
     1.3 @@ -0,0 +1,28 @@
     1.4 +# tazdev.conf: SliTaz Developers tool configuration file.
     1.5 +#
     1.6 +
     1.7 +# Path for the wok, chroot and packages directory of each version.
     1.8 +SLITAZ="/home/slitaz"
     1.9 +COOKING="$SLITAZ/cooking"
    1.10 +STABLE="$SLITAZ/stable"
    1.11 +UNDIGEST="$SLITAZ/undigest"
    1.12 +
    1.13 +DB="/var/lib/tazpkg"
    1.14 +INSTALLED="$DB/installed"
    1.15 +
    1.16 +# Path to all own and copy projects.
    1.17 +PROJECTS="$HOME/Projects"
    1.18 +
    1.19 +# Install chroot with packages.
    1.20 +ROOTFS_PKG="yes"
    1.21 +
    1.22 +# Packages to generate a minimal chroot.
    1.23 +CHROOT_PKGS="slitaz-base-files busybox cookutils tazpkg lzma"
    1.24 +
    1.25 +# Main mirror to push and download (ISO, rootfs. etc).
    1.26 +MIRROR="mirror.slitaz.org"
    1.27 +MIRROR_PKGS="/var/www/slitaz/mirror/packages"
    1.28 +MIRROR_SOURCES="/var/www/slitaz/mirror/sources"
    1.29 +
    1.30 +# enable aufs mode
    1.31 +AUFS_MODE=""