tazlito view tazlito.conf @ rev 212

Use /home/slitaz/VERSION as work directory
author Christophe Lincoln <pankso@slitaz.org>
date Thu Feb 24 14:08:19 2011 +0100 (2011-02-24)
parents 980c97c2d11e
children 5efb0b404472
line source
1 # tazlito.conf: Tazlito (SliTaz Live Tool)
2 # configuration file.
3 #
5 # SliTaz version use for ISO name and files path.
6 SLITAZ_VERSION=`cat /etc/slitaz-release`
8 # Name of the ISO image to generate.
9 ISO_NAME="slitaz-$SLITAZ_VERSION"
10 #ISO_NAME="slitaz-cooking-`date +%Y%m%d`"
12 # ISO image volume name.
13 VOLUM_NAME="SliTaz LiveCD"
15 # Name of the preparer.
16 PREPARED="$USER"
18 # Tazlito work directory with flavors, distro and packages files.
19 WORK_DIR="/home/slitaz/$SLITAZ_VERSION"
21 # Path to the packages repository and the packages.list.
22 PACKAGES_REPOSITORY="$WORK_DIR/packages"
24 # Path to the distro tree to gen-distro from a list of packages.
25 DISTRO="$WORK_DIR/distro"
27 # Path to the LiveCD flavors files (http://hg.slitaz.org/flavors)
28 FLAVORS_REPOSITORY=$WORK_DIR/flavors
30 # Path to the directory containing additional files
31 # to copy into the rootfs and rootcd of the LiveCD.
32 ADDFILES="$DISTRO/addfiles"
34 # Qemu emulator options for command: emu-iso
35 QEMU_OPTS="-m 256"