website view en/get/flavors.php @ rev 1344

Resize balinor logo to 120px
author Christophe Lincoln <pankso@slitaz.org>
date Fri Jan 22 23:02:15 2021 +0100 (2021-01-22)
parents 0dedd51426ac
children
line source
1 <!DOCTYPE html>
2 <html lang="en">
3 <head>
4 <meta charset="UTF-8">
5 <title>SliTaz LiveCD Flavors</title>
6 <meta name="description" content="SliTaz GNU/Linux LiveCD">
7 <meta name="keywords" lang="en" content="System, free, gnu, linux, software opensource, livecd LINUX in RAM">
8 <meta name="author" content="Christophe Lincoln">
9 <?php include("../../lib/html/meta-link.html"); ?>
10 </head>
11 <body>
13 <?php
14 include("../../config.php");
15 include("../../lib/html/header.html");
16 include("../../lib/html/nav.html");
17 include("../../lib/lang.php");
18 ?>
20 <!-- Content -->
21 <div id="content">
23 <h2>Download flavors</h2>
25 <p>
26 The system of LiveCD flavors is a simple means for the community
27 to generate ISO images for certain tasks by offering a selection
28 of specific packages. There are two possibilities to create a
29 flavor, use a flavor made by the community or create your own
30 via a simple to use graphical interface.
31 </p>
33 <h2>LiveCD ISO Image to taste</h2>
35 <p>
36 For convenience, the SliTaz team propose some ISO flavors for the stable
37 and cooking versions:
38 </p>
40 <div class="box-dl"><p>
41 <a href="http://mirror.slitaz.org/iso/3.0/flavors/slitaz-3.0-xvesa.iso">
42 slitaz-3.0-xvesa.iso</a>
43 [29.0M] - Fully-featured desktop environment using the tiny Xvesa graphical
44 server and providing a nice range of software for daily tasks
45 </p></div>
47 <div class="box-dl"><p>
48 <a href="http://mirror.slitaz.org/iso/4.0/flavors/slitaz-4.0-firefox.iso">
49 slitaz-4.0-firefox.iso</a>
50 [43.0M] - Small desktop environment featuring Mozilla Firefox
51 </p></div>
53 <div class="box-dl"><p>
54 <a href="http://mirror.slitaz.org/iso/4.0/flavors/slitaz-4.0-justx.iso">
55 slitaz-4.0-justx.iso</a>
56 [16.0M] - Small desktop environment powered by Xorg and Openbox, using just
57 an X environment and tools to build your own desktop
58 </p></div>
60 <div class="box-dl"><p>
61 <a href="http://mirror.slitaz.org/iso/4.0/flavors/slitaz-4.0-base.iso">
62 slitaz-4.0-base.iso</a>
63 [8.0M] - Base system in text mode and including useful commandline tools.
64 A good choice for a server installation
65 </p></div>
67 <div class="box-dl"><p>
68 <a href="http://mirror.slitaz.org/iso/4.0/flavors/slitaz-4.0-loram.iso">
69 slitaz-4.0-loram.iso</a>
70 [41.0M] - Loram flavor that can start SliTaz on machines with very limited
71 resources and needs only 128MB without disabling the CD-ROM
72 </p></div>
74 <div class="box-dl"><p>
75 <a href="http://mirror.slitaz.org/iso/4.0/flavors/slitaz-4.0-loram-cdrom.iso">
76 slitaz-4.0-loram-cdrom.iso</a>
77 [163.0M] - Loram flavor that can boot with only 24 MB and a little swap
78 memory, but is unable to release the CD-ROM
79 </p></div>
81 <div class="box-dl"><p>
82 <a href="http://mirror.slitaz.org/iso/4.0/slitaz-4.0.iso">
83 slitaz-4.0.iso</a>
84 [35.0M] - 4in1 flavor containing the base, justx, gtkonly and core ISOs
85 </p></div>
88 <div class="box">
89 <img src="/images/network.png" alt="[ ]" />
90 Browse flavors directory on the mirror:
91 <a href="http://mirror.slitaz.org/iso/stable/flavors/">Stable</a> |
92 <a href="http://mirror.slitaz.org/iso/cooking/flavors/">Cooking</a>
93 </div>
95 <h2>Getting and generating a flavor</h2>
97 <p>
98 A <em>flavor</em> is a (.flavor) file to generate a special flavor.
99 The graphical tool Tazlitobox can create a flavor in a few
100 mouse clicks. The Tazlito
101 <a href="http://hg.slitaz.org/tazlito/raw-file/tip/doc/tazlito.en.html">manual</a>
102 and <a href="http://doc.slitaz.org/en:handbook:genlivecd">documentation</a>
103 provide detailed instructions on the generation of flavors. On the
104 command line, you can get a list of available flavors via
105 <code>tazlito list-flavors</code>.
106 </p>
108 <h3>Create and share your own flavor</h3>
110 <p>
111 The stable and cooking versions offer the flavor <em>core</em> on the
112 mirror, it can be used as a basis to create your own flavor.
113 The documentation in the Handbook provides all the necessary
114 instructions to <a href="http://doc.slitaz.org/en:handbook:genlivecd"
115 >create your own LiveCD flavor</a>.
116 </p>
117 <p>
118 If you have created your own flavor to taste, you can send it on the
119 <a href="../mailing-list.php">discussion list</a> for it to be
120 tested and included in the official flavors.
121 </p>
123 <!-- End of content -->
124 </div>
126 <?php include("../../lib/html/footer.html"); ?>
128 </body>
129 </html>