# HG changeset patch # User Christophe Lincoln # Date 1197541898 -3600 # Node ID bc07037253c67346da8f6d76446ef042193bf163 # Parent 24d5f71c9b333e907fd936b309ba47d3ce0a6ce5 Add 'syslinux' with default LiveCD config/help diff -r 24d5f71c9b33 -r bc07037253c6 syslinux/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/syslinux/receipt Thu Dec 13 11:31:38 2007 +0100 @@ -0,0 +1,20 @@ +# SliTaz package receipt. + +PACKAGE="syslinux" +VERSION="3.53" +CATEGORY="base-system" +SHORT_DESC="LiveCD ISO bootloader (isolinux)" +MAINTAINER="pankso@slitaz.org" +TARBALL="$PACKAGE-$VERSION.tar.gz" +WEB_SITE="http://syslinux.zytor.com/" +WGET_URL="ftp://ftp.kernel.org/pub/linux/boot/syslinux/$TARBALL" + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/boot/isolinux + cp -a $PACKAGE-$VERSION/isolinux.bin $fs/boot/isolinux + cp stuff/*.txt $fs/boot/isolinux + cp stuff/isolinux.* $fs/boot/isolinux + cp stuff/splash.lss $fs/boot/isolinux +} diff -r 24d5f71c9b33 -r bc07037253c6 syslinux/stuff/display.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/syslinux/stuff/display.txt Thu Dec 13 11:31:38 2007 +0100 @@ -0,0 +1,22 @@ + + + +/* _\|/_ + (o o) + +----oOO-{_}-OOo---------------------------------------------------+ + ____ _ _ _____ + / ___|| (_)_ _|_ _ ____ + \___ \| | | | |/ _` |_ / + ___) | | | | | (_| |/ / + |____/|_|_| |_|\__,_/___| + +SliTaz GNU/Linux - Temporary Autonomous Zone + + pour booter, ou pour afficher l'aide. + [Login] 'hacker' ou 'root' avec le mot de passe 'root'. + + to boot the Box or for help. + [Login] 'hacker' or 'root' with password 'root'. + + + */ diff -r 24d5f71c9b33 -r bc07037253c6 syslinux/stuff/help.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/syslinux/stuff/help.txt Thu Dec 13 11:31:38 2007 +0100 @@ -0,0 +1,26 @@ +===================================================================== +F1 SliTaz GNU/Linux - Temporary Autonomous Zone. help +===================================================================== + + SliTaz fonctionne en RAM, il ne touche pas a votre distribution + actuel. SliTaz utilise un noyau Linux et des logiciels libres, issus + du projet GNU. Une fois lance vous disposez d'un shell avec de + nombreuses commandes utiles, manipulation des fichiers, internet, + etc. + + Pour lancer SliTaz. + Pour afficher cette page. + Liste les options disponibles au boot. + Pour afficher l'image splash. + Pour afficher le message de bienvenue. + + Slitaz GNU/Linux est distribue sans aucunes garanties, et publie + car potentiellement utile. SliTaz n as aucune pretention, nous ne + somme que des passionnes par l informatique libre, et qui aimons la + liberte. + + Site web : http://www.slitaz.org/ + Canal IRC : irc.freenode.net #slitaz + + + diff -r 24d5f71c9b33 -r bc07037253c6 syslinux/stuff/isolinux.cfg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/syslinux/stuff/isolinux.cfg Thu Dec 13 11:31:38 2007 +0100 @@ -0,0 +1,12 @@ +display isolinux.msg +default slitaz +label slitaz + kernel /boot/bzImage + append initrd=/boot/rootfs.gz rw root=/dev/null vga=normal +implicit 0 +prompt 1 +timeout 80 +F1 help.txt +F2 options.txt +F3 isolinux.msg +F4 display.txt diff -r 24d5f71c9b33 -r bc07037253c6 syslinux/stuff/isolinux.msg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/syslinux/stuff/isolinux.msg Thu Dec 13 11:31:38 2007 +0100 @@ -0,0 +1,4 @@ +splash.lss +SliTaz GNU/Linux (cooking-XXXXXXXX) - Temporary Autonomous Zone + pour booter, ou pour afficher l'aide. + [Login] 'hacker' ou 'root' avec le mot de passe 'root'. diff -r 24d5f71c9b33 -r bc07037253c6 syslinux/stuff/options.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/syslinux/stuff/options.txt Thu Dec 13 11:31:38 2007 +0100 @@ -0,0 +1,26 @@ +===================================================================== +F2 SliTaz GNU/Linux - Temporary Autonomous Zone. options +===================================================================== + + irqpoll : Recommended if some hardware has interrupt problems. + no387 : Disable math emulation. + vga=XXX : Change le mode video ou framebuffer. + 788 (800x600), 771 (1024x768), 775 (1280x1024). + + SliTaz boot options + ------------------- + home=sda[1-9] : Monte et utilise une partition d'une cle USB ou d'un + disque dure externe comme partition /home. L'option + home=usb monte la premiere partition (sda1) sur /home. + config=, : Execute un script se trouvant sur un + peripherique. Exemple : config=/dev/hda1,slitaz.sh + lang=* : Specifie la langue a utiliser. + [en,fr_CH,fr_FR] + kmap=* : Specifie le clavier a utiliser. + [be,ca,de,en,es,fr,fr_CH,it,jp,us] + sound=no : Supprime tous les modules son du noyau + sound=noconf : Saute la configuration de la carte son. + + usage: slitaz [option] + exemple: slitaz irqpoll vga=775 lang=fr_CH kmap=fr_CH + diff -r 24d5f71c9b33 -r bc07037253c6 syslinux/stuff/splash.lss Binary file syslinux/stuff/splash.lss has changed