tazlito rev 2

Add default config file (tazlito.conf)
author Christophe Lincoln <pankso@slitaz.org>
date Sat Dec 01 11:57:22 2007 +0100 (2007-12-01)
parents 7d3e4644fbb9
children 8dedc9bde8e2
files tazlito.conf
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/tazlito.conf	Sat Dec 01 11:57:22 2007 +0100
     1.3 @@ -0,0 +1,24 @@
     1.4 +# tazlito.conf: Tazlito (SliTaz Live Tool)
     1.5 +# configuration file.
     1.6 +#
     1.7 +
     1.8 +# Name of the ISO image to generate.
     1.9 +ISO_NAME="slitaz-hacked"
    1.10 +#ISO_NAME="slitaz-cooking-`date +%Y%m%d`"
    1.11 +
    1.12 +# ISO image volum name.
    1.13 +VOLUM_NAME="SliTaz LiveCD"
    1.14 +
    1.15 +# Name of the preparator.
    1.16 +PREPARED="$USER"
    1.17 +
    1.18 +# Path to the packages repository and the packages.list.
    1.19 +PACKAGES_REPOSITORY="/home/slitaz/packages"
    1.20 +
    1.21 +# Path to the distro tree to gen-distro from a
    1.22 +# list of packages.
    1.23 +DISTRO="/home/slitaz/distro"
    1.24 +
    1.25 +# Path to the directory contening additional files
    1.26 +# to copy into the rootfs and rootcd of the LiveCD.
    1.27 +ADDFILES="$DISTRO/addfiles"