tazlito view man/tazlito.conf.5 @ rev 483

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