flavors rev 3

Add core-3in1
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Oct 03 20:58:26 2009 +0200 (2009-10-03)
parents aa2d053d99d8
children 8852d911f60c
files base/receipt core-3in1/receipt core-3in1/rootcd/README core-3in1/rootcd/images/header.png core-3in1/rootcd/index.html core-3in1/rootcd/style.css core/packages.list core/receipt eeepc/receipt justX/receipt loram-cdrom-sqfs/packages.list loram-cdrom-sqfs/receipt loram-cdrom/packages.list loram-cdrom/receipt loram-http/packages.list loram-http/receipt loram/packages.list loram/receipt
line diff
     1.1 --- a/base/receipt	Mon Aug 31 23:54:25 2009 +0200
     1.2 +++ b/base/receipt	Sat Oct 03 20:58:26 2009 +0200
     1.3 @@ -1,5 +1,11 @@
     1.4 +# SliTaz flavor receipt.
     1.5 +
     1.6  FLAVOR="base"
     1.7  SHORT_DESC="Minimal set of packages to boot"
     1.8 +VERSION="2.0"
     1.9 +MAINTAINER="pankso@slitaz.org"
    1.10 +
    1.11 +FRUGAL_RAM="32M"
    1.12  ROOTFS_SIZE="13.9M"
    1.13  INITRAMFS_SIZE="3.9M"
    1.14  ISO_SIZE="6.5M"
     2.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.2 +++ b/core-3in1/receipt	Sat Oct 03 20:58:26 2009 +0200
     2.3 @@ -0,0 +1,12 @@
     2.4 +# SliTaz flavor receipt.
     2.5 +
     2.6 +FLAVOR="core-3in1"
     2.7 +SHORT_DESC="SliTaz core system with justX and base alternatives"
     2.8 +VERSION="2.0"
     2.9 +MAINTAINER="pankso@slitaz.org"
    2.10 +ROOTFS_SELECTION="160M core 96M justX 32M base"
    2.11 +
    2.12 +FRUGAL_RAM="160M"
    2.13 +ROOTFS_SIZE="97.4M"
    2.14 +INITRAMFS_SIZE="26.1M"
    2.15 +ISO_SIZE="28.6M"
     3.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     3.2 +++ b/core-3in1/rootcd/README	Sat Oct 03 20:58:26 2009 +0200
     3.3 @@ -0,0 +1,67 @@
     3.4 +README SliTaz GNU/Linux CD                                         October 2009
     3.5 +===============================================================================
     3.6 +
     3.7 +
     3.8 +Français
     3.9 +--------
    3.10 +Ce cdrom est un système autonome Live, il vous suffit de démarrer sur le CD
    3.11 +(booter) et SliTaz se lance en mémoire vive (RAM), sans toucher à votre système
    3.12 +actuel. SliTaz peut fonctionner des mois entiers sans redémarrer, le système
    3.13 +peut fonctionner dans 32 Mb de mémoire vive et sur des machines sans disque dur.
    3.14 +Mais SliTaz est aussi pleinement installable sur un disque dur et largement
    3.15 +extensible via le gestionnaire de paquets et la compilation de nouvelles
    3.16 +applications depuis les sources.
    3.17 +
    3.18 +Une fois le système lancé, vous disposez d'un shell ash, et vous pouvez retirer
    3.19 +le cdrom, car SliTaz utilise la mémoire vive (RAM) de la machine. Le système
    3.20 +fournit plus de 200 commandes Linux, un mini serveur web, navigateur web,
    3.21 +client de chat IRC, support IDE, eth0, usb, le système X et bien plus {...}.
    3.22 +
    3.23 +SliTaz peut être utilisé pour réparer, et tester un disque dur avec fdisk,
    3.24 +hdparm, ou les outils e2fsprogs. Le système et aussi pleinement installable,
    3.25 +vous pouvez jetter un coup d'oeil au document install-guide.html.
    3.26 +
    3.27 +Slitaz GNU/Linux est distribué sans aucune garantie et publié car
    3.28 +potentiellement utile. SliTaz n'as aucune prétention, nous ne sommes que des
    3.29 +passionnés par l'informatique libre, qui aimons la liberté et le partage. Sur
    3.30 +le système vous trouverez le manuel d'utilisateur et la documentation dans :
    3.31 +/usr/share/doc, et les licences complète dans : /usr/share/licenses.
    3.32 +
    3.33 +Havefun!
    3.34 +
    3.35 +
    3.36 +English
    3.37 +-------
    3.38 +SliTaz is a micro GNU/Linux distro using BusyBox, a Linux kernel, and GNU
    3.39 +free software. SliTaz also use goodies from the Debian project. The goal of
    3.40 +SliTaz is to have a GNU/Linux distro working all in memory (RAM). SliTaz boot
    3.41 +with Syslinux, provide more than 200 Linux commands, LightTPD web serveur,
    3.42 +SSH server/client powered by Dropbear, rescue tools, X system, and much more
    3.43 +{...}.
    3.44 +
    3.45 +On the system you will find documentation in: /usr/share/doc, and the full
    3.46 +GPL license in: /usr/share/licenses.
    3.47 +
    3.48 +
    3.49 +LICENSE
    3.50 +-------
    3.51 +
    3.52 +Copyright (c)  2009  SliTaz GNU/Linux
    3.53 +
    3.54 +SliTaz is free software; you can redistribute it and/or modify
    3.55 +it under the terms of the GNU General Public License as published by
    3.56 +the Free Software Foundation; either version 3 of the License, or
    3.57 +(at your option) any later version.
    3.58 +
    3.59 +SliTaz is distributed in the hope that it will be useful,
    3.60 +but WITHOUT ANY WARRANTY; without even the implied warranty of
    3.61 +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    3.62 +GNU General Public License for more details.
    3.63 +
    3.64 +You should have received a copy of the GNU General Public License
    3.65 +along with SliTaz; if not, write to the Free Software
    3.66 +Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
    3.67 +
    3.68 +
    3.69 +===============================================================================
    3.70 +                                                         http://www.slitaz.org/
     4.1 Binary file core-3in1/rootcd/images/header.png has changed
     5.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     5.2 +++ b/core-3in1/rootcd/index.html	Sat Oct 03 20:58:26 2009 +0200
     5.3 @@ -0,0 +1,64 @@
     5.4 +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
     5.5 +    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
     5.6 +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr" lang="fr">
     5.7 +<head>
     5.8 +	<title>SliTaz GNU/Linux - CD</title>
     5.9 +	<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
    5.10 +	<meta name="description" content="SliTaz documentation book" />
    5.11 +	<meta name="expires" content="never" />
    5.12 +	<meta name="modified" content="2009-10-02 20:30:00" />
    5.13 +	<meta name="publisher" content="www.slitaz.org" />
    5.14 +	<meta name="author" content="Christophe Lincoln"/>
    5.15 +	<link rel="stylesheet" type="text/css" href="style.css" />
    5.16 +</head>
    5.17 +<body bgcolor="#ffffff">
    5.18 +<!-- Header -->
    5.19 +<div id="header">
    5.20 +	<a name="top"></a>
    5.21 +	<h1>SliTaz GNU/Linux - CD</h1>
    5.22 +</div>
    5.23 +
    5.24 +<!-- Content -->
    5.25 +<div id="content">
    5.26 +<h2><font color="#DF8F06">LiveCD informations</font></h2>
    5.27 +
    5.28 +<h3><font color="#9c2424">Français</font></h3>
    5.29 +<p>
    5.30 +Bienvenue sur la page d'index d'un cdrom de SliTaz GNU/Linux. Lisez le
    5.31 +fichier <a href="README">README</a> pour de plus amples informations, ou
    5.32 +démarrez votre ordinateur avec le cdrom dans le lecteur CD ou DVD, pour
    5.33 +lancer SliTaz en RAM et sans risques pour la machine hôte.
    5.34 +</p>
    5.35 +
    5.36 +<h3><font color="#9c2424">English</font></h3>
    5.37 +<p>
    5.38 +Welcome on a SliTaz GNU/Linux cdrom, SliTaz is mostly documented in French,
    5.39 +but the full system is available in English. To boot SliTaz from a cdrom,
    5.40 +just burn the ISO image onto a blank disc. Then reboot your computer with
    5.41 +the disc into your cdrom driver.
    5.42 +</p>
    5.43 +<p>
    5.44 +Have fun!<br />
    5.45 +- SliTaz community
    5.46 +</p>
    5.47 +
    5.48 +</div>
    5.49 +<!-- End content -->
    5.50 +<hr />
    5.51 +<!-- Footer -->
    5.52 +<div align="center" id="footer">
    5.53 +<p>
    5.54 +<font size="-1">
    5.55 +    <a href="#top">Haut de la page</a>
    5.56 +</font>
    5.57 +</p>
    5.58 +<p>
    5.59 +<font size="-1">
    5.60 +    Copyright © 2009 <a href="http://www.slitaz.org/">SliTaz</a> -
    5.61 +    <a href="http://www.gnu.org/licenses/gpl.html">GNU General Public License</a><br />
    5.62 +    Code <a href="http://validator.w3.org/">XHTML 1.0 valide</a>.
    5.63 +</font>
    5.64 +</p>
    5.65 +</div>
    5.66 +</body>
    5.67 +</html>
     6.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     6.2 +++ b/core-3in1/rootcd/style.css	Sat Oct 03 20:58:26 2009 +0200
     6.3 @@ -0,0 +1,57 @@
     6.4 +/* CSS style for SliTaz GNU/Linux generic xHTML files. */
     6.5 +body {
     6.6 +    font: 90% sans-serif, vernada, arial;
     6.7 +    margin: 0;
     6.8 +    }
     6.9 +/* Header */
    6.10 +#header{
    6.11 +    background: #BFB06B url(images/header.png) repeat-x top;
    6.12 +    color: black;
    6.13 +    width: 100%;
    6.14 +    height: 50px ;
    6.15 +    border-top: 1px solid black;
    6.16 +    border-bottom: 1px solid black;
    6.17 +    }
    6.18 +#content {
    6.19 +	margin: 0px 50px 26px 50px;
    6.20 +	}
    6.21 +#footer {
    6.22 +	border-top: 1px solid black;
    6.23 +	}
    6.24 +a {
    6.25 +	text-decoration: underline;
    6.26 +	}
    6.27 +a:hover {
    6.28 +	text-decoration: none;
    6.29 +	}
    6.30 +h1 {
    6.31 +    margin: 10px 0px 0px 6px;
    6.32 +    }
    6.33 +h2 {
    6.34 +    margin: 12px 0;
    6.35 +    }
    6.36 +pre {
    6.37 +    padding: 5px;
    6.38 +    color: black;
    6.39 +    background: #e1e0b0;
    6.40 +    }
    6.41 +pre.script {
    6.42 +    padding: 10px;
    6.43 +    color: black;
    6.44 +    background: #e8e8e8;
    6.45 +    border: 1px inset #333333;
    6.46 +}
    6.47 +li {
    6.48 +    line-height: 1.4em;
    6.49 +    }
    6.50 +code {
    6.51 +    font-size: 100%;
    6.52 +    color: #669900;
    6.53 +    background: transparent;
    6.54 +    }
    6.55 +hr {
    6.56 +	color: white;
    6.57 +    background-color: white;
    6.58 +    height: 1px;
    6.59 +    border: 0;
    6.60 +	}
     7.1 --- a/core/packages.list	Mon Aug 31 23:54:25 2009 +0200
     7.2 +++ b/core/packages.list	Sat Oct 03 20:58:26 2009 +0200
     7.3 @@ -10,7 +10,7 @@
     7.4  cdparanoia-III
     7.5  cdrkit
     7.6  clearlooks
     7.7 -compat
     7.8 +compat-wireless
     7.9  conspy
    7.10  dbus
    7.11  dbus-glib
     8.1 --- a/core/receipt	Mon Aug 31 23:54:25 2009 +0200
     8.2 +++ b/core/receipt	Sat Oct 03 20:58:26 2009 +0200
     8.3 @@ -1,5 +1,11 @@
     8.4 +# SliTaz flavor receipt.
     8.5 +
     8.6  FLAVOR="core"
     8.7  SHORT_DESC="SliTaz core system"
     8.8 +VERSION="2.0"
     8.9 +MAINTAINER="pankso@slitaz.org"
    8.10 +
    8.11 +FRUGAL_RAM="160M"
    8.12  ROOTFS_SIZE="97.4M"
    8.13  INITRAMFS_SIZE="26.1M"
    8.14  ISO_SIZE="28.6M"
     9.1 --- a/eeepc/receipt	Mon Aug 31 23:54:25 2009 +0200
     9.2 +++ b/eeepc/receipt	Sat Oct 03 20:58:26 2009 +0200
     9.3 @@ -1,5 +1,11 @@
     9.4 +# SliTaz flavor receipt.
     9.5 +
     9.6  FLAVOR="eeepc"
     9.7  SHORT_DESC="SliTaz eeepc system"
     9.8 +VERSION="2.0"
     9.9 +MAINTAINER="pankso@slitaz.org"
    9.10 +
    9.11 +FRUGAL_RAM="160M"
    9.12  ROOTFS_SIZE="97.8M"
    9.13  INITRAMFS_SIZE="26.0M"
    9.14  ISO_SIZE="28.6M"
    10.1 --- a/justX/receipt	Mon Aug 31 23:54:25 2009 +0200
    10.2 +++ b/justX/receipt	Sat Oct 03 20:58:26 2009 +0200
    10.3 @@ -1,5 +1,11 @@
    10.4 +# SliTaz flavor receipt.
    10.5 +
    10.6  FLAVOR="justX"
    10.7  SHORT_DESC="SliTaz with a minimal X environnement"
    10.8 +VERSION="2.0"
    10.9 +MAINTAINER="pankso@slitaz.org"
   10.10 +
   10.11 +FRUGAL_RAM="96M"
   10.12  ROOTFS_SIZE="47.9M"
   10.13  INITRAMFS_SIZE="12.2M"
   10.14  ISO_SIZE="14.7M"
    11.1 --- a/loram-cdrom-sqfs/packages.list	Mon Aug 31 23:54:25 2009 +0200
    11.2 +++ b/loram-cdrom-sqfs/packages.list	Sat Oct 03 20:58:26 2009 +0200
    11.3 @@ -10,7 +10,7 @@
    11.4  cdparanoia-III
    11.5  cdrkit
    11.6  clearlooks
    11.7 -compat
    11.8 +compat-wireless
    11.9  conspy
   11.10  dbus
   11.11  dbus-glib
    12.1 --- a/loram-cdrom-sqfs/receipt	Mon Aug 31 23:54:25 2009 +0200
    12.2 +++ b/loram-cdrom-sqfs/receipt	Sat Oct 03 20:58:26 2009 +0200
    12.3 @@ -1,5 +1,11 @@
    12.4 +# SliTaz flavor receipt.
    12.5 +
    12.6  FLAVOR="loram-cdrom-sqfs"
    12.7  SHORT_DESC="SliTaz loram system (/usr on cdrom)"
    12.8 +VERSION="2.0"
    12.9 +MAINTAINER="pascal.bellard@slitaz.org"
   12.10 +
   12.11 +FRUGAL_RAM="32M"
   12.12  ROOTFS_SIZE="6.3M"
   12.13  INITRAMFS_SIZE="2.8M"
   12.14  ISO_SIZE="33.6M"
    13.1 --- a/loram-cdrom/packages.list	Mon Aug 31 23:54:25 2009 +0200
    13.2 +++ b/loram-cdrom/packages.list	Sat Oct 03 20:58:26 2009 +0200
    13.3 @@ -10,7 +10,7 @@
    13.4  cdparanoia-III
    13.5  cdrkit
    13.6  clearlooks
    13.7 -compat
    13.8 +compat-wireless
    13.9  conspy
   13.10  dbus
   13.11  dbus-glib
    14.1 --- a/loram-cdrom/receipt	Mon Aug 31 23:54:25 2009 +0200
    14.2 +++ b/loram-cdrom/receipt	Sat Oct 03 20:58:26 2009 +0200
    14.3 @@ -1,5 +1,11 @@
    14.4 +# SliTaz flavor receipt.
    14.5 +
    14.6  FLAVOR="loram-cdrom"
    14.7  SHORT_DESC="SliTaz loram system (/usr on cdrom)"
    14.8 +VERSION="2.0"
    14.9 +MAINTAINER="pascal.bellard@slitaz.org"
   14.10 +
   14.11 +FRUGAL_RAM="32M"
   14.12  ROOTFS_SIZE="6.2M"
   14.13  INITRAMFS_SIZE="2.7M"
   14.14  ISO_SIZE="99.4M"
    15.1 --- a/loram-http/packages.list	Mon Aug 31 23:54:25 2009 +0200
    15.2 +++ b/loram-http/packages.list	Sat Oct 03 20:58:26 2009 +0200
    15.3 @@ -10,7 +10,7 @@
    15.4  cdparanoia-III
    15.5  cdrkit
    15.6  clearlooks
    15.7 -compat
    15.8 +compat-wireless
    15.9  conspy
   15.10  dbus
   15.11  dbus-glib
    16.1 --- a/loram-http/receipt	Mon Aug 31 23:54:25 2009 +0200
    16.2 +++ b/loram-http/receipt	Sat Oct 03 20:58:26 2009 +0200
    16.3 @@ -1,5 +1,11 @@
    16.4 +# SliTaz flavor receipt.
    16.5 +
    16.6  FLAVOR="loram-http"
    16.7  SHORT_DESC="SliTaz loram system (/usr on web)"
    16.8 +VERSION="2.0"
    16.9 +MAINTAINER="pascal.bellard@slitaz.org"
   16.10 +
   16.11 +FRUGAL_RAM="32M"
   16.12  ROOTFS_SIZE="6.5M"
   16.13  INITRAMFS_SIZE="2.9M"
   16.14  ISO_SIZE="5.4M"
    17.1 --- a/loram/packages.list	Mon Aug 31 23:54:25 2009 +0200
    17.2 +++ b/loram/packages.list	Sat Oct 03 20:58:26 2009 +0200
    17.3 @@ -10,7 +10,7 @@
    17.4  cdparanoia-III
    17.5  cdrkit
    17.6  clearlooks
    17.7 -compat
    17.8 +compat-wireless
    17.9  conspy
   17.10  cromfs-or-squashfs
   17.11  dbus
    18.1 --- a/loram/receipt	Mon Aug 31 23:54:25 2009 +0200
    18.2 +++ b/loram/receipt	Sat Oct 03 20:58:26 2009 +0200
    18.3 @@ -1,5 +1,11 @@
    18.4 +# SliTaz flavor receipt.
    18.5 +
    18.6  FLAVOR="loram"
    18.7  SHORT_DESC="SliTaz loram system (all in RAM)"
    18.8 +VERSION="2.0"
    18.9 +MAINTAINER="pascal.bellard@slitaz.org"
   18.10 +
   18.11 +FRUGAL_RAM="64M"
   18.12  ROOTFS_SIZE="35.1M"
   18.13  INITRAMFS_SIZE="31.0M"
   18.14  ISO_SIZE="33.6M"