tazlito view tazlito.conf @ rev 115

Add command emu-iso to emulate ISO image
author Christophe Lincoln <pankso@slitaz.org>
date Sun Jan 17 18:35:34 2010 +0100 (2010-01-17)
parents 7f611e11e57e
children aaa4250a0b6e
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-hacked"
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
19 # list of packages.
20 DISTRO="/home/slitaz/distro"
22 # Path to the directory containing additional files
23 # to copy into the rootfs and rootcd of the LiveCD.
24 ADDFILES="$DISTRO/addfiles"
26 # Qemu emulator options for command: emu-iso
27 QEMU_OPTS="-m 256"