tazlito annotate tazlito.conf @ rev 527

Get uefi args from isolinux.cfg
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 15 16:45:55 2020 +0000 (2020-09-15)
parents 5efb0b404472
children
rev   line source
pankso@2 1 # tazlito.conf: Tazlito (SliTaz Live Tool)
pankso@2 2 # configuration file.
pankso@2 3 #
pankso@2 4
paul@216 5 # SliTaz version to use for ISO name and files path.
pankso@333 6 SLITAZ_VERSION=$(cat /etc/slitaz-release)
pankso@212 7
pankso@2 8 # Name of the ISO image to generate.
pankso@212 9 ISO_NAME="slitaz-$SLITAZ_VERSION"
pankso@333 10 #ISO_NAME="slitaz-cooking-$(date +%Y%m%d)"
pankso@2 11
MikeDSmith25@83 12 # ISO image volume name.
pankso@2 13 VOLUM_NAME="SliTaz LiveCD"
pankso@2 14
MikeDSmith25@83 15 # Name of the preparer.
pankso@2 16 PREPARED="$USER"
pankso@2 17
pankso@212 18 # Tazlito work directory with flavors, distro and packages files.
pankso@212 19 WORK_DIR="/home/slitaz/$SLITAZ_VERSION"
pankso@212 20
pankso@2 21 # Path to the packages repository and the packages.list.
pankso@212 22 PACKAGES_REPOSITORY="$WORK_DIR/packages"
pankso@2 23
pankso@210 24 # Path to the distro tree to gen-distro from a list of packages.
pankso@212 25 DISTRO="$WORK_DIR/distro"
pankso@2 26
pankso@210 27 # Path to the LiveCD flavors files (http://hg.slitaz.org/flavors)
pankso@212 28 FLAVORS_REPOSITORY=$WORK_DIR/flavors
pankso@210 29
MikeDSmith25@83 30 # Path to the directory containing additional files
pankso@2 31 # to copy into the rootfs and rootcd of the LiveCD.
pankso@2 32 ADDFILES="$DISTRO/addfiles"
pankso@115 33
paul@216 34 # Qemu emulator options for the command: emu-iso
pankso@115 35 QEMU_OPTS="-m 256"