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

Tiny edits
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Mar 30 01:56:21 2016 +0300 (2016-03-30)
parents 9ed0bfb74392
children fdf3fc2f9769
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 ?>
18 <!-- Block -->
19 <div id="block">
20 <?php include("../../lib/html/nav.en.html"); ?>
21 <!-- Information/image -->
22 <div id="block_info">
23 <h4>Download flavors</h4>
24 <p>
25 The system of LiveCD flavors is a simple means for the community
26 to generate ISO images for certain tasks by offering a selection
27 of specific packages. There are two possibilities to create a
28 flavor, use a flavor made by the community or create your own
29 via a simple to use graphical interface.
30 </p>
31 </div>
32 </div>
34 <?php include("../../lib/lang.php"); ?>
36 <!-- Content -->
37 <div id="content">
39 <h2>LiveCD ISO Image to taste</h2>
41 <p>
42 For convenience, the SliTaz team propose some ISO flavors for the stable
43 and cooking versions:
44 </p>
46 <div class="box-dl"><p>
47 <a href="http://mirror.slitaz.org/iso/3.0/flavors/slitaz-3.0-xvesa.iso">
48 slitaz-3.0-xvesa.iso</a>
49 [29.0M] - Fully-featured desktop environment using the tiny Xvesa graphical
50 server and providing a nice range of software for daily tasks
51 </p></div>
53 <div class="box-dl"><p>
54 <a href="http://mirror.slitaz.org/iso/4.0/flavors/slitaz-4.0-firefox.iso">
55 slitaz-4.0-firefox.iso</a>
56 [43.0M] - Small desktop environment featuring Mozilla Firefox
57 </p></div>
59 <div class="box-dl"><p>
60 <a href="http://mirror.slitaz.org/iso/4.0/flavors/slitaz-4.0-justx.iso">
61 slitaz-4.0-justx.iso</a>
62 [16.0M] - Small desktop environment powered by Xorg and Openbox, using just
63 an X environment and tools to build your own desktop
64 </p></div>
66 <div class="box-dl"><p>
67 <a href="http://mirror.slitaz.org/iso/4.0/flavors/slitaz-4.0-base.iso">
68 slitaz-4.0-base.iso</a>
69 [8.0M] - Base system in text mode and including useful commandline tools.
70 A good choice for a server installation
71 </p></div>
73 <div class="box-dl"><p>
74 <a href="http://mirror.slitaz.org/iso/4.0/flavors/slitaz-4.0-loram.iso">
75 slitaz-4.0-loram.iso</a>
76 [41.0M] - Loram flavor that can start SliTaz on machines with very limited
77 resources and needs only 128MB without disabling the CD-ROM
78 </p></div>
80 <div class="box-dl"><p>
81 <a href="http://mirror.slitaz.org/iso/4.0/flavors/slitaz-4.0-loram-cdrom.iso">
82 slitaz-4.0-loram-cdrom.iso</a>
83 [163.0M] - Loram flavor that can boot with only 24 MB and a little swap
84 memory, but is unable to release the CD-ROM
85 </p></div>
87 <div class="box-dl"><p>
88 <a href="http://mirror.slitaz.org/iso/4.0/slitaz-4.0.iso">
89 slitaz-4.0.iso</a>
90 [35.0M] - 4in1 flavor containing the base, justx, gtkonly and core ISOs
91 </p></div>
94 <div class="box">
95 <img src="/images/network.png" alt="[ ]" />
96 Browse flavors directory on the mirror:
97 <a href="http://mirror.slitaz.org/iso/stable/flavors/">Stable</a> |
98 <a href="http://mirror.slitaz.org/iso/cooking/flavors/">Cooking</a>
99 </div>
101 <h2>Getting and generating a flavor</h2>
103 <p>
104 A <em>flavor</em> is a (.flavor) file to generate a special flavor.
105 The graphical tool Tazlitobox can create a flavor in a few
106 mouse clicks. The Tazlito
107 <a href="http://hg.slitaz.org/tazlito/raw-file/tip/doc/tazlito.en.html">manual</a>
108 and <a href="http://doc.slitaz.org/en:handbook:genlivecd">documentation</a>
109 provide detailed instructions on the generation of flavors. On the
110 command line, you can get a list of available flavors via
111 <code>tazlito list-flavors</code>.
112 </p>
114 <h3>Create and share your own flavor</h3>
116 <p>
117 The stable and cooking versions offer the flavor <em>core</em> on the
118 mirror, it can be used as a basis to create your own flavor.
119 The documentation in the Handbook provides all the necessary
120 instructions to <a href="http://doc.slitaz.org/en:handbook:genlivecd"
121 >create your own LiveCD flavor</a>.
122 </p>
123 <p>
124 If you have created your own flavor to taste, you can send it on the
125 <a href="../mailing-list.php">discussion list</a> for it to be
126 tested and included in the official flavors.
127 </p>
129 <!-- End of content -->
130 </div>
132 <?php include("../../lib/html/footer.html"); ?>
134 </body>
135 </html>