cookutils rev 525 slitaz-tank

Add cookiso.conf.
author Christopher Rogers <slaxemulator@gmail.com>
date Fri Aug 24 22:05:20 2012 +0000 (2012-08-24)
parents 66caa5a9e7c5
children 6eb46b5c9bea
files cookiso.conf
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/cookiso.conf	Fri Aug 24 22:05:20 2012 +0000
     1.3 @@ -0,0 +1,35 @@
     1.4 +# cookiso.conf: cookiso (SliTaz Live Tool)
     1.5 +# configuration file.
     1.6 +#
     1.7 +
     1.8 +# SliTaz version to use for ISO name and files path.
     1.9 +SLITAZ_VERSION=`cat /etc/slitaz-release`
    1.10 +
    1.11 +# Name of the ISO image to generate.
    1.12 +ISO_NAME="slitaz-$SLITAZ_VERSION"
    1.13 +#ISO_NAME="slitaz-cooking-`date +%Y%m%d`"
    1.14 +
    1.15 +# ISO image volume name.
    1.16 +VOLUM_NAME="SliTaz LiveCD"
    1.17 +
    1.18 +# Name of the preparer.
    1.19 +PREPARED="$USER"
    1.20 +
    1.21 +# Tazlito work directory with flavors, distro and packages files.
    1.22 +WORK_DIR="/home/slitaz/$SLITAZ_VERSION"
    1.23 +
    1.24 +# Path to the packages repository and the packages.list.
    1.25 +PACKAGES_REPOSITORY="$WORK_DIR/packages"
    1.26 +
    1.27 +# Path to the distro tree to gen-distro from a list of packages.
    1.28 +DISTRO="$WORK_DIR/distro"
    1.29 +
    1.30 +# Path to the LiveCD flavors files (http://hg.slitaz.org/flavors)
    1.31 +FLAVORS_REPOSITORY=$WORK_DIR/flavors
    1.32 +
    1.33 +# Path to the directory containing additional files
    1.34 +# to copy into the rootfs and rootcd of the LiveCD.
    1.35 +ADDFILES="$DISTRO/addfiles"
    1.36 +
    1.37 +# Qemu emulator options for the command: emu-iso
    1.38 +QEMU_OPTS="-m 256"