tazlito view tazlito.conf @ rev 28

Set (c) 2008 and prepa for release 1.4
author Christophe Lincoln <pankso@slitaz.org>
date Sun Jan 06 22:38:26 2008 +0100 (2008-01-06)
parents
children 7f611e11e57e
line source
1 # tazlito.conf: Tazlito (SliTaz Live Tool)
2 # configuration file.
3 #
5 # Name of the ISO image to generate.
6 ISO_NAME="slitaz-hacked"
7 #ISO_NAME="slitaz-cooking-`date +%Y%m%d`"
9 # ISO image volum name.
10 VOLUM_NAME="SliTaz LiveCD"
12 # Name of the preparator.
13 PREPARED="$USER"
15 # Path to the packages repository and the packages.list.
16 PACKAGES_REPOSITORY="/home/slitaz/packages"
18 # Path to the distro tree to gen-distro from a
19 # list of packages.
20 DISTRO="/home/slitaz/distro"
22 # Path to the directory contening additional files
23 # to copy into the rootfs and rootcd of the LiveCD.
24 ADDFILES="$DISTRO/addfiles"