From e7f255c1f19b06e9a455968f8f6727b25e02f189 Mon Sep 17 00:00:00 2001 From: Guillem Jover Date: Sat, 14 Jan 2006 20:40:01 +0000 Subject: Forward port the changes from the sarge branch. --- ca/boot-installer/mips.xml | 68 ++++++++++++++++++++++++---------------------- 1 file changed, 35 insertions(+), 33 deletions(-) (limited to 'ca/boot-installer/mips.xml') diff --git a/ca/boot-installer/mips.xml b/ca/boot-installer/mips.xml index f237aa957..19daba8de 100644 --- a/ca/boot-installer/mips.xml +++ b/ca/boot-installer/mips.xml @@ -1,82 +1,84 @@ - + - Booting with TFTP + Arrencada amb el TFTP - SGI Indys TFTP Booting + Arrencada amb el TFTP en SGI Indy -After entering the command monitor use +Després d'entrar al monitor d'ordres, utilitzeu bootp(): -on SGI Indys to boot linux and to begin installation of the Debian -Software. In order to make this -work you may have to unset the netaddr environment -variable. Type +en màquines SGI Indy per arrencar linux i començar la instal·lació +del programari de Debian. Per tal que això funcioni, potser haureu de +desactivar la variable d'entorn netaddr. Per fer-ho +teclegeu unsetenv netaddr -in the command monitor to do this. +al monitor d'ordres. - Broadcom BCM91250A TFTP Booting + Arrencada amb el TFTP en Broadcom BCM91250A -On the Broadcom BCM91250A evaluation board, you have to load the SiByl boot -loader via TFTP which will then load and start the Debian installer. In -most cases, you will first obtain an IP address via DHCP but it is also -possible to configure a static address. In order to use DHCP, you can -enter the following command on the CFE prompt: +En plaques d'avaluació Broadcom BCM91250A, haureu de carregar el +carregador d'arrencada SiByl, i aquest s'encarregarà aleshores d'iniciar +l'instal·lador de Debian. En la majoria de casos, primer obtindreu +l'adreça IP mitjançant DHCP, però també és possible configurar una +adreça estàtica. Per usar DHCP, podeu introduir l'ordre següent a +l'indicador CFE: ifconfig eth0 -auto -Once you have obtained an IP address, you can load SiByl with the following -command: +Una vegada heu obtingut una adreça IP, podeu carregar SiByl amb l'ordre +següent: boot 192.168.1.1:/boot/sibyl -You need to substitute the IP address listed in this example with either -the name or the IP address of your TFTP server. Once you issue this -command, the installer will be loaded automatically. +Haureu de substituir l'adreça IP de l'exemple pel nom o l'adreça del +vostre servidor TFTP. Tan bon punt s'executi l'ordre, l'instal·lador +es carregarà automàticament. - Boot Parameters + Paràmetres d'arrencada - SGI Indys TFTP Booting + Arrencada amb el TFTP en SGI Indy -On SGI Indys you can append boot parameters to the -bootp(): command in the command monitor. +En SGI Indy, podeu afegir paràmetres d'arrencada a l'ordre +bootp(): del monitor d'ordres. -Following the bootp(): command you can give the -path and name of the file to boot if you did not give an explicit name -via your bootp/dhcp server. Example: +Seguint l'ordre bootp():, podeu indicar el camí i el +nom del fitxer per arrencar en cas que no ho hàgiu fet explícitament +mitjançant el servidor bootp/dhcp. Exemple: bootp():/boot/tftpboot.img -Further kernel parameters can be passed via append: +També es poden passar altres paràmetres del nucli amb +append: bootp(): append="root=/dev/sda1" @@ -86,13 +88,13 @@ bootp(): append="root=/dev/sda1" - Broadcom BCM91250A TFTP Booting + Arrencada amb el TFTP en Broadcom BCM91250A -You cannot pass any boot parameters directly from the CFE prompt. Instead, -you have to edit the /boot/sibyl.conf file on the TFTP -server and add your parameters to the extra_args -variable. +No podeu passar cap paràmetre d'arrencada directament des de +l'indicador CFE. En comptes d'això, haureu d'editar el fitxer +/boot/sibyl.conf al servidor TFTP i afegir els +paràmetres desitjats a la variable extra_args. -- cgit v1.2.3