diff options
Diffstat (limited to 'templates')
83 files changed, 1735 insertions, 0 deletions
diff --git a/templates/casper/parameters.txt b/templates/casper/parameters.txt new file mode 100644 index 000000000..dcc04fce8 --- /dev/null +++ b/templates/casper/parameters.txt @@ -0,0 +1,49 @@ +Boot Parameters for Debian Live +------------------------------- + +Updated for casper 1.77+debian-7 on 2007-02-08. + +These options (can be combined) work from the syslinux bootprompt: + +casper casper-getty +casper xdebconf +casper hostname=HOSTNAME +casper userfullname=USERFULLNAME +casper username=USERNAME +casper {keyb|kbd-chooser/method}=KEYBOARD +casper {klayout|console-setup/layoutcode}=LAYOUT +casper {kvariant|console-setup/variantcode}=VARIANT , +casper {kmodel|console-setup/modelcode}=CODE , koptions=OPTIONS +casper ip=IFACE,ADDRESS,NETMASK,GATEWAY[:IFACE,ADDRESS,NETMASK,GATEWAY]* +casper ip[=frommedia] +casper {live-media|bootfrom}=DEVICE +casper live-media-offset=BYTES +casper locale=LOCALE | debian-installer/locale=LOCALE +casper netboot[=nfs|cifs] +casper persistent +casper nopersistent +casper showmounts +casper todisk=DEVICE +casper toram +casper {preseed/file|file}=FILE +casper package/question=VALUE + +Values for the vga kernel parameter: + +Colours 640x400 640x480 800x600 1024x768 1152x864 1280x1024 1600x1200 +--------+-------------------------------------------------------------- + 4 bits | ? ? 0x302 ? ? ? ? + 8 bits | 0x300 0x301 0x303 0x305 0x161 0x307 0x31C +15 bits | ? 0x310 0x313 0x316 0x162 0x319 0x31D +16 bits | ? 0x311 0x314 0x317 0x163 0x31A 0x31E +24 bits | ? 0x312 0x315 0x318 ? 0x31B 0x31F +32 bits | ? ? ? ? 0x164 ? + +Colours 640x400 640x480 800x600 1024x768 1152x864 1280x1024 1600x1200 +--------+-------------------------------------------------------------- + 4 bits | ? ? 770 ? ? ? ? + 8 bits | 768 769 771 773 353 775 796 +15 bits | ? 784 787 790 354 793 797 +16 bits | ? 758 788 791 355 794 798 +24 bits | ? 786 789 792 ? 795 799 +32 bits | ? ? ? ? 356 ? diff --git a/templates/grub/menu.lst b/templates/grub/menu.lst new file mode 100644 index 000000000..3b866e5c7 --- /dev/null +++ b/templates/grub/menu.lst @@ -0,0 +1,9 @@ +default 0 +color cyan/blue white/blue +splashimage /boot/grub/splash.xpm.gz + +LINUX_LIVE + +LINUX_INSTALL + +MEMTEST diff --git a/templates/grub/splash.xpm.gz b/templates/grub/splash.xpm.gz Binary files differnew file mode 100644 index 000000000..ea1623b4d --- /dev/null +++ b/templates/grub/splash.xpm.gz diff --git a/templates/grub2/grub.cfg b/templates/grub2/grub.cfg new file mode 100644 index 000000000..4ad86bd98 --- /dev/null +++ b/templates/grub2/grub.cfg @@ -0,0 +1,12 @@ +set default=0 + +insmod tga +background_image ($root)/boot/grub/xbmc.tga +set color_normal=cyan/blue +set color_highlight=white/blue + +LINUX_LIVE + +LINUX_INSTALL + +MEMTEST diff --git a/templates/grub2/splash.tga b/templates/grub2/splash.tga Binary files differnew file mode 100644 index 000000000..854d0b26d --- /dev/null +++ b/templates/grub2/splash.tga diff --git a/templates/silo/debian.txt b/templates/silo/debian.txt new file mode 100644 index 000000000..c393af2fd --- /dev/null +++ b/templates/silo/debian.txt @@ -0,0 +1,21 @@ + + Welcome to Debian GNU/Linux! + +This is a Debian LH_DISTRIBUTION live image. +It was built on LH_DATE by live-helper LH_VERSION. + +You must have at least 64 megabytes of RAM to run this Debian Live system. + +See the Live Manual or the FAQ for more information; both documents are +available at the Debian Live web site, http://debian-live.alioth.debian.org/ + +Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent permitted +by applicable law. + + [ Press ENTER to boot the live system ] + +Or: + + "live-failsafe" + Start the live system in fail-safe mode. + diff --git a/templates/silo/debian.txt.install b/templates/silo/debian.txt.install new file mode 100644 index 000000000..366e996cc --- /dev/null +++ b/templates/silo/debian.txt.install @@ -0,0 +1,37 @@ + + Welcome to Debian GNU/Linux! + +This is a Debian LH_DISTRIBUTION combined live and installation image. +It was built on LH_DATE by live-helper LH_VERSION. + +You must have at least 64 megabytes of RAM to run this Debian Live system. + +See the Live Manual or the FAQ for more information; both documents are +available at the Debian Live web site, http://debian-live.alioth.debian.org/ + +You must have at least 32 megabytes of RAM to use the Debian installer. + +You should have space on your hard disk to create a new disk partition +of at least 256 megabytes to install the base system. You'll need more +disk space to install additional packages, depending on what you wish +to do with your new Debian system. + +See the Installation Manual or the FAQ for more information; both +documents are available at the Debian web site, http://www.debian.org/ + +Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent permitted +by applicable law. + + [ Press ENTER to boot the live system ] + +Or: + + "live-failsafe" + Start the live system in fail-safe mode. + "install" + Start the installation using the normal installer. + "expert" + Boot into expert install mode, for maximum control. + "rescue" + Boot into the installer rescue mode. + diff --git a/templates/silo/silo.conf b/templates/silo/silo.conf new file mode 100644 index 000000000..d473bf270 --- /dev/null +++ b/templates/silo/silo.conf @@ -0,0 +1,9 @@ +partition=1 +timeout=600 +message=/boot/debian.txt +default=live +read-write + +LINUX_LIVE + +LINUX_INSTALL diff --git a/templates/syslinux/ca/boot.txt b/templates/syslinux/ca/boot.txt new file mode 100644 index 000000000..d1f69d4c4 --- /dev/null +++ b/templates/syslinux/ca/boot.txt @@ -0,0 +1,3 @@ +{$SPLASH} + +Premeu F1 i control, i llavors el 1 per obtenir ajuda, o INTRO per fer el
\ No newline at end of file diff --git a/templates/syslinux/ca/f1.txt.install b/templates/syslinux/ca/f1.txt.install new file mode 100644 index 000000000..89b0aaaa7 --- /dev/null +++ b/templates/syslinux/ca/f1.txt.install @@ -0,0 +1,26 @@ + 0fBenvingut a Debian GNU/Linux!07 09F107 + +Aix s un Debian {$LH_DISTRIBUTION} combinat live i d'installaci dins un {$LH_MEDIA}. +Fet el {$LH_DATE}. + +0fMEN DE LES AJUDES07 + +0fTECLA TEMA07 + +<09F107> Aquesta pgina, l'ndex. +<09F207> Prerequisits per installar Debian. +<09F307> Mtodes d'arrencada per a usos especials d'aquest {$LH_MEDIA}. +<09F407> Mtodes addicionals d'arrencada; mode de rescat. +<09F507> Reps dels parmetres especials d'arrencada. +<09F607> Parmetres especials per algunes mquines. +<09F707> Parmetres especials per certes controladores de discs. +<09F807> Parmetres especials pel sistema d'installaci. +<09F907> Com obtenir ajuda. +<09F1007> Copyrights i garanties. + +Per a F1-F9 premeu control amb F i llavors el nombre 1-9 +Per a F10 premeu control amb F i llavors el nombre 0 + + + +Premeu F2 a F10 per ms detalls, o INTRO per fer el
\ No newline at end of file diff --git a/templates/syslinux/ca/f1.txt.live b/templates/syslinux/ca/f1.txt.live new file mode 100644 index 000000000..327dd0f4f --- /dev/null +++ b/templates/syslinux/ca/f1.txt.live @@ -0,0 +1,26 @@ + 0fBenvingut a Debian GNU/Linux!07 09F107 + +Aix s una Debian {$LH_DISTRIBUTION} live dins un {$LH_MEDIA}. +Fet el {$LH_DATE}. + +0fMEN DE LES AJUDES07 + +0fTECLA TEMA07 + +<09F107> Aquesta pgina, l'ndex. +<09F207> Prerequisits per installar Debian. +<09F307> Mtodes d'arrencada per a usos especials d'aquest {$LH_MEDIA} +<09F407> Mtodes addicionals d'arrencada. +<09F507> Reps dels parmetres especials d'arrencada. +<09F607> Parmetres especials per algunes mquines. +<09F707> Parmetres especials per certes controladores de discs. +<09F807> Parmetres especials pel sistema d'arrencada. +<09F907> Com obtenir ajuda. +<09F1007> Copyrights i garanties. + +Per a F1-F9 premeu control amb F i llavors el nombre 1-9 +Per a F10 premeu control amb F i llavors el nombre 0 + + + +Premeu F2 a F10 per ms detalls, o INTRO per fer el
\ No newline at end of file diff --git a/templates/syslinux/ca/f10.txt b/templates/syslinux/ca/f10.txt new file mode 100644 index 000000000..4b425df0c --- /dev/null +++ b/templates/syslinux/ca/f10.txt @@ -0,0 +1,24 @@ +0fCOPYRIGHTS I GARANTIES07 09F1007 + +Debian GNU/Linux t Copyright (C) 1993-2009 de Software in the Public Interest, +i altres. + +El sistema Debian GNU/Linux s pot redistribuir lliurement. Desprs de la +installaci, podeu consultar els termes exactes de distribuci de cada paquet +en el corresponent fitxer /usr/share/doc/0bnomdelpaquet07/copyright. + +Debian GNU/Linux ve sense 0fCAP MENA DE GARANTIA07, fins al punt on ho permeti +la llei aplicable. + +--- + +Aquest sistema Debian Live ha estat construt amb live-helper, versi {$LH_VERSION}. + +Ms informaci del projecte Debian Live es pot trobar a +<http://debian-live.alioth.debian.org/>. + + + + + +Preneu F1control i F seguit de 1 per el men d'ajuda, o INTRO per fer el
\ No newline at end of file diff --git a/templates/syslinux/ca/f2.txt.install b/templates/syslinux/ca/f2.txt.install new file mode 100644 index 000000000..26e9733c3 --- /dev/null +++ b/templates/syslinux/ca/f2.txt.install @@ -0,0 +1,24 @@ +0fPREREQUISITS PER A USAR DEBIAN07 09F207 + +Heu de tenir un mnim de 64MB de RAM per usar aquest sistema Debian Live. + +Vegeu el Manual Live o el PUF (FAQ) per a ms informarci; tot dos disponibles +a la web de Debian Live, 0fhttp://debian-live.alioth.debian.org/07 + + +Heu de tenir al manco 32 megabytes de RAM per a usar el installador de Debian. + +Heu de tenir espai en el disc dur per a crear una nova partici de disc +de al manco 256 megabytes per a installar el sistema base. Necessitar ms +espai de disc per a installar paquets addicionals, depenent de qu desitgi fer +amb el seu sistema Debian. + +Vegeu el manual d'installaci o les PUF per a ms informaci; tot dos documents +estan a la seva disposici a la web de Debian, 0fhttp://www.debian.org/07 + +Grcies per seleccionar Debian! + + + + +Preneu F1control i F i llavors 1 per veure el men d'ajuda, o ENTER per a
\ No newline at end of file diff --git a/templates/syslinux/ca/f2.txt.live b/templates/syslinux/ca/f2.txt.live new file mode 100644 index 000000000..aa6097be8 --- /dev/null +++ b/templates/syslinux/ca/f2.txt.live @@ -0,0 +1,24 @@ +0fPREREQUISITS PER A USAR DEBIAN07 09F207 + +Heu de tenir un mnim de 64MB de RAM per usar aquest sistema Debian Live. + +Vegeu el Manual Live o el PUF (FAQ) per a ms informarci; tot dos disponibles +a la web de Debian Live, 0fhttp://debian-live.alioth.debian.org/07 + +Grcies per seleccionar Debian! + + + + + + + + + + + + + + + +Preneu F1control i F, i llavors 1 per veure el men d'ajuda, o ENTER per a
\ No newline at end of file diff --git a/templates/syslinux/ca/f3.txt.install b/templates/syslinux/ca/f3.txt.install new file mode 100644 index 000000000..eb04eb109 --- /dev/null +++ b/templates/syslinux/ca/f3.txt.install @@ -0,0 +1,24 @@ +0fMTODES D'ARRENCADA07 09F307 + +0fMtodes d'arrancada disponibles:07 + +0flive07 + Inicia el sistema live -- aquest es el mtode de LH_MEDIA per defecte. +0flivefailsafe07 + Inicia el sistema en mode a prova de falles. +0finstall07 + Inicia la installaci. +0fexpert07 + Inicia la installaci en mode d'experts, per tenir el mxim control. + +Per usar un d'aquests mtodes d'arrencada, escriviu-lo a l'indicador d'ordres, +seguit opcionalment dels parmetres que convinguin. Per exemple: + boot: install acpi=off + +Si dubteu, haureu d'usar el mtode per defecte, sense cap parmetre especial, +prenent simplement la tecla ENTER a l'indicador d'ordres. + +Excepte en el mode d'experts, els missatges d'arrancada seran suprimits. + + +Preneu F1control i F, i llavors 1 per veure el men d'ajuda, o ENTER per a
\ No newline at end of file diff --git a/templates/syslinux/ca/f3.txt.install.g-i b/templates/syslinux/ca/f3.txt.install.g-i new file mode 100644 index 000000000..294892e3d --- /dev/null +++ b/templates/syslinux/ca/f3.txt.install.g-i @@ -0,0 +1,24 @@ +0fMTODES D'ARRENCADA07 09F307 + +0fMtodes d'arrancada disponibles:07 + +0flive07 + Inicia el sistema live -- aquest es el mtode de LH_MEDIA per defecte. +0flivefailsafe07 + Inicia el sistema en mode a prova de falles. +0finstall07 or 0finstallgui07 + Inicia la instalaci utilitzant el installador normal o el grfic. +0fexpert07 and 0fexpertgui07 + Inicia la installaci en mode d'experts, per tenir el mxim control. + +Per usar un d'aquests mtodes d'arrencada, escriviu-lo a l'indicador d'ordres, +seguit opcionalment dels parmetres que convinguin. Per exemple: + boot: install acpi=off + +Si dubteu, haureu d'usar el mtode per defecte, sense cap parmetre especial, +prenent simplement la tecla ENTER a l'indicador d'ordres. + +Excepte en el mode d'experts, els missatges d'arrancada seran suprimits. + + +Preneu F1control i F, i llavors 1 per veure el men d'ajuda, o ENTER per a
\ No newline at end of file diff --git a/templates/syslinux/ca/f3.txt.live b/templates/syslinux/ca/f3.txt.live new file mode 100644 index 000000000..c1daee4ff --- /dev/null +++ b/templates/syslinux/ca/f3.txt.live @@ -0,0 +1,24 @@ +0fMTODES D'ARRENCADA07 09F307 + +0fMtodes d'arrancada disponibles:07 + +0flive07 + Inicia el sistema live -- aquest es el mtode de LH_MEDIA per defecte. +0flivefailsafe07 + Inicia el sistema en mode a prova de falles. + + + + + + + +Per usar un d'aquests mtodes d'arrencada, escriviu-lo a l'indicador d'ordres, +seguit opcionalment dels parmetres que convinguin. Per exemple: + boot: install acpi=off + +Si dubteu, haureu d'usar el mtode per defecte, sense cap parmetre especial, +prenent simplement la tecla ENTER a l'indicador d'ordres. + + +Preneu F1control i F, i llavors 1 per veure el men d'ajuda, o ENTER per a
\ No newline at end of file diff --git a/templates/syslinux/ca/f4.txt.install b/templates/syslinux/ca/f4.txt.install new file mode 100644 index 000000000..d28ea3cf5 --- /dev/null +++ b/templates/syslinux/ca/f4.txt.install @@ -0,0 +1,24 @@ +0fMODE DE RESCAT07 09F407 + +0fTriau un d'aquests mtodes d'arrencada per recuperar una installaci existent07 + +0frescue07 + Inicia en el mode de rescat. + +0fmemtest07 + Inicia el test de memria per escanejar la RAM cercant errors. +0ffloppy07, 0fdisk107 o 0fdisk207 + Inicia des de el disquet, primer o segon disc dur. + + + +Per usar un d'aquests mtodes d'arrencada, escriviu-lo a l'indicador d'ordres, +seguit opcionalment dels parmetres que convinguin. Per exemple: + + boot: rescue acpi=off + + + + + +Preneu F1control i F, i llavors 1 per veure el men d'ajuda, o ENTER per a
\ No newline at end of file diff --git a/templates/syslinux/ca/f4.txt.install.g-i b/templates/syslinux/ca/f4.txt.install.g-i new file mode 100644 index 000000000..6ca4bc966 --- /dev/null +++ b/templates/syslinux/ca/f4.txt.install.g-i @@ -0,0 +1,26 @@ +0fMODE DE RESCAT07 09F407 + +0fTriau un d'aquests mtodes d'arrencada per recuperar una installaci existent07 + +0frescue07 + Inicia en el mode de rescat. +0frescuegui07 + Inicia en el mode de rescat utilitzant el installador grfic. + +0fmemtest07 + Inicia el test de memria per escanejar la RAM cercant errors. +0ffloppy07, 0fdisk107 o 0fdisk207 + Inicia des de el disquet, primer o segon disc dur. + + + +Per usar un d'aquests mtodes d'arrencada, escriviu-lo a l'indicador d'ordres, +seguit opcionalment dels parmetres que convinguin. Per exemple: + + boot: rescue acpi=off + + + + + +Preneu F1control i F, i llavors 1 per veure el men d'ajuda, o ENTER per a
\ No newline at end of file diff --git a/templates/syslinux/ca/f4.txt.live b/templates/syslinux/ca/f4.txt.live new file mode 100644 index 000000000..edf56226d --- /dev/null +++ b/templates/syslinux/ca/f4.txt.live @@ -0,0 +1,24 @@ +0fMODES ADDICIONALS D'ARRENCADA07 09F407 + +0fMtodes d'arrencada disponibles:07 + +0fmemtest07 + Inicia el test de memria per escanejar la RAM cercant errors. +0ffloppy07, 0fdisk107 o 0fdisk207 + Inicia des de el disquet, primer o segon disc dur. + + + + + + + + + + + + + + + +Preneu F1control i F, i llavors 1 per veure el men d'ajuda, o ENTER per a
\ No newline at end of file diff --git a/templates/syslinux/ca/f5.txt b/templates/syslinux/ca/f5.txt new file mode 100644 index 000000000..dd946dcc0 --- /dev/null +++ b/templates/syslinux/ca/f5.txt @@ -0,0 +1,24 @@ +0fPARMETRES ESPECIALS D'ARRENCADA - DESCRIPCI GENERAL07 09F507 + +En alguns sistemes, potser us cal afegir algun parmetre a l'indicador +0fboot:07 per tal d'arrencar el sistema. Per exemple, Linux pot no ser capa +de detectar automticament el vostre maquinari, i potser us cal indicar-li +explcitament la seva ubicaci o tipus per tal que sigui reconegut. + +Per ms informaci sobre els parmetres d'arrencada disponibles, premeu: + + <09F607> -- parmetres d'arrencada per mquines especials + <09F707> -- parmetres d'arrencada per diverses controladores de disc + <09F807> -- parmetres d'arrencada compresos pel sistema d'installaci + +Per especificar un parmetre per a un mdul del nucli, ho ha de indicar de la +segent forma mdul.parmetre=valor, per exemple: libata.atapi_enabled=1 + + + + + + + + +Preneu F1control i F, i llavors 1 per veure el men d'ajuda, o ENTER per a
\ No newline at end of file diff --git a/templates/syslinux/ca/f6.txt b/templates/syslinux/ca/f6.txt new file mode 100644 index 000000000..a46faa680 --- /dev/null +++ b/templates/syslinux/ca/f6.txt @@ -0,0 +1,24 @@ +0fPARMETRES ESPECIALS D'ARRENCADA - DIVERSOS DISPOSITIUS07 09F607 + +Podeu usar els segents parmetres a l'indicador 0fboot:07, +en combinaci amb el mtode d'arrencada (vegeu <09F307>). +Si useu nombres hexadecimals s'ha de posar el prfix 0x (p.ex., 0x300). +0f +MAQUINARI PARMETRE A ESPECIFICAR07 +IBM PS/1 o ValuePoint (disc IDE) 0fhd=0bcilindres0f,0bcapals0f,0bsectors07 +Qualcuns ThinkPads de IBM 0ffloppy.floppy=thinkpad07 +Protegir regions de ports d'E/S 0freserve=0biobase0f,0bextent07[0f,0b...07] +Porttils amb problemes a la pantalla 0fvga=77107 +Usar el primer port srie a 9600 baud 0fconsole=ttyS0,9600n807 +Forar l's del controlador genric IDE 0fgeneric.all_generic_ide=107 + +Possibles solucions temporals a bloqueixos o fallades de maquinari: +Desactivar la interrupci de l'APIC 0fnoapic nolapic07 +Desactivar enrutado d'interrupcions ACPI 0facpi=noirq07 o 0facpi=off07 +Desactivar l'USB 0fnousb07 + +Per exemple: + boot: install vga=771 noapic nolapic + + +Preneu F1control i F, i llavors 1 per veure el men d'ajuda, o ENTER per a
\ No newline at end of file diff --git a/templates/syslinux/ca/f7.txt b/templates/syslinux/ca/f7.txt new file mode 100644 index 000000000..53e406f04 --- /dev/null +++ b/templates/syslinux/ca/f7.txt @@ -0,0 +1,24 @@ +0fPARMETRES ESPECIALS D'ARRENCADA - DISCOS DIVERSOS07 09F707 + +Podeu usar els segents parmetres a l'indicador 0fboot:07, +en combinaci amb el mtode d'arrencada (vegeu <09F307>). +0f +MAQUINARI PARMETRE PER ESPECIFICAR07 +Adaptec 151x, 152x 0faha152x.aha152x=0biobase07[0f,0birq07[0f,0bscsi-id07[0f,0breconnect07]]] +Adaptec 1542 0faha1542.aha1542=0biobase07[0f,0bbuson0f,0bbusoff07[0f,0bdmaspeed07]] +Adaptec 274x, 284x 0faic7xxx.aic7xxx=no_reset07 (habilitat si no s zero) +BusLogic SCSI Hosts 0fBusLogic.BusLogic=0biobase07 +Certes mquines Dell 0faic7xxx.aic7xxx=no_probe07 + +Aquesta llista s incompleta, vegeu el fitxer del nucli kernel-parameters.txt +per a ms informaci. + + + + + +Per exemple: + boot: install aic7xxx.aic7xxx=no_probe + + +Premeu F1control i F seguit de 1 per el men d'ajuda, o INTRO per fer el
\ No newline at end of file diff --git a/templates/syslinux/ca/f8.txt.install b/templates/syslinux/ca/f8.txt.install new file mode 100644 index 000000000..d1eddf83b --- /dev/null +++ b/templates/syslinux/ca/f8.txt.install @@ -0,0 +1,24 @@ +0fPARMETRES ESPECIALS DE ARRENCADA - SISTEMA DE INSTALACI07 09F807 + +Podeu usar els segents parmetres a l'indicador 0fboot:07, +en combinaci amb el mtode d'arrencada (vegeu <09F307>). Aquests +parmetres controlen el funcionament del sistema d'installaci. +0f +RESULTAT PARMETRE07 +Debugat prolix 0fDEBCONF_DEBUG=507 +Debuga la seqncia d'inici 0fBOOT_DEBUG=2|307 +Deshabilita el framebuffer 0ffb=false07 +No inicia el subsistema PCMCIA 0fhw-detect/start_pcmcia=false07 +Fora configuraci de xarxa esttica 0fnetcfg/disable_dhcp=true07 +Escull el mapa de teclat 0fbootkbd=es07 +Usa tty en braille 0fbrltty=driver,device,texttable07 +Dona accessibilitat amb un tema d'alt contrast 0ftheme=dark07 +Determina labors especials 0ftasks="kde-desktop, standard"07 + + + +Per exemple: + boot: install fb=false + + +Premeu F1control i F seguit de 1 per el men d'ajuda, o INTRO per fer el
\ No newline at end of file diff --git a/templates/syslinux/ca/f8.txt.live b/templates/syslinux/ca/f8.txt.live new file mode 100644 index 000000000..caed886f8 --- /dev/null +++ b/templates/syslinux/ca/f8.txt.live @@ -0,0 +1,24 @@ +0fPARMETRES ESPECIALS D'ARRENCADA07 09F807 + + + + + + + + + + + + + + + + + + + + + + +Premeu F1control i F seguit de 1 per el men d'ajuda, o INTRO per fer el
\ No newline at end of file diff --git a/templates/syslinux/ca/f9.txt.install b/templates/syslinux/ca/f9.txt.install new file mode 100644 index 000000000..2bbfe9119 --- /dev/null +++ b/templates/syslinux/ca/f9.txt.install @@ -0,0 +1,24 @@ +0fOBTENCI D'AJUDA07 09F907 + +Si no podeu intallar aquest Debian, no desespereu! L'equip de Debian +est preparat per ajudar-vos! Ens interesa especialment trobar problemes de +instalaci, perqu generalment no afecten noms a 0funa07 persona. +O b ja haurem sentit a parlar del vostre problema i us podrem oferir una +rpida soluci, o b ens plaur que ens l'expliqui i provar d'esmenar-lo +plegats, i aix el proper usuari que tingui el mateix problema podr +beneficiar-se de la vostra experincia! + +Vegeu el manual de installaci o les PMF (FAQ) per a ms informaci; +Aquests documents estan disponibles al lloc web de Debian: +0fhttp://www.debian.org/07 + +Si no pot executar el sistema Debian Live, vegeu el manual de installaci +o les PMF (FAQ) per a ms informaci. Aquests documents estan disponibles +en la web de Debian, 0fhttp://debian-live.alioth.debian.org/07 + + + + + + +Premeu F1control i F seguit de 1 per el men d'ajuda, o INTRO per fer el
\ No newline at end of file diff --git a/templates/syslinux/ca/f9.txt.live b/templates/syslinux/ca/f9.txt.live new file mode 100644 index 000000000..ceb3170e3 --- /dev/null +++ b/templates/syslinux/ca/f9.txt.live @@ -0,0 +1,24 @@ +0fOBTENCI D'AJUDA07 09F907 + +Si no podeu intallar aquest Debian, no desespereu! L'equip de Debian +est preparat per ajudar-vos! Ens interesa especialment trobar problemes de +arranque, perqu generalment no afecten noms a 0funa07 persona. +O b ja haurem sentit a parlar del vostre problema i us podrem oferir una +rpida soluci, o b ens plaur que ens l'expliqui i provar d'esmenar-lo +plegats, i aix el proper usuari que tingui el mateix problema podr +beneficiar-se de la vostra experincia! + +Vegeu el manual del Debian Live o les PMF (FAQ) per a ms informaci; +Aquests documents estan disponibles al lloc web de Debian: +0fhttp://debian-live.alioth.debian.org/07 + + + + + + + + + + +Premeu F1control i F seguit de 1 per el men d'ajuda, o INTRO per fer el
\ No newline at end of file diff --git a/templates/syslinux/common/live.cfg b/templates/syslinux/common/live.cfg new file mode 100644 index 000000000..b5a6e5c74 --- /dev/null +++ b/templates/syslinux/common/live.cfg @@ -0,0 +1,17 @@ +{$LINUX_LIVE} + +{$LINUX_INSTALL} + +{$MEMTEST} + +#label floppy +# localboot 0x00 + +#label disk1 +# localboot 0x80 + +#label disk2 +# localboot 0x81 + +#label nextboot +# localboot -1 diff --git a/templates/syslinux/en/boot.txt b/templates/syslinux/en/boot.txt new file mode 100644 index 000000000..94e73e640 --- /dev/null +++ b/templates/syslinux/en/boot.txt @@ -0,0 +1,3 @@ +{$SPLASH} + +Press F1control and F then 1 for help, or ENTER to
\ No newline at end of file diff --git a/templates/syslinux/en/f1.txt.install b/templates/syslinux/en/f1.txt.install new file mode 100644 index 000000000..3d3965fe8 --- /dev/null +++ b/templates/syslinux/en/f1.txt.install @@ -0,0 +1,26 @@ + 0fWelcome to Debian GNU/Linux!07 09F107 + +This is a Debian {$LH_DISTRIBUTION} combined live and installation {$LH_MEDIA}. +It was built on {$LH_DATE}. + +0fHELP INDEX07 + +0fKEY TOPIC07 + +<09F107> This page, the help index. +<09F207> Prerequisites for installing Debian. +<09F307> Boot methods for special ways of using this {$LH_MEDIA} +<09F407> Additional boot methods; rescue mode. +<09F507> Special boot parameters, overview. +<09F607> Special boot parameters for special machines. +<09F707> Special boot parameters for selected disk controllers. +<09F807> Special boot parameters for the install system. +<09F907> How to get help. +<09F1007> Copyrights and warranties. + +For F1-F9 type control and F then the digit 1-9 +For F10 type control and F then the digit 0 + + + +Press F2 through F10 for details, or ENTER to
\ No newline at end of file diff --git a/templates/syslinux/en/f1.txt.live b/templates/syslinux/en/f1.txt.live new file mode 100644 index 000000000..8c550e05e --- /dev/null +++ b/templates/syslinux/en/f1.txt.live @@ -0,0 +1,26 @@ + 0fWelcome to Debian GNU/Linux!07 09F107 + +This is a Debian {$LH_DISTRIBUTION} live {$LH_MEDIA}. +It was built on {$LH_DATE}. + +0fHELP INDEX07 + +0fKEY TOPIC07 + +<09F107> This page, the help index. +<09F207> Prerequisites for installing Debian. +<09F307> Boot methods for special ways of using this {$LH_MEDIA} +<09F407> Additional boot methods. +<09F507> Special boot parameters, overview. +<09F607> Special boot parameters for special machines. +<09F707> Special boot parameters for selected disk controllers. +<09F807> Special boot parameters for the install system. +<09F907> How to get help. +<09F1007> Copyrights and warranties. + +For F1-F9 type control and F then the digit 1-9 +For F10 type control and F then the digit 0 + + + +Press F2 through F10 for details, or ENTER to
\ No newline at end of file diff --git a/templates/syslinux/en/f10.txt b/templates/syslinux/en/f10.txt new file mode 100644 index 000000000..71efdf1c6 --- /dev/null +++ b/templates/syslinux/en/f10.txt @@ -0,0 +1,24 @@ +0fCOPYRIGHTS AND WARRANTIES07 09F1007 + +Debian GNU/Linux is Copyright (C) 1993-2009 Software in the Public Interest, +and others. + +The Debian GNU/Linux system is freely redistributable. After installation, +the exact distribution terms for each package are described in the +corresponding file /usr/share/doc/0bpackagename07/copyright. + +Debian GNU/Linux comes with 0fABSOLUTELY NO WARRANTY07, to the extent +permitted by applicable law. + +--- + +This Debian Live system was built with live-helper, version {$LH_VERSION}. + +More information about the Debian Live project can be found at +<http://debian-live.alioth.debian.org/>. + + + + + +Press F1control and F then 1 for the help index, or ENTER to
\ No newline at end of file diff --git a/templates/syslinux/en/f2.txt.install b/templates/syslinux/en/f2.txt.install new file mode 100644 index 000000000..d34d6e156 --- /dev/null +++ b/templates/syslinux/en/f2.txt.install @@ -0,0 +1,24 @@ +0fPREREQUISITES FOR USING DEBIAN07 09F207 + +You must have at least 64 megabytes of RAM to run this Debian Live system. + +See the Live Manual or the FAQ for more information; both documents are +available at the Debian Live web site, 0fhttp://debian-live.alioth.debian.org/07 + + +You must have at least 44 megabytes of RAM to use the Debian installer. + +You should have space on your hard disk to create a new disk partition +of at least 500 megabytes to install the base system. You'll need more +disk space to install additional packages, depending on what you wish +to do with your new Debian system. + +See the Installation Guide or the FAQ for more information; both +documents are available at the Debian web site, 0fhttp://www.debian.org/07 + +Thank you for choosing Debian! + + + + +Press F1control and F then 1 for the help index, or ENTER to
\ No newline at end of file diff --git a/templates/syslinux/en/f2.txt.live b/templates/syslinux/en/f2.txt.live new file mode 100644 index 000000000..ec2430e3b --- /dev/null +++ b/templates/syslinux/en/f2.txt.live @@ -0,0 +1,24 @@ +0fPREREQUISITES FOR RUNNING DEBIAN07 09F207 + +You must have at least 64 megabytes of RAM to run this Debian Live system. + +See the Live Manual or the FAQ for more information; both documents are +available at the Debian Live web site, 0fhttp://debian-live.alioth.debian.org/07 + +Thank you for choosing Debian! + + + + + + + + + + + + + + + +Press F1control and F then 1 for the help index, or ENTER to
\ No newline at end of file diff --git a/templates/syslinux/en/f3.txt.install b/templates/syslinux/en/f3.txt.install new file mode 100644 index 000000000..fdce03c2d --- /dev/null +++ b/templates/syslinux/en/f3.txt.install @@ -0,0 +1,24 @@ +0fBOOT METHODS07 09F307 + +0fAvailable boot methods:07 + +0flive07 + Start the live system -- this is the default LH_MEDIA method. +0flivefailsafe07 + Start the live system in fail-safe mode. +0finstall07 + Start the installation. +0fexpert07 + Start the installation in expert mode, for maximum control. + +To use one of these boot methods, type it at the prompt, optionally +followed by any boot parameters. For example: + boot: install acpi=off + +If unsure, you should use the default boot method, with no special +parameters, by simply pressing enter at the boot prompt. + +Except in expert mode, non-critical kernel boot messages are suppressed. + + +Press F1control and F then 1 for the help index, or ENTER to
\ No newline at end of file diff --git a/templates/syslinux/en/f3.txt.install.g-i b/templates/syslinux/en/f3.txt.install.g-i new file mode 100644 index 000000000..25b1949d5 --- /dev/null +++ b/templates/syslinux/en/f3.txt.install.g-i @@ -0,0 +1,24 @@ +0fBOOT METHODS07 09F307 + +0fAvailable boot methods:07 + +0flive07 + Start the live system -- this is the default LH_MEDIA method. +0flivefailsafe07 + Start the live system in fail-safe mode. +0finstall07 or 0finstallgui07 + Start the installation using the normal or graphical installer. +0fexpert07 and 0fexpertgui07 + Start the installation in expert mode, for maximum control. + +To use one of these boot methods, type it at the prompt, optionally +followed by any boot parameters. For example: + boot: install acpi=off + +If unsure, you should use the default boot method, with no special +parameters, by simply pressing enter at the boot prompt. + +Except in expert mode, non-critical kernel boot messages are suppressed. + + +Press F1control and F then 1 for the help index, or ENTER to
\ No newline at end of file diff --git a/templates/syslinux/en/f3.txt.live b/templates/syslinux/en/f3.txt.live new file mode 100644 index 000000000..cc887ccb5 --- /dev/null +++ b/templates/syslinux/en/f3.txt.live @@ -0,0 +1,24 @@ +0fBOOT METHODS07 09F307 + +0fAvailable boot methods:07 + +0flive07 + Start the live system -- this is the default LH_MEDIA method. +0flivefailsafe07 + Start the live system in fail-safe mode. + + + + + + + +To use one of these boot methods, type it at the prompt, optionally +followed by any boot parameters. For example: + boot: live acpi=off + +If unsure, you should use the default boot method, with no special +parameters, by simply pressing enter at the boot prompt. + + +Press F1control and F then 1 for the help index, or ENTER to
\ No newline at end of file diff --git a/templates/syslinux/en/f4.txt.install b/templates/syslinux/en/f4.txt.install new file mode 100644 index 000000000..3306e79ae --- /dev/null +++ b/templates/syslinux/en/f4.txt.install @@ -0,0 +1,24 @@ +0fRESCUE MODE07 09F407 + +0fUse one of these boot methods to rescue an existing install:07 + +0frescue07 + Boot into rescue mode. + +0fmemtest07 + Start memtest to scan your RAM for errors. +0ffloppy07, 0fdisk107 or 0fdisk207 + Boot from the floppy, first or second hard disk. + + + +To use one of these boot methods, type it at the prompt, optionally +followed by any boot parameters. For example: + + boot: rescue acpi=off + + + + + +Press F1control and F then 1 for the help index, or ENTER to
\ No newline at end of file diff --git a/templates/syslinux/en/f4.txt.install.g-i b/templates/syslinux/en/f4.txt.install.g-i new file mode 100644 index 000000000..79592d385 --- /dev/null +++ b/templates/syslinux/en/f4.txt.install.g-i @@ -0,0 +1,23 @@ +0fRESCUE MODE07 09F407 + +0fUse one of these boot methods to rescue an existing install:07 + +0frescue07 + Boot into rescue mode. +0frescuegui07 + Boot into rescue mode using the graphical installer. + +0fmemtest07 + Start memtest to scan your RAM for errors. +0ffloppy07, 0fdisk107 or 0fdisk207 + Boot from the floppy, first or second hard disk. + +To use one of these boot methods, type it at the prompt, optionally +followed by any boot parameters. For example: + + boot: rescue acpi=off + + + + +Press F1control and F then 1 for the help index, or ENTER to diff --git a/templates/syslinux/en/f4.txt.live b/templates/syslinux/en/f4.txt.live new file mode 100644 index 000000000..be53488af --- /dev/null +++ b/templates/syslinux/en/f4.txt.live @@ -0,0 +1,24 @@ +0fADDITIONAL BOOT METHODS07 09F407 + +0fAvailable boot methods:07 + +0fmemtest07 + Start memtest to scan your RAM for errors. +0ffloppy07, 0fdisk107 or 0fdisk207 + Boot from the floppy, first or second hard disk. + + + + + + + + + + + + + + + +Press F1control and F then 1 for the help index, or ENTER to
\ No newline at end of file diff --git a/templates/syslinux/en/f5.txt b/templates/syslinux/en/f5.txt new file mode 100644 index 000000000..7d01b24c7 --- /dev/null +++ b/templates/syslinux/en/f5.txt @@ -0,0 +1,24 @@ +0fSPECIAL BOOT PARAMETERS - OVERVIEW07 09F507 + +On a few systems, you may need to specify a parameter at the 0fboot:07 +prompt in order to boot the system. For example, Linux may not be able +to autodetect your hardware, and you may need to explicitly specify +its location or type for it to be recognized. + +For more information about what boot parameters you can use, press: + + <09F607> -- boot parameters for special machines + <09F707> -- boot parameters for various disk controllers + <09F807> -- boot parameters understood by the install system + +Note that to specify a parameter for a particular kernel module, use the form +module.param=value, for example: libata.atapi_enabled=1 + + + + + + + + +Press F1control and F then 1 for the help index, or ENTER to
\ No newline at end of file diff --git a/templates/syslinux/en/f6.txt b/templates/syslinux/en/f6.txt new file mode 100644 index 000000000..5ef45e24b --- /dev/null +++ b/templates/syslinux/en/f6.txt @@ -0,0 +1,24 @@ +0fSPECIAL BOOT PARAMETERS - VARIOUS HARDWARE07 09F607 + +You can use the following boot parameters at the 0fboot:07 prompt, +in combination with the boot method (see <09F307>). +If you use hex numbers you have to use the 0x prefix (e.g., 0x300). +0f +HARDWARE PARAMETER TO SPECIFY07 +IBM PS/1 or ValuePoint (IDE disk) 0fhd=0bcylinders0f,0bheads0f,0bsectors07 +Some IBM ThinkPads 0ffloppy.floppy=thinkpad07 +Protect I/O port regions 0freserve=0biobase0f,0bextent07[0f,0b...07] +Laptops with screen display problems 0fvga=77107 +Use first serial port at 9600 baud 0fconsole=ttyS0,9600n807 +Force use of generic IDE driver 0fgeneric.all_generic_ide=107 + +Possible (temporary) workarounds for lockups or other hardware failures: +disable buggy APIC interrupt routing 0fnoapic nolapic07 +(partly) disable ACPI 0facpi=noirq07 or 0facpi=off07 +disable USB 0fnousb07 + +For example: + boot: install vga=771 noapic nolapic + + +Press F1control and F then 1 for the help index, or ENTER to
\ No newline at end of file diff --git a/templates/syslinux/en/f7.txt b/templates/syslinux/en/f7.txt new file mode 100644 index 000000000..12740c585 --- /dev/null +++ b/templates/syslinux/en/f7.txt @@ -0,0 +1,24 @@ +0fSPECIAL BOOT PARAMETERS - VARIOUS DISK DRIVES07 09F707 + +You can use the following boot parameters at the 0fboot:07 prompt, +in combination with the boot method (see <09F307>). +0f +HARDWARE PARAMETER TO SPECIFY07 +Adaptec 151x, 152x 0faha152x.aha152x=0biobase07[0f,0birq07[0f,0bscsi-id07[0f,0breconnect07]]] +Adaptec 1542 0faha1542.aha1542=0biobase07[0f,0bbuson0f,0bbusoff07[0f,0bdmaspeed07]] +Adaptec 274x, 284x 0faic7xxx.aic7xxx=no_reset07 (enabled if non-zero) +BusLogic SCSI Hosts 0fBusLogic.BusLogic=0biobase07 +Certain DELL machines 0faic7xxx.aic7xxx=no_probe07 + +This list is incomplete, see the kernel's kernel-parameters.txt file +for more. + + + + + +For example: + boot: install aic7xxx.aic7xxx=no_probe + + +Press F1control and F then 1 for the help index, or ENTER to
\ No newline at end of file diff --git a/templates/syslinux/en/f8.txt.install b/templates/syslinux/en/f8.txt.install new file mode 100644 index 000000000..15ec143be --- /dev/null +++ b/templates/syslinux/en/f8.txt.install @@ -0,0 +1,23 @@ +0fSPECIAL BOOT PARAMETERS - INSTALLATION SYSTEM07 09F807 + +You can use the following boot parameters at the 0fboot:07 prompt, +in combination with the boot method (see <09F307>). These parameters +control how the installer works. +0f +RESULT PARAMETER07 +Verbose debugging 0fDEBCONF_DEBUG=507 +Debug boot sequence 0fBOOT_DEBUG=2|307 +Disable framebuffer 0ffb=false07 +Don't start PCMCIA 0fhw-detect/start_pcmcia=false07 +Force static network config 0fnetcfg/disable_dhcp=true07 +Set keyboard map 0fbootkbd=es07 +Use Braille tty 0fbrltty=driver,device,texttable07 +Use high contrast accessibility theme 0ftheme=dark07 +Use special tasks 0ftasks="kde-desktop, standard"07 + + + +For example: + boot: install fb=false + +Press F1control and F then 1 for the help index, or ENTER to
\ No newline at end of file diff --git a/templates/syslinux/en/f8.txt.live b/templates/syslinux/en/f8.txt.live new file mode 100644 index 000000000..d785f54a1 --- /dev/null +++ b/templates/syslinux/en/f8.txt.live @@ -0,0 +1,24 @@ +0fSPECIAL BOOT PARAMETERS07 09F807 + + + + + + + + + + + + + + + + + + + + + + +Press F1control and F then 1 for the help index, or ENTER to
\ No newline at end of file diff --git a/templates/syslinux/en/f9.txt.install b/templates/syslinux/en/f9.txt.install new file mode 100644 index 000000000..919d371c7 --- /dev/null +++ b/templates/syslinux/en/f9.txt.install @@ -0,0 +1,24 @@ +0fGETTING HELP07 09F907 + +If you can't install Debian, don't despair! The Debian team is ready to +help you! We are especially interested in hearing about installation +problems, because in general they don't happen to only 0fone07 person. +We've either already heard about your particular problem and can dispense a +quick fix, or we would like to hear about it and work through it with you, +and the next user who comes up with the same problem will profit from your +experience! + +See the Installation Guide or the FAQ for more information; both +documents are available at the Debian web site, 0fhttp://www.debian.org/07 + +If you can't run the Debian Live system, see the manual or +the FAQ for more information; both documents are available at +the Debian web site, 0fhttp://debian-live.alioth.debian.org/07 + + + + + + + +Press F1control and F then 1 for the help index, or ENTER to
\ No newline at end of file diff --git a/templates/syslinux/en/f9.txt.live b/templates/syslinux/en/f9.txt.live new file mode 100644 index 000000000..cab7f209f --- /dev/null +++ b/templates/syslinux/en/f9.txt.live @@ -0,0 +1,24 @@ +0fGETTING HELP07 09F907 + +If you can't run Debian, don't despair! The Debian team is ready to +help you! We are especially interested in hearing about boot +problems, because in general they don't happen to only 0fone07 person. +We've either already heard about your particular problem and can dispense a +quick fix, or we would like to hear about it and work through it with you, +and the next user who comes up with the same problem will profit from your +experience! + +See the Live Manual or the FAQ for more information; both +documents are available at the Debian web site, +0fhttp://debian-live.alioth.debian.org/07 + + + + + + + + + + +Press F1control and F then 1 for the help index, or ENTER to
\ No newline at end of file diff --git a/templates/syslinux/es/boot.txt b/templates/syslinux/es/boot.txt new file mode 100644 index 000000000..b86ed98a0 --- /dev/null +++ b/templates/syslinux/es/boot.txt @@ -0,0 +1,3 @@ +{$SPLASH} + +Pulse F1control y F, y entonces 1 para obtener ayuda, o INTRO para
\ No newline at end of file diff --git a/templates/syslinux/es/f1.txt.install b/templates/syslinux/es/f1.txt.install new file mode 100644 index 000000000..eb84626e5 --- /dev/null +++ b/templates/syslinux/es/f1.txt.install @@ -0,0 +1,26 @@ + 0fBienvenido a Debian GNU/Linux!07 09F107 + +Esto es una Debian {$LH_DISTRIBUTION} combinada live e instalacin de {$LH_MEDIA}. +Fue construida el {$LH_DATE}. + +0fMEN DE AYUDA07 + +0fTECLA TEMA07 + +<09F107> Esta pgina, el ndice. +<09F207> Prerrequisitos para instalar Debian. +<09F307> Mtodos de arranques especiales usando este {$LH_MEDIA} +<09F407> Mtodos adicionales de arranque; modo de rescate. +<09F507> Repaso de los parmetros especiales de arranque. +<09F607> Parmetros especiales para algunas mquinas especiales. +<09F707> Parmetros especiales para ciertas controladoras de disco. +<09F807> Parmetros especiales del sistema de instalacin. +<09F907> Cmo obtener ayuda. +<09F1007> Copyrights y garantas. + +Para las teclas F1-F9 pulse control y F y despus el dgito 1-9 +Para F10 pulse control y F y el dgito 0 + + + +Pulse de F2 a F10 para obtener ms detalles, o INTRO para
\ No newline at end of file diff --git a/templates/syslinux/es/f1.txt.live b/templates/syslinux/es/f1.txt.live new file mode 100644 index 000000000..3e603e425 --- /dev/null +++ b/templates/syslinux/es/f1.txt.live @@ -0,0 +1,26 @@ + 0fBienvenido a Debian GNU/Linux!07 09F107 + +Esto es una Debian {$LH_DISTRIBUTION} live de ${LH_MEDIA}. +Fue construida el {$LH_DATE}. + +0fMEN DE AYUDA07 + +0fTECLA TEMA07 + +<09F107> Esta pgina, el ndice. +<09F207> Prerrequisitos para instalar Debian. +<09F307> Mtodos de arranques especiales usando este {$LH_MEDIA}. +<09F407> Mtodos adicionales de arranque. +<09F507> Repaso de los parmetros especiales de arranque. +<09F607> Parmetros especiales para algunas mquinas especiales. +<09F707> Parmetros especiales para ciertas controladoras de disco. +<09F807> Parmetros especiales del sistema de arranque. +<09F907> Cmo obtener ayuda. +<09F1007> Copyrights y garantas. + +Para las teclas F1-F9 pulse control y F y despus el dgito 1-9 +Para F10 pulse control y F y el dgito 0 + + + +Pulse de F2 a F10 para obtener ms detalles, o INTRO para
\ No newline at end of file diff --git a/templates/syslinux/es/f10.txt b/templates/syslinux/es/f10.txt new file mode 100644 index 000000000..0e5d60e1c --- /dev/null +++ b/templates/syslinux/es/f10.txt @@ -0,0 +1,24 @@ +0fCOPYRIGHTS Y GARANTAS07 09F1007 + +Debian GNU/Linux es Copyright (C) 1993-2009 de Software in the Public Interest, +y otros. + +El sistema Debian GNU/Linux es libremente redistribuible. Despus de la +instalacin, los trminos exactos de distribucin de cada paquete se describen +en el correspondiente fichero /usr/share/doc/0bnombredelpaquete07/copyright. + +Debian GNU/Linux viene sin 0fABSOLUTAMENTE NINGUNA GARANTA07, hasta lo +permitido por la ley. + +--- + +Este sistema Debian Live se construy con live-helper, versin {$LH_VERSION}. + +Ms informacin en sobre el proyecto Debian Live puede encontrarse en +<http://debian-live.alioth.debian.org/>. + + + + + +Pulse F1control y F, y entonces 1 para obtener ayuda, o INTRO para
\ No newline at end of file diff --git a/templates/syslinux/es/f2.txt.install b/templates/syslinux/es/f2.txt.install new file mode 100644 index 000000000..eef62ad08 --- /dev/null +++ b/templates/syslinux/es/f2.txt.install @@ -0,0 +1,24 @@ +0fPRERREQUISITOS PARA USAR DEBIAN07 09F207 + +Debe tener al menos 64 megabytes de RAM para ejecutar este sistema Debian Live. + +Lea el manual Live o el FAQ para ms informacin; ambos documentos estn +disponibles en la web de Debian, 0fhttp://debian-live.alioth.debian.org/07 + + +Debe tener al menos 32 megabytes de RAM para usar el instalador de Debian. + +Debe tener espacio en el disco duro para crear una nueva particin de disco +de al menos 256 megabytes para instalar el sistema base. Necesitar ms +espacio de disco para instalar paquetes adicionales, dependiendo de que desee +hacer con su sistema Debian. + +Lea el manual de instalacin o el FAQ para ms informacin; ambos +documentos estn disponibles en la web de Debian, 0fhttp://www.debian.org/07 + +Gracias por elegir Debian! + + + + +Pulse F1control y F y entonces 1 para el men de ayuda, o INTRO para
\ No newline at end of file diff --git a/templates/syslinux/es/f2.txt.live b/templates/syslinux/es/f2.txt.live new file mode 100644 index 000000000..ecb2e1330 --- /dev/null +++ b/templates/syslinux/es/f2.txt.live @@ -0,0 +1,24 @@ +0fPRERREQUISITOS PARA USAR DEBIAN07 09F207 + +Debe tener al menos 64 megabytes de RAM para ejecutar este sistema Debian Live. + +Lea el manual Live o el FAQ para ms informacin; ambos documentos estn +disponibles en la web de Debian, 0fhttp://debian-live.alioth.debian.org/07 + +Gracias por elegir Debian! + + + + + + + + + + + + + + + +Pulse F1control y F y entonces 1 para el men de ayuda, o INTRO para
\ No newline at end of file diff --git a/templates/syslinux/es/f3.txt.install b/templates/syslinux/es/f3.txt.install new file mode 100644 index 000000000..4467c99f1 --- /dev/null +++ b/templates/syslinux/es/f3.txt.install @@ -0,0 +1,24 @@ +0fMTODOS DE ARRANQUE07 09F307 + +0fMtodos de arranque disponibles:07 + +0flive07 + Inicia el sistema live -- ste es el sistema en LH_MEDIA predeterminado. +0flivefailsafe07 + Inicia el sistema live en modo a prueba de fallos. +0finstall07 + Inicia la instalacin. +0fexpert07 + Inicia la instalacin en modo experto, para maximizar el control. + +Para usar uno de estos mtodos, teclee uno en el indicador de rdenes, +seguido opcionalmente por uno de los parmetros de arranque. Por ejemplo: + boot: install acpi=off + +Si duda, debera usar el mtodo predeterminado, sin ningn parmetro +especial, pulsando simplemente la tecla INTRO en el indicador de rdenes. + +Excepto en el modo experto, no se mostrarn los mensajes no crticos. + + +Pulse F1control y F, y luego 1 para ver el men de ayuda, o INTRO para
\ No newline at end of file diff --git a/templates/syslinux/es/f3.txt.install.g-i b/templates/syslinux/es/f3.txt.install.g-i new file mode 100644 index 000000000..f4c1dc199 --- /dev/null +++ b/templates/syslinux/es/f3.txt.install.g-i @@ -0,0 +1,24 @@ +0fMTODOS DE ARRANQUE07 09F307 + +0fMtodos de arranque disponibles:07 + +0flive07 + Inicia el sistema live -- ste es el sistema en LH_MEDIA por defecto. +0flivefailsafe07 + Inicia el sistema live en modo a prueba de fallos. +0finstall07 or 0finstallgui07 + Inicia la instalacin usando el instalador normal o el grfico. +0fexpert07 and 0fexpertgui07 + Inicia la instalacin en modo experto, para maximizar el control. + +Para usar uno de estos mtodos, teclee uno en el indicador de rdenes, +seguido opcionalmente por uno de los parmetros de arranque. Por ejemplo: + boot: install acpi=off + +Si duda, debera usar el mtodo predeterminado, sin ningn parmetro +especial, pulsando simplemente la tecla INTRO en el indicador de rdenes. + +Excepto en el modo experto, no se mostrarn los mensajes no crticos. + + +Pulse F1control y F, y luego 1 para ver el men de ayuda, o INTRO para
\ No newline at end of file diff --git a/templates/syslinux/es/f3.txt.live b/templates/syslinux/es/f3.txt.live new file mode 100644 index 000000000..73660f99e --- /dev/null +++ b/templates/syslinux/es/f3.txt.live @@ -0,0 +1,24 @@ +0fMTODOS DE ARRANQUE07 09F307 + +0fMtodos de arranque disponibles:07 + +0flive07 + Inicia el sistema live -- ste es el sistema en LH_MEDIA por defecto. +0flivefailsafe07 + Inicia el sistema live en modo a prueba de fallos. + + + + + + + +Para usar uno de estos mtodos, teclee uno en el indicador de rdenes, +seguido opcionalmente por uno de los parmetros de arranque. Por ejemplo: + boot: install acpi=off + +Si duda, debera usar el mtodo predeterminado, sin ningn parmetro +especial, pulsando simplemente la tecla INTRO en el indicador de rdenes. + + +Pulse F1control y F, y luego 1 para ver el men de ayuda, o INTRO para
\ No newline at end of file diff --git a/templates/syslinux/es/f4.txt.install b/templates/syslinux/es/f4.txt.install new file mode 100644 index 000000000..321d9bed8 --- /dev/null +++ b/templates/syslinux/es/f4.txt.install @@ -0,0 +1,24 @@ +0fMODO DE RESCATE07 09F407 + +0fEscriba un mtodo de arranque para rescatar una instalacin existente07 + +0frescue07 + Arranque en el modo de rescate. + +0fmemtest07 + Inicia el test de memoria para escanear la RAM en busca de errores. +0ffloppy07, 0fdisk107 o 0fdisk207 + Arrancar desde el disquete, desde el primer o el segundo disco duro. + + + +Para usar uno de estos mtodos, teclee uno en el indicador de rdenes, +seguido opcionalmente por uno de los parmetros de arranque. Por ejemplo: + + boot: rescue acpi=off + + + + + +Pulse F1control y F, y luego 1 para ver el men de ayuda, o INTRO para
\ No newline at end of file diff --git a/templates/syslinux/es/f4.txt.install.g-i b/templates/syslinux/es/f4.txt.install.g-i new file mode 100644 index 000000000..1a717f16e --- /dev/null +++ b/templates/syslinux/es/f4.txt.install.g-i @@ -0,0 +1,24 @@ +0fMODO DE RESCATE07 09F407 + +0fSeleccione un mtodo de arranque para rescatar una instalacin existente07 + +0frescue07 + Arranque en el modo de rescate. +0frescuegui07 + Arranque en el modo de rescate usando el instalador grfico. + +0fmemtest07 + Inicia el test de memoria para escanear la RAM en busca de errores. +0ffloppy07, 0fdisk107 o 0fdisk207 + Arrancar desde el disquete, desde el primer o el segundo disco duro. + +Para usar uno de estos mtodos, teclee uno en el indicador de rdenes, +seguido opcionalmente por uno de los parmetros de arranque. Por ejemplo: + + boot: rescue acpi=off + + + + + +Pulse F1control y F, y luego 1 para ver el ndice de ayuda, o INTRO para
\ No newline at end of file diff --git a/templates/syslinux/es/f4.txt.live b/templates/syslinux/es/f4.txt.live new file mode 100644 index 000000000..c428f8689 --- /dev/null +++ b/templates/syslinux/es/f4.txt.live @@ -0,0 +1,24 @@ +0fOTROS MTODOS DE ARRANQUE07 09F407 + +0fMtodos de arranque disponibles:07 + +0fmemtest07 + Inicia el test de memoria para escanear la RAM en busca de errores. +0ffloppy07, 0fdisk107 o 0fdisk207 + Arrancar desde el disquete, desde el primer o el segundo disco duro. + + + + + + + + + + + + + + + +Pulse F1control y F, y luego 1 para ver el men de ayuda, o INTRO para
\ No newline at end of file diff --git a/templates/syslinux/es/f5.txt b/templates/syslinux/es/f5.txt new file mode 100644 index 000000000..107019cf6 --- /dev/null +++ b/templates/syslinux/es/f5.txt @@ -0,0 +1,24 @@ +0fPARMETROS ESPECIALES DE ARRANQUE - RESUMEN07 09F507 + +Puedes ser necesario aadir algn parmetro para arrancar el equipo al +indicador 0fboot:07 en algunos sistemas. Por ejemplo, si Linux no puede +detectar automticamente algn dispositivo sera necesario indicarle +explcitametne su ubicacin o tipo para que lo reconozca. + +Puede pulsar las siguientes teclas para obtener ms informacin sobre los +parmetros de arranque que puede utilizar: + + <09F607> -- parmetros de arranque para mquinas especiales + <09F707> -- parmetros de arranque para distintos controladores de disco + <09F807> -- parmetros de arranque que entiende el sistema de instalacin + +Si desea especificar un parmentro para un mdulo particular del ncleo puede +utilizar el formato mdulo.parmetro=valor. +Por ejemplo: libata.atapi_enabled=1 + + + + + + +Pulse F1control y F, y entonces 1 para ver el men de ayuda, o INTRO para
\ No newline at end of file diff --git a/templates/syslinux/es/f6.txt b/templates/syslinux/es/f6.txt new file mode 100644 index 000000000..15e1bb843 --- /dev/null +++ b/templates/syslinux/es/f6.txt @@ -0,0 +1,24 @@ +0fPARMETROS ESPECIALES DE ARRANQUE - DIVERSOS DISPOSITIVOS07 09F607 + +Puede usar los siguientes parmetros en el indicador 0fboot:07, +en combinacin con el mtodo de arranque (vea <09F307>). +Si usa nmeros hexadecimales se debe poner el prefijo 0x (p.ej., 0x300). +0f +DISPOSITIVOS PARMETRO PARA ESPECIFICAR07 +IBM PS/1 o ValuePoint (disco IDE) 0fhd=0bcilindros0f,0bcabezales0f,0bsectores07 +Algunos ThinkPads de IBM 0ffloppy.floppy=thinkpad07 +Proteger regiones de puertos I/O 0freserve=0biobase0f,0bextent07[0f,0b...07] +Porttiles con problemas de pantalla 0fvga=77107 +Usar el primer puerto serie a 9600 baudios 0fconsole=ttyS0,9600n807 +Usar el controlador genrico IDE 0fgeneric.all_generic_ide=107 + +Posibles soluciones temporales a bloqueos o fallos de dispositivos: +Desactivar enrutado de interrupciones APIC 0fnoapic nolapic07 +Desactivar parcialmente el ACPI 0facpi=noirq07 or 0facpi=off07 +Desactivar USB 0fnousb07 + +Por ejemplo: + boot: install vga=771 noapic nolapic + + +Pulse F1control y F, y entonces 1 para ver el men de ayuda, o INTRO para
\ No newline at end of file diff --git a/templates/syslinux/es/f7.txt b/templates/syslinux/es/f7.txt new file mode 100644 index 000000000..a3dfe2a67 --- /dev/null +++ b/templates/syslinux/es/f7.txt @@ -0,0 +1,24 @@ +0fPARMETROS ESPECIALES DE ARRANQUE - VARIAS CONTROLADORAS DE DISCO07 09F707 + +Puede usar los siguientes parmetros de arranque en el indicador 0fboot:07, +en combinacin con los mtodos de arranque (vea <09F307>). +0f +HARDWARE PARMETRO QUE SE DEBE ESPECIFICAR07 +Adaptec 151x, 152x 0faha152x.aha152x=0biobase07[0f,0birq07[0f,0bscsi-id07[0f,0breconnect07]]] +Adaptec 1542 0faha1542.aha1542=0biobase07[0f,0bbuson0f,0bbusoff07[0f,0bdmaspeed07]] +Adaptec 274x, 284x 0faic7xxx.aic7xxx=no_reset07 (enabled if non-zero) +BusLogic SCSI Hosts 0fBusLogic.BusLogic=0biobase07 +Ciertas mquinas Dell 0faic7xxx.aic7xxx=no_probe07 + +Hay ms parmetros que los que aqu se muestran; la lista completa est en +el fichero kernel-parameters.txt de las fuentes del ncleo. + + + + + +Por ejemplo: + boot: install aic7xxx.aic7xxx=no_probe + + +Pulse F1control y F, y entonces 1 para obtener ayuda, o INTRO para
\ No newline at end of file diff --git a/templates/syslinux/es/f8.txt.install b/templates/syslinux/es/f8.txt.install new file mode 100644 index 000000000..2828f2332 --- /dev/null +++ b/templates/syslinux/es/f8.txt.install @@ -0,0 +1,24 @@ +0fPARMETROS ESPECIALES DE ARRANQUE - SISTEMA DE INSTALACIN07 09F807 + +Puede usar los siguientes parmetros de arranque en el indicador 0fboot:07, +en combinacin con los mtodos de arranque (vea <09F307>). Estos +parmetros controlan el trabajo del instalador. +0f +RESULTADO PARMETRO07 +Depuracin abundante 0fDEBCONF_DEBUG=507 +Depuracin de la secuencia de arranque 0fBOOT_DEBUG=2|307 +Desactiva el "framebuffer" 0ffb=false07 +No inicia el sistema PCMCIA 0fhw-detect/start_pcmcia=false07 +Fuerza una configuracin de red esttica 0fnetcfg/disable_dhcp=true07 +Escoge el mapa de teclado 0fbootkbd=es07 +Usa tty en braille 0fbrltty=driver,device,texttable07 +Da accesibilidad con tema de alto contraste 0ftheme=dark07 +Determina tareas especiales 0ftasks="kde-desktop, standard"07 + + + +Por ejemplo: + boot: install fb=false + + +Pulse F1control y F, y entonces 1 para ver el men de ayuda, o INTRO para el
\ No newline at end of file diff --git a/templates/syslinux/es/f8.txt.live b/templates/syslinux/es/f8.txt.live new file mode 100644 index 000000000..65f21cc08 --- /dev/null +++ b/templates/syslinux/es/f8.txt.live @@ -0,0 +1,24 @@ +0fPARMETROS ESPECIALES DE ARRANQUE - SISTEMA DE INSTALACIN07 09F807 + + + + + + + + + + + + + + + + + + + + + + +Pulse F1control y F, y entonces 1 para ver el men de ayuda, o INTRO para el
\ No newline at end of file diff --git a/templates/syslinux/es/f9.txt.install b/templates/syslinux/es/f9.txt.install new file mode 100644 index 000000000..aba63cf57 --- /dev/null +++ b/templates/syslinux/es/f9.txt.install @@ -0,0 +1,24 @@ +0fOBTENCIN DE AYUDA07 09F907 + +Si no puede instalar este Debian, no se desespere! El equipo de Debian +est preparado para ayudarle! Nos interesaa especialmente encontrar problemas +de instalacin, porque en general no ocurren solamente a 0funa07 persona. +O bien ya habremos oido hablar de su problema y le podemos ofrecer una +rpida solucin, o bien nos gustar que nos lo explique e intentar arreglarlo +juntos, y as el proximo usuario que tenga el mismo problema podr +beneficiarse de su esperincia! + +Vea el manual de instalacin o las PUF (FAQ) para obtener ms informacin; +estos documentos estn disponibles en la web de Debian: +0fhttp://www.debian.org/07 + +Si no puede executar el sistema Debian Live, vea el manual de instalacin o +las PUF (FAQ) para ms informacin; estos documentos estn disponibles en +la web de Debian, 0fhttp://debian-live.alioth.debian.org/07 + + + + + + +Pulse F1control y F, y entonces 1 para ver el men de ayuda, o INTRO para el
\ No newline at end of file diff --git a/templates/syslinux/es/f9.txt.live b/templates/syslinux/es/f9.txt.live new file mode 100644 index 000000000..113b50e95 --- /dev/null +++ b/templates/syslinux/es/f9.txt.live @@ -0,0 +1,24 @@ +0fOBTENCIN DE AYUDA07 09F907 + +Si no puede ejecutar este Debian, no se desespere! El equipo de Debian +est preparado para ayudarle! Nos interesaa especialmente encontrar problemas +de arranque, porque en general no ocurren solamente a 0funa07 persona. +O bien ya habremos oido hablar de su problema y le podemos ofrecer una +rpida solucin, o bien nos gustar que nos lo explique e intentar arreglarlo +juntos, y as el proximo usuario que tenga el mismo problema podr +beneficiarse de su esperiencia! + +Vea el manual del Debian Live o las PUF (FAQ) para obtener ms informacin; +estos documentos estn disponibles en la web de Debian: +0fhttp://debian-live.alioth.debian.org/07 + + + + + + + + + + +Pulse F1control y F, y entonces 1 para ver el men de ayuda, o INTRO para el
\ No newline at end of file diff --git a/templates/syslinux/menu/exithelp.cfg b/templates/syslinux/menu/exithelp.cfg new file mode 100644 index 000000000..a538904bd --- /dev/null +++ b/templates/syslinux/menu/exithelp.cfg @@ -0,0 +1,3 @@ +label menu + kernel {$LIVE_DATA_PATH}/vesamenu.c32 + config isolinux.cfg diff --git a/templates/syslinux/menu/menu.cfg b/templates/syslinux/menu/menu.cfg new file mode 100644 index 000000000..a74b4d597 --- /dev/null +++ b/templates/syslinux/menu/menu.cfg @@ -0,0 +1,12 @@ +menu hshift 13 +menu width 49 + +menu title Boot menu +include stdmenu.cfg +include live.cfg +label help + menu label ^Help + text help + Display help screens; type 'menu' at boot prompt to return to this menu + endtext + config prompt.cfg diff --git a/templates/syslinux/menu/prompt.cfg b/templates/syslinux/menu/prompt.cfg new file mode 100644 index 000000000..691ebda7b --- /dev/null +++ b/templates/syslinux/menu/prompt.cfg @@ -0,0 +1,16 @@ +prompt 1 +display f1.txt +timeout 0 +include menu.cfg +include exithelp.cfg + +f1 f1.txt +f2 f2.txt +f3 f3.txt +f4 f4.txt +f5 f5.txt +f6 f6.txt +f7 f7.txt +f8 f8.txt +f9 f9.txt +f0 f10.txt diff --git a/templates/syslinux/menu/splash.png b/templates/syslinux/menu/splash.png Binary files differnew file mode 100644 index 000000000..75f1a3c41 --- /dev/null +++ b/templates/syslinux/menu/splash.png diff --git a/templates/syslinux/menu/stdmenu.cfg b/templates/syslinux/menu/stdmenu.cfg new file mode 100644 index 000000000..9b10dea27 --- /dev/null +++ b/templates/syslinux/menu/stdmenu.cfg @@ -0,0 +1,15 @@ +menu background {$SPLASH} +menu color title * #FFFFFFFF * +menu color border * #00000000 #00000000 none +menu color sel * #ffffffff #76a1d0ff * +menu color hotsel 1;7;37;40 #ffffffff #76a1d0ff * +menu color tabmsg * #ffffffff #00000000 * +menu color help 37;40 #ffdddd00 #00000000 none +menu vshift 12 +menu rows 10 +menu helpmsgrow 15 +# The command line must be at least one line from the bottom. +menu cmdlinerow 16 +menu timeoutrow 16 +menu tabmsgrow 18 +menu tabmsg Press ENTER to boot or TAB to edit a menu entry diff --git a/templates/syslinux/menu/syslinux.cfg b/templates/syslinux/menu/syslinux.cfg new file mode 100644 index 000000000..fa55a7c1e --- /dev/null +++ b/templates/syslinux/menu/syslinux.cfg @@ -0,0 +1,4 @@ +include menu.cfg +default {$LIVE_DATA_PATH}/vesamenu.c32 +prompt 0 +timeout {$LH_SYSLINUX_TIMEOUT} diff --git a/templates/syslinux/normal/footer.cfg b/templates/syslinux/normal/footer.cfg new file mode 100644 index 000000000..e69de29bb --- /dev/null +++ b/templates/syslinux/normal/footer.cfg diff --git a/templates/syslinux/normal/header.cfg b/templates/syslinux/normal/header.cfg new file mode 100644 index 000000000..26e3115c7 --- /dev/null +++ b/templates/syslinux/normal/header.cfg @@ -0,0 +1 @@ +include {$LIVE_SCREEN_PATH}/prompt.cfg diff --git a/templates/syslinux/normal/help.cfg b/templates/syslinux/normal/help.cfg new file mode 100644 index 000000000..414f3885e --- /dev/null +++ b/templates/syslinux/normal/help.cfg @@ -0,0 +1,10 @@ +f1 {$LIVE_SCREEN_PATH}/f1.txt +f2 {$LIVE_SCREEN_PATH}/f2.txt +f3 {$LIVE_SCREEN_PATH}/f3.txt +f4 {$LIVE_SCREEN_PATH}/f4.txt +f5 {$LIVE_SCREEN_PATH}/f5.txt +f6 {$LIVE_SCREEN_PATH}/f6.txt +f7 {$LIVE_SCREEN_PATH}/f7.txt +f8 {$LIVE_SCREEN_PATH}/f8.txt +f9 {$LIVE_SCREEN_PATH}/f9.txt +f0 {$LIVE_SCREEN_PATH}/f10.txt diff --git a/templates/syslinux/normal/prompt.cfg b/templates/syslinux/normal/prompt.cfg new file mode 100644 index 000000000..0e82c437d --- /dev/null +++ b/templates/syslinux/normal/prompt.cfg @@ -0,0 +1,6 @@ +prompt 1 +timeout {$LH_SYSLINUX_TIMEOUT} +default live +display {$LIVE_SCREEN_PATH}/boot.txt +include {$LIVE_SCREEN_PATH}/menu.cfg +include {$LIVE_SCREEN_PATH}/help.cfg diff --git a/templates/syslinux/normal/splash.rle b/templates/syslinux/normal/splash.rle Binary files differnew file mode 100644 index 000000000..df3e15de2 --- /dev/null +++ b/templates/syslinux/normal/splash.rle diff --git a/templates/syslinux/normal/syslinux.cfg b/templates/syslinux/normal/syslinux.cfg new file mode 100644 index 000000000..3e2682eb3 --- /dev/null +++ b/templates/syslinux/normal/syslinux.cfg @@ -0,0 +1,3 @@ +include {$LIVE_SCREEN_PATH}/header.cfg +include {$LIVE_SCREEN_PATH}/menu.cfg +include {$LIVE_SCREEN_PATH}/footer.cfg diff --git a/templates/yaboot/boot.msg b/templates/yaboot/boot.msg new file mode 100644 index 000000000..98f5876f6 --- /dev/null +++ b/templates/yaboot/boot.msg @@ -0,0 +1,22 @@ +Welcome to Debian GNU/Linux! + +This is a Debian Live CDROM, +built on LH_DATE. + +The default option is 'live'. + +If the system fails to boot at all (the typical +symptom is a white screen which doesn't go away), +append 'video=ofonly' or use 'live-failsafe'. + +The plain options are for the powerpc family of +processors (from 601 to G4). The *64 options are for +64bit powerpc processors, which include the IBM +Power3, Power4, Power5, ... boxes, as well as the +Apple G5 boxes. Press the tab key for a list of +options, or type 'help' for help. + +************************************ +If in doubt, just press enter, and if that +doesn't work, try 'live video=ofonly'. +************************************ diff --git a/templates/yaboot/hfs.map b/templates/yaboot/hfs.map new file mode 100644 index 000000000..0d8b4cfce --- /dev/null +++ b/templates/yaboot/hfs.map @@ -0,0 +1,12 @@ +# ext. xlate creator type comment +.hqx Ascii 'BnHx' 'TEXT' "BinHex file" +.sit Raw 'SIT!' 'SITD' "StuffIT Expander" +.mov Raw 'TVOD' 'MooV' "QuickTime Movie" +.deb Raw 'Debn' 'bina' "Debian package" +.bin Raw 'ddsk' 'DDim' "Floppy or ramdisk image" +.img Raw 'ddsk' 'DDim' "Floppy or ramdisk image" +.b Raw 'UNIX' 'tbxi' "bootstrap" +yaboot Raw 'UNIX' 'boot' "bootstrap" +vmlinux Raw 'UNIX' 'boot' "bootstrap" +.conf Raw 'UNIX' 'conf' "bootstrap" +* Ascii '????' '????' "Text file" diff --git a/templates/yaboot/ofboot.b b/templates/yaboot/ofboot.b new file mode 100644 index 000000000..6aeb93d2d --- /dev/null +++ b/templates/yaboot/ofboot.b @@ -0,0 +1,64 @@ +<CHRP-BOOT> +<COMPATIBLE> +MacRISC MacRISC3 MacRISC4 +</COMPATIBLE> +<DESCRIPTION> +GNU/Linux PPC bootloader +</DESCRIPTION> +<BOOT-SCRIPT> +" screen" output +load-base release-load-area +boot cd:,\yaboot\yaboot +</BOOT-SCRIPT> +<OS-BADGE-ICONS> +1010 +000000000000F8FEACF6000000000000 +0000000000F5FFFFFEFEF50000000000 +00000000002BFAFEFAFCF70000000000 +0000000000F65D5857812B0000000000 +0000000000F5350B2F88560000000000 +0000000000F6335708F8FE0000000000 +00000000005600F600F5FD8100000000 +00000000F9F8000000F5FAFFF8000000 +000000008100F5F50000F6FEFE000000 +000000F8F700F500F50000FCFFF70000 +00000088F70000F50000F5FCFF2B0000 +0000002F582A00F5000008ADE02C0000 +00090B0A35A62B0000002D3B350A0000 +000A0A0B0B3BF60000505E0B0A0B0A00 +002E350B0B2F87FAFCF45F0B2E090000 +00000007335FF82BF72B575907000000 +000000000000ACFFFF81000000000000 +000000000081FFFFFFFF810000000000 +0000000000FBFFFFFFFFAC0000000000 +000000000081DFDFDFFFFB0000000000 +000000000081DD5F83FFFD0000000000 +000000000081DDDF5EACFF0000000000 +0000000000FDF981F981FFFF00000000 +00000000FFACF9F9F981FFFFAC000000 +00000000FFF98181F9F981FFFF000000 +000000ACACF981F981F9F9FFFFAC0000 +000000FFACF9F981F9F981FFFFFB0000 +00000083DFFBF981F9F95EFFFFFC0000 +005F5F5FDDFFFBF9F9F983DDDD5F0000 +005F5F5F5FDD81F9F9E7DF5F5F5F5F00 +0083DD5F5F83FFFFFFFFDF5F835F0000 +000000FBDDDFACFBACFBDFDFFB000000 +000000000000FFFFFFFF000000000000 +0000000000FFFFFFFFFFFF0000000000 +0000000000FFFFFFFFFFFF0000000000 +0000000000FFFFFFFFFFFF0000000000 +0000000000FFFFFFFFFFFF0000000000 +0000000000FFFFFFFFFFFF0000000000 +0000000000FFFFFFFFFFFFFF00000000 +00000000FFFFFFFFFFFFFFFFFF000000 +00000000FFFFFFFFFFFFFFFFFF000000 +000000FFFFFFFFFFFFFFFFFFFFFF0000 +000000FFFFFFFFFFFFFFFFFFFFFF0000 +000000FFFFFFFFFFFFFFFFFFFFFF0000 +00FFFFFFFFFFFFFFFFFFFFFFFFFF0000 +00FFFFFFFFFFFFFFFFFFFFFFFFFFFF00 +00FFFFFFFFFFFFFFFFFFFFFFFFFF0000 +000000FFFFFFFFFFFFFFFFFFFF000000 +</OS-BADGE-ICONS> +</CHRP-BOOT> diff --git a/templates/yaboot/pegasos b/templates/yaboot/pegasos new file mode 100644 index 000000000..1e1b24175 --- /dev/null +++ b/templates/yaboot/pegasos @@ -0,0 +1,90 @@ +\ FORTH is identifed by a forth comment at first line +\ +\ terminal control stuff +\ +: TTY.CSI d# 27 EMIT ASCII [ EMIT ; +: TTY.HOME TTY.CSI ASCII H EMIT ; +: TTY.CLR_EOS TTY.CSI ASCII J EMIT ; +: TTY.HOME_CLR TTY.HOME TTY.CLR_EOS ; +\ +\ boot menu stuff +\ +: my-max-boot-num 4 ; +: my-boot-default 1 ; +: my-boot-delay d# 300 ; \ unit = 100 ms +: my-print-menu ( -- ) + TTY.HOME_CLR + ." " cr + ." Welcome to Debian GNU/Linux!" cr + ." " cr + ." This is a Debian Live CDROM," cr + ." built on LH_DATE." cr + ." " cr + ." The default option is 'live'." cr + ." " cr + ." ************************************" cr + ." If in doubt, just choose (1) 'live'" cr + ." ************************************" cr + ." " cr + ." 1: install" cr + ." 2: install" cr + ." 3: expert" cr + ." 4: rescue" cr + ." 5: return to OF prompt" cr + ." " cr +; +: my-boot-case ( num -- ) + ." " cr + case + 1 of " cd live/vmlinuz-chrp.initrd --" endof + 2 of " cd install/powerpc/vmlinuz-chrp.initrd --" endof + 3 of " cd install/powerpc/vmlinuz-chrp.initrd DEBCONF_PRIORITY=low --" endof + 4 of " cd install/powerpc/vmlinuz-chrp.initrd rescue/enable=true --" endof + 5 of " none" endof + endcase + $boot +; +: my-input-num ( wait-period max-boot-num default-num -- boot-num ) + 1 \ loop-inc = 1 + 3 pick 0 do + 0d emit + ." press 1-" + ( wait-period max-boot-num default-num loop-inc ) + 2 pick ascii 0 + emit + dup 1 = if + ." within " + 3 pick i - d# 10 / .d + ." seconds" + then + ." (default: " + over ascii 0 + emit + ." ) : " + d# 100 ms + key? if + key + ( wait-period max-boot-num default-num loop-inc key ) + dup 0d = if \ return pressed + drop leave + then + + ascii 0 - + ( wait-period max-boot-num default-num loop-inc num ) + dup 1 5 pick + ( wait-period max-boot-num default-num loop-inc num num 1 max-boot-num ) + between if + rot drop swap leave + then + + ( wait-period max-boot-num default-num loop-inc num ) + 2drop 0 \ loop-inc = 0 + then + dup +loop + drop + ( wait-period max-boot-num boot-num ) + nip nip +; + + +my-print-menu +my-boot-delay my-max-boot-num my-boot-default my-input-num +my-boot-case diff --git a/templates/yaboot/yaboot.conf b/templates/yaboot/yaboot.conf new file mode 100644 index 000000000..2755d8905 --- /dev/null +++ b/templates/yaboot/yaboot.conf @@ -0,0 +1,6 @@ +default=live +message=/yaboot/boot.msg + +LINUX_LIVE + +LINUX_INSTALL |