tazlito annotate man/tazlito.conf.5 @ rev 531

tazlito: hexdump -R may not by supported in busybox
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Jun 18 13:45:55 2021 +0000 (2021-06-18)
parents
children
rev   line source
al@412 1 .TH "tazlito.conf" "5" "17 Feb 2016"
al@412 2 .SH NAME
al@412 3 tazlito.conf \(em configuration for Tazlito
al@412 4 .SH SYNOPSIS
al@412 5 .B tazlito.conf
al@412 6 .SH DESCRIPTON
al@412 7 tazlito(1) uses this configuration file to work. If current directory contains
al@412 8 .IR tazlito.conf ,
al@412 9 it will be used, otherwise system-wide file
al@412 10 .I /etc/tazlito/tazlito.conf
al@412 11 will be used.
al@412 12 .PP
al@412 13 It have shell script syntax, so empty lines and lines starting with \(lq#\(rq
al@412 14 are ignored.
al@412 15 .SH VARIABLES
al@412 16 .TP
al@412 17 .B SLITAZ_VERSION
al@412 18 SliTaz version to use for ISO name and files path.
al@412 19 .sp
al@412 20 Default value is the current SliTaz system version (determined by
al@412 21 .I /etc/slitaz-release
al@412 22 file content), for example, \(lq5.0\(rq.
al@412 23 .TP
al@412 24 .B ISO_NAME
al@412 25 Name of the ISO image to generate.
al@412 26 .sp
al@412 27 Default value is
al@412 28 .RI \(lqslitaz- SLITAZ_VERSION \(rq
al@412 29 (is \(lqslitaz-5.0\(rq).
al@412 30 .TP
al@412 31 .B VOLUM_NAME
al@412 32 ISO image volume name.
al@412 33 .sp
al@412 34 Default value is \(lqSliTaz LiveCD\(rq.
al@412 35 .TP
al@412 36 .B PREPARED
al@412 37 Name of the preparer.
al@412 38 .sp
al@412 39 Default value is the login name of the user prepared the ISO (determined by the
al@412 40 content of the environment variable
al@412 41 .IR USER ),
al@412 42 for example \(lqtux\(rq.
al@412 43 .TP
al@412 44 .B WORK_DIR
al@412 45 Tazlito working directory containing flavors, distro and packages files.
al@412 46 .sp
al@412 47 Default value is
al@412 48 .RI \(lq/home/slitaz/ SLITAZ_VERSION \(rq
al@412 49 (is \(lq/home/slitaz/5.0\(rq).
al@412 50 .TP
al@412 51 .B PACKAGES_REPOSITORY
al@412 52 Path to the packages repository.
al@412 53 .sp
al@412 54 Default value is
al@412 55 .RI \(lq WORK_DIR /packages\(rq,
al@412 56 (is \(lq/home/slitaz/5.0/packages\(rq).
al@412 57 .TP
al@412 58 .B DISTRO
al@412 59 Path to the distro tree to gen-distro from a list of packages.
al@412 60 .sp
al@412 61 Default value is
al@412 62 .RI \(lq WORK_DIR /distro\(rq
al@412 63 (is \(lq/home/slitaz/5.0/distro\(rq).
al@412 64 .TP
al@412 65 .B FLAVORS_REPOSITORY
al@412 66 Path to the Live CD flavors files ( http://hg.slitaz.org/flavors ).
al@412 67 .sp
al@412 68 Default value is
al@412 69 .RI \(lq WORK_DIR /flavors\(rq
al@412 70 (is \(lq/home/slitaz/5.0/flavors\(rq).
al@412 71 .TP
al@412 72 .B ADDFILES
al@412 73 Path to the directory containing additional files to copy into the rootfs and
al@412 74 rootcd of the Live CD.
al@412 75 .sp
al@412 76 Default value is
al@412 77 .RI \(lq DISTRO /addfiles\(rq
al@412 78 (is \(lq/home/slitaz/5.0/distro/addfiles\(rq).
al@412 79 .TP
al@412 80 .B QEMU_OPTS
al@412 81 QEMU emulator options for the tazlito command \(lqemu-iso\(rq.
al@412 82 .sp
al@412 83 Default value is \(lq-m 256\(rq. See the QEMU documentation for details.
al@412 84 .SH SEE ALSO
al@412 85 tazlito(1), flavor(5)