tazlito annotate tazlito.conf @ rev 55

Added tag 1.6 for changeset 27b81776952d
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Mar 13 20:47:21 2008 +0000 (2008-03-13)
parents
children 7f611e11e57e
rev   line source
pankso@2 1 # tazlito.conf: Tazlito (SliTaz Live Tool)
pankso@2 2 # configuration file.
pankso@2 3 #
pankso@2 4
pankso@2 5 # Name of the ISO image to generate.
pankso@2 6 ISO_NAME="slitaz-hacked"
pankso@2 7 #ISO_NAME="slitaz-cooking-`date +%Y%m%d`"
pankso@2 8
pankso@2 9 # ISO image volum name.
pankso@2 10 VOLUM_NAME="SliTaz LiveCD"
pankso@2 11
pankso@2 12 # Name of the preparator.
pankso@2 13 PREPARED="$USER"
pankso@2 14
pankso@2 15 # Path to the packages repository and the packages.list.
pankso@2 16 PACKAGES_REPOSITORY="/home/slitaz/packages"
pankso@2 17
pankso@2 18 # Path to the distro tree to gen-distro from a
pankso@2 19 # list of packages.
pankso@2 20 DISTRO="/home/slitaz/distro"
pankso@2 21
pankso@2 22 # Path to the directory contening additional files
pankso@2 23 # to copy into the rootfs and rootcd of the LiveCD.
pankso@2 24 ADDFILES="$DISTRO/addfiles"