tazlito view tazlito.conf @ rev 17

pave the road to flavors. Use 'tazpkg install --root='
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Dec 14 19:51:19 2007 +0000 (2007-12-14)
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"