tazlito view 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 source
1 # tazlito.conf: Tazlito (SliTaz Live Tool)
2 # configuration file.
3 #
5 # Name of the ISO image to generate.
6 ISO_NAME="slitaz"
7 #ISO_NAME="slitaz-cooking-`date +%Y%m%d`"
9 # ISO image volume name.
10 VOLUM_NAME="SliTaz LiveCD"
12 # Name of the preparer.
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 list of packages.
19 DISTRO="/home/slitaz/distro"
21 # Path to the LiveCD flavors files (http://hg.slitaz.org/flavors)
22 FLAVORS_REPOSITORY=/home/slitaz/flavors
24 # Path to the directory containing additional files
25 # to copy into the rootfs and rootcd of the LiveCD.
26 ADDFILES="$DISTRO/addfiles"
28 # Qemu emulator options for command: emu-iso
29 QEMU_OPTS="-m 256"