tazlito diff tazlito.conf @ rev 210

Move FLAVORS_REPOSITORY to config file
author Christophe Lincoln <pankso@slitaz.org>
date Thu Feb 24 13:33:47 2011 +0100 (2011-02-24)
parents aaa4250a0b6e
children b7493ef28221
line diff
     1.1 --- a/tazlito.conf	Fri Jan 22 17:55:26 2010 +0100
     1.2 +++ b/tazlito.conf	Thu Feb 24 13:33:47 2011 +0100
     1.3 @@ -15,10 +15,12 @@
     1.4  # Path to the packages repository and the packages.list.
     1.5  PACKAGES_REPOSITORY="/home/slitaz/packages"
     1.6  
     1.7 -# Path to the distro tree to gen-distro from a
     1.8 -# list of packages.
     1.9 +# Path to the distro tree to gen-distro from a list of packages.
    1.10  DISTRO="/home/slitaz/distro"
    1.11  
    1.12 +# Path to the LiveCD flavors files (http://hg.slitaz.org/flavors)
    1.13 +FLAVORS_REPOSITORY=/home/slitaz/flavors
    1.14 +
    1.15  # Path to the directory containing additional files
    1.16  # to copy into the rootfs and rootcd of the LiveCD.
    1.17  ADDFILES="$DISTRO/addfiles"