tazlito 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 252509ca5d6d
children deb4940afbdd
files tazlito tazlito.conf
line diff
     1.1 --- a/tazlito	Sat Jan 01 17:56:45 2011 +0100
     1.2 +++ b/tazlito	Thu Feb 24 13:33:47 2011 +0100
     1.3 @@ -7,12 +7,12 @@
     1.4  # and/or a new ISO. Most commands must be run by root, except the stats
     1.5  # and the configuration file manipulation.
     1.6  #
     1.7 -# (C) 2007-2010 SliTaz - GNU General Public License.
     1.8 +# (C) 2007-2011 SliTaz - GNU General Public License.
     1.9  #
    1.10  # Authors : Christophe Lincoln <pankso@slitaz.org>
    1.11  #           Pascal Bellard <pascal.bellard@slitaz.org>
    1.12  #
    1.13 -VERSION=3.3
    1.14 +VERSION=3.5
    1.15  
    1.16  # Tazlito configuration variables to be shorter
    1.17  # and to use words rather than numbers.
    1.18 @@ -61,7 +61,6 @@
    1.19  # configuration variable.
    1.20  ROOTFS=$DISTRO/rootfs
    1.21  ROOTCD=$DISTRO/rootcd
    1.22 -FLAVORS_REPOSITORY=/home/slitaz/flavors
    1.23  
    1.24  #####################
    1.25  # Tazlito functions #
     2.1 --- a/tazlito.conf	Sat Jan 01 17:56:45 2011 +0100
     2.2 +++ b/tazlito.conf	Thu Feb 24 13:33:47 2011 +0100
     2.3 @@ -15,10 +15,12 @@
     2.4  # Path to the packages repository and the packages.list.
     2.5  PACKAGES_REPOSITORY="/home/slitaz/packages"
     2.6  
     2.7 -# Path to the distro tree to gen-distro from a
     2.8 -# list of packages.
     2.9 +# Path to the distro tree to gen-distro from a list of packages.
    2.10  DISTRO="/home/slitaz/distro"
    2.11  
    2.12 +# Path to the LiveCD flavors files (http://hg.slitaz.org/flavors)
    2.13 +FLAVORS_REPOSITORY=/home/slitaz/flavors
    2.14 +
    2.15  # Path to the directory containing additional files
    2.16  # to copy into the rootfs and rootcd of the LiveCD.
    2.17  ADDFILES="$DISTRO/addfiles"