wok rev 4

Add 'syslinux' with default LiveCD config/help
author Christophe Lincoln <pankso@slitaz.org>
date Thu Dec 13 11:31:38 2007 +0100 (2007-12-13)
parents 24d5f71c9b33
children 23d38a7a06cc
files syslinux/receipt syslinux/stuff/display.txt syslinux/stuff/help.txt syslinux/stuff/isolinux.cfg syslinux/stuff/isolinux.msg syslinux/stuff/options.txt syslinux/stuff/splash.lss
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/syslinux/receipt	Thu Dec 13 11:31:38 2007 +0100
     1.3 @@ -0,0 +1,20 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="syslinux"
     1.7 +VERSION="3.53"
     1.8 +CATEGORY="base-system"
     1.9 +SHORT_DESC="LiveCD ISO bootloader (isolinux)"
    1.10 +MAINTAINER="pankso@slitaz.org"
    1.11 +TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.12 +WEB_SITE="http://syslinux.zytor.com/"
    1.13 +WGET_URL="ftp://ftp.kernel.org/pub/linux/boot/syslinux/$TARBALL"
    1.14 +
    1.15 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.16 +genpkg_rules()
    1.17 +{
    1.18 +    mkdir -p $fs/boot/isolinux
    1.19 +    cp -a $PACKAGE-$VERSION/isolinux.bin $fs/boot/isolinux
    1.20 +    cp stuff/*.txt $fs/boot/isolinux
    1.21 +    cp stuff/isolinux.* $fs/boot/isolinux
    1.22 +    cp stuff/splash.lss $fs/boot/isolinux
    1.23 +}
     2.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.2 +++ b/syslinux/stuff/display.txt	Thu Dec 13 11:31:38 2007 +0100
     2.3 @@ -0,0 +1,22 @@
     2.4 +
     2.5 +
     2.6 +
     2.7 +/*       _\|/_
     2.8 +         (o o)
     2.9 + +----oOO-{_}-OOo---------------------------------------------------+
    2.10 +     ____  _ _ _____
    2.11 +    / ___|| (_)_   _|_ _ ____
    2.12 +    \___ \| | | | |/ _` |_  /
    2.13 +     ___) | | | | | (_| |/ /
    2.14 +    |____/|_|_| |_|\__,_/___|
    2.15 +
    2.16 +SliTaz GNU/Linux - Temporary Autonomous Zone
    2.17 +
    2.18 +  <ENTER> pour booter, ou <F1> pour afficher l'aide.
    2.19 +  [Login] 'hacker' ou 'root' avec le mot de passe 'root'.
    2.20 +
    2.21 +  <ENTER> to boot the Box or <F1> for help.
    2.22 +  [Login] 'hacker' or 'root' with password 'root'.
    2.23 +
    2.24 +
    2.25 +                                                                   */
     3.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     3.2 +++ b/syslinux/stuff/help.txt	Thu Dec 13 11:31:38 2007 +0100
     3.3 @@ -0,0 +1,26 @@
     3.4 +=====================================================================
     3.5 +F1        SliTaz GNU/Linux - Temporary Autonomous Zone.          help
     3.6 +=====================================================================
     3.7 +
     3.8 + SliTaz fonctionne en RAM, il ne touche pas a votre distribution
     3.9 + actuel. SliTaz utilise un noyau Linux et des logiciels libres, issus
    3.10 + du projet GNU. Une fois lance vous disposez d'un shell avec de
    3.11 + nombreuses commandes utiles, manipulation des fichiers, internet,
    3.12 + etc.
    3.13 +
    3.14 + <ENTER>  Pour lancer SliTaz.
    3.15 + <F1>     Pour afficher cette page.
    3.16 + <F2>     Liste les options disponibles au boot.
    3.17 + <F3>     Pour afficher l'image splash.
    3.18 + <F4>     Pour afficher le message de bienvenue.
    3.19 +
    3.20 + Slitaz GNU/Linux est distribue sans aucunes garanties, et publie 
    3.21 + car potentiellement utile. SliTaz n as aucune pretention, nous ne
    3.22 + somme que des passionnes par l informatique libre, et qui aimons la
    3.23 + liberte.
    3.24 +
    3.25 + Site web  : http://www.slitaz.org/
    3.26 + Canal IRC : irc.freenode.net #slitaz
    3.27 +
    3.28 +
    3.29 +
     4.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     4.2 +++ b/syslinux/stuff/isolinux.cfg	Thu Dec 13 11:31:38 2007 +0100
     4.3 @@ -0,0 +1,12 @@
     4.4 +display isolinux.msg
     4.5 +default slitaz
     4.6 +label slitaz
     4.7 +	kernel /boot/bzImage
     4.8 +	append initrd=/boot/rootfs.gz rw root=/dev/null vga=normal
     4.9 +implicit 0	
    4.10 +prompt 1	
    4.11 +timeout 80
    4.12 +F1 help.txt
    4.13 +F2 options.txt
    4.14 +F3 isolinux.msg
    4.15 +F4 display.txt
     5.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     5.2 +++ b/syslinux/stuff/isolinux.msg	Thu Dec 13 11:31:38 2007 +0100
     5.3 @@ -0,0 +1,4 @@
     5.4 +splash.lss
     5.5 +SliTaz GNU/Linux (cooking-XXXXXXXX) - Temporary Autonomous Zone
     5.6 +  <ENTER> pour booter, ou <F1> pour afficher l'aide.
     5.7 +  [Login] 'hacker' ou 'root' avec le mot de passe 'root'.
     6.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     6.2 +++ b/syslinux/stuff/options.txt	Thu Dec 13 11:31:38 2007 +0100
     6.3 @@ -0,0 +1,26 @@
     6.4 +=====================================================================
     6.5 +F2        SliTaz GNU/Linux - Temporary Autonomous Zone.       options
     6.6 +=====================================================================
     6.7 + 
     6.8 + irqpoll :       Recommended if some hardware has interrupt problems.
     6.9 + no387 :         Disable math emulation.
    6.10 + vga=XXX :       Change le mode video ou framebuffer.
    6.11 +                 788 (800x600), 771 (1024x768), 775 (1280x1024).
    6.12 + 
    6.13 + SliTaz boot options
    6.14 + -------------------
    6.15 + home=sda[1-9] : Monte et utilise une partition d'une cle USB ou d'un
    6.16 +                 disque dure externe comme partition /home. L'option
    6.17 +                 home=usb monte la premiere partition (sda1) sur /home.
    6.18 + config=<device>,<path> : Execute un script se trouvant sur un
    6.19 +                 peripherique. Exemple : config=/dev/hda1,slitaz.sh
    6.20 + lang=* :        Specifie la langue a utiliser.
    6.21 +                 [en,fr_CH,fr_FR]
    6.22 + kmap=* :        Specifie le clavier a utiliser.
    6.23 +                 [be,ca,de,en,es,fr,fr_CH,it,jp,us]
    6.24 + sound=no :      Supprime tous les modules son du noyau
    6.25 + sound=noconf :  Saute la configuration de la carte son.
    6.26 + 
    6.27 + usage: slitaz [option]
    6.28 + exemple: slitaz irqpoll vga=775 lang=fr_CH kmap=fr_CH
    6.29 + 
     7.1 Binary file syslinux/stuff/splash.lss has changed