# HG changeset patch # User Pascal Bellard # Date 1266856726 -3600 # Node ID f5b83ef888a7b1ddeee22eab836ea4b42687063b # Parent bcb1e5fd3b681c60a0c9b4beb9e14d413c91aa11 core-3in1: use core extra files diff -r bcb1e5fd3b68 -r f5b83ef888a7 core-3in1/rootcd/README --- a/core-3in1/rootcd/README Sun Feb 21 19:13:10 2010 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,67 +0,0 @@ -README SliTaz GNU/Linux CD October 2009 -=============================================================================== - - -Français --------- -Ce cdrom est un système autonome Live, il vous suffit de démarrer sur le CD -(booter) et SliTaz se lance en mémoire vive (RAM), sans toucher à votre système -actuel. SliTaz peut fonctionner des mois entiers sans redémarrer, le système -peut fonctionner dans 32 Mb de mémoire vive et sur des machines sans disque dur. -Mais SliTaz est aussi pleinement installable sur un disque dur et largement -extensible via le gestionnaire de paquets et la compilation de nouvelles -applications depuis les sources. - -Une fois le système lancé, vous disposez d'un shell ash, et vous pouvez retirer -le cdrom, car SliTaz utilise la mémoire vive (RAM) de la machine. Le système -fournit plus de 200 commandes Linux, un mini serveur web, navigateur web, -client de chat IRC, support IDE, eth0, usb, le système X et bien plus {...}. - -SliTaz peut être utilisé pour réparer, et tester un disque dur avec fdisk, -hdparm, ou les outils e2fsprogs. Le système et aussi pleinement installable, -vous pouvez jetter un coup d'oeil au document install-guide.html. - -Slitaz GNU/Linux est distribué sans aucune garantie et publié car -potentiellement utile. SliTaz n'as aucune prétention, nous ne sommes que des -passionnés par l'informatique libre, qui aimons la liberté et le partage. Sur -le système vous trouverez le manuel d'utilisateur et la documentation dans : -/usr/share/doc, et les licences complète dans : /usr/share/licenses. - -Havefun! - - -English -------- -SliTaz is a micro GNU/Linux distro using BusyBox, a Linux kernel, and GNU -free software. SliTaz also use goodies from the Debian project. The goal of -SliTaz is to have a GNU/Linux distro working all in memory (RAM). SliTaz boot -with Syslinux, provide more than 200 Linux commands, LightTPD web serveur, -SSH server/client powered by Dropbear, rescue tools, X system, and much more -{...}. - -On the system you will find documentation in: /usr/share/doc, and the full -GPL license in: /usr/share/licenses. - - -LICENSE -------- - -Copyright (c) 2009 SliTaz GNU/Linux - -SliTaz is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 3 of the License, or -(at your option) any later version. - -SliTaz is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -GNU General Public License for more details. - -You should have received a copy of the GNU General Public License -along with SliTaz; if not, write to the Free Software -Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA - - -=============================================================================== - http://www.slitaz.org/ diff -r bcb1e5fd3b68 -r f5b83ef888a7 core-3in1/rootcd/images/header.png Binary file core-3in1/rootcd/images/header.png has changed diff -r bcb1e5fd3b68 -r f5b83ef888a7 core-3in1/rootcd/index.html --- a/core-3in1/rootcd/index.html Sun Feb 21 19:13:10 2010 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,64 +0,0 @@ - - - - SliTaz GNU/Linux - CD - - - - - - - - - - - - - -
-

LiveCD informations

- -

Français

-

-Bienvenue sur la page d'index d'un cdrom de SliTaz GNU/Linux. Lisez le -fichier README pour de plus amples informations, ou -démarrez votre ordinateur avec le cdrom dans le lecteur CD ou DVD, pour -lancer SliTaz en RAM et sans risques pour la machine hôte. -

- -

English

-

-Welcome on a SliTaz GNU/Linux cdrom, SliTaz is mostly documented in French, -but the full system is available in English. To boot SliTaz from a cdrom, -just burn the ISO image onto a blank disc. Then reboot your computer with -the disc into your cdrom driver. -

-

-Have fun!
-- SliTaz community -

- -
- -
- - - - diff -r bcb1e5fd3b68 -r f5b83ef888a7 core-3in1/rootcd/style.css --- a/core-3in1/rootcd/style.css Sun Feb 21 19:13:10 2010 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,57 +0,0 @@ -/* CSS style for SliTaz GNU/Linux generic xHTML files. */ -body { - font: 90% sans-serif, vernada, arial; - margin: 0; - } -/* Header */ -#header{ - background: #BFB06B url(images/header.png) repeat-x top; - color: black; - width: 100%; - height: 50px ; - border-top: 1px solid black; - border-bottom: 1px solid black; - } -#content { - margin: 0px 50px 26px 50px; - } -#footer { - border-top: 1px solid black; - } -a { - text-decoration: underline; - } -a:hover { - text-decoration: none; - } -h1 { - margin: 10px 0px 0px 6px; - } -h2 { - margin: 12px 0; - } -pre { - padding: 5px; - color: black; - background: #e1e0b0; - } -pre.script { - padding: 10px; - color: black; - background: #e8e8e8; - border: 1px inset #333333; -} -li { - line-height: 1.4em; - } -code { - font-size: 100%; - color: #669900; - background: transparent; - } -hr { - color: white; - background-color: white; - height: 1px; - border: 0; - }