cookutils annotate cookiso.conf @ rev 525

Add cookiso.conf.
author Christopher Rogers <slaxemulator@gmail.com>
date Fri Aug 24 22:05:20 2012 +0000 (2012-08-24)
parents
children cab55ddc0418
rev   line source
slaxemulator@525 1 # cookiso.conf: cookiso (SliTaz Live Tool)
slaxemulator@525 2 # configuration file.
slaxemulator@525 3 #
slaxemulator@525 4
slaxemulator@525 5 # SliTaz version to use for ISO name and files path.
slaxemulator@525 6 SLITAZ_VERSION=`cat /etc/slitaz-release`
slaxemulator@525 7
slaxemulator@525 8 # Name of the ISO image to generate.
slaxemulator@525 9 ISO_NAME="slitaz-$SLITAZ_VERSION"
slaxemulator@525 10 #ISO_NAME="slitaz-cooking-`date +%Y%m%d`"
slaxemulator@525 11
slaxemulator@525 12 # ISO image volume name.
slaxemulator@525 13 VOLUM_NAME="SliTaz LiveCD"
slaxemulator@525 14
slaxemulator@525 15 # Name of the preparer.
slaxemulator@525 16 PREPARED="$USER"
slaxemulator@525 17
slaxemulator@525 18 # Tazlito work directory with flavors, distro and packages files.
slaxemulator@525 19 WORK_DIR="/home/slitaz/$SLITAZ_VERSION"
slaxemulator@525 20
slaxemulator@525 21 # Path to the packages repository and the packages.list.
slaxemulator@525 22 PACKAGES_REPOSITORY="$WORK_DIR/packages"
slaxemulator@525 23
slaxemulator@525 24 # Path to the distro tree to gen-distro from a list of packages.
slaxemulator@525 25 DISTRO="$WORK_DIR/distro"
slaxemulator@525 26
slaxemulator@525 27 # Path to the LiveCD flavors files (http://hg.slitaz.org/flavors)
slaxemulator@525 28 FLAVORS_REPOSITORY=$WORK_DIR/flavors
slaxemulator@525 29
slaxemulator@525 30 # Path to the directory containing additional files
slaxemulator@525 31 # to copy into the rootfs and rootcd of the LiveCD.
slaxemulator@525 32 ADDFILES="$DISTRO/addfiles"
slaxemulator@525 33
slaxemulator@525 34 # Qemu emulator options for the command: emu-iso
slaxemulator@525 35 QEMU_OPTS="-m 256"