tazlito view tazlito.conf @ rev 536

tazlito: typo
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Apr 07 10:03:40 2022 +0000 (2022-04-07)
parents 5efb0b404472
children
line source
1 # tazlito.conf: Tazlito (SliTaz Live Tool)
2 # configuration file.
3 #
5 # SliTaz version to 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 the command: emu-iso
35 QEMU_OPTS="-m 256"