From 02f256f97069d35366eb6143a46e276aa003a32e Mon Sep 17 00:00:00 2001 From: Guillem Jover Date: Tue, 27 Dec 2005 20:52:51 +0000 Subject: Translations by Miguel Gea Milvaques . --- ca/install-methods/usb-setup/powerpc.xml | 79 ++++++++++++++++---------------- 1 file changed, 40 insertions(+), 39 deletions(-) (limited to 'ca/install-methods/usb-setup') diff --git a/ca/install-methods/usb-setup/powerpc.xml b/ca/install-methods/usb-setup/powerpc.xml index 36c572fa4..1875bb103 100644 --- a/ca/install-methods/usb-setup/powerpc.xml +++ b/ca/install-methods/usb-setup/powerpc.xml @@ -1,41 +1,42 @@ - + - USB stick partitioning on &arch-title; + Particionament de dispositius USB a &arch-title; -Most USB sticks do not come pre-configured in such a way that Open -Firmware can boot from them, so you will need to repartition the stick. -On Mac systems, run mac-fdisk /dev/sda, -initialise a new partition map using the i -command, and create a new partition of type Apple_Bootstrap using the -C command. (Note that the first "partition" will -always be the partition map itself.) Then type +La major part dels dispositius USB no venen preconfigurats de manera +que l'Open Firmware pugui arrencar des d'ell, així que necessitareu +reparticionar el dispositiu. Als sistemes Mac, executeu +mac-fdisk /dev/sda, i inicieu la nova taula +de particions utilitzant l'ordre i, i creeu una +nova partició de tipus Apple_Bootstrap utilitzant l'ordre +C . (Adoneu-vos que la primera "partició" serà +sempre la taula de particions.) Aleshores escriviu $ hformat /dev/sda2 -Take care that you use the correct device name for your USB stick. The -hformat command is contained in the -hfsutils Debian package. +Aneu en compte de utilitzar en nom del dispositiu correcte al vostre USB. +L'ordre hformat la podeu trobar al paquet de Debian +hfsutils . -In order to start the kernel after booting from the USB stick, we will -put a boot loader on the stick. The yaboot boot -loader can be installed on an HFS filesystem and can be reconfigured by -just editing a text file. Any operating system which supports the HFS -file system can be used to make changes to the configuration of the boot -loader. +Per iniciar el nucli desprès d'arrancar des del dispositiu USB, afegirem un +carregador de l'arrencada al dispositiu. El carregador de l'arrancada +yaboot es pot instal·lar al sistema de fitxers HFS i es +pot reconfigurar editant tan sols un fitxer de text. Qualsevol sistema +operatiu que suporte el sistema de fitxer HFS es pot utilitzar per fer +els canvis a la configuració del carregador de l'arrancada. -The normal ybin tool that comes with -yaboot does not yet understand USB storage devices, -so you will have to install yaboot by hand using the -hfsutils tools. Type +L'eina normal ybin que ve amb yaboot +no pot utilitzar dispositius d'emmagatzemament USB, així que haureu +d'instal·lar yaboot manualment utilitzant les eines de +hfsutils. Escriviu $ hmount /dev/sda2 @@ -45,50 +46,50 @@ $ hattrib -b : $ humount -Again, take care that you use the correct device name. The partition -must not be otherwise mounted during this procedure. This procedure -writes the boot loader to the partition, and uses the HFS utilities to -mark it in such a way that Open Firmware will boot it. Having done this, -the rest of the USB stick may be prepared using the normal Unix -utilities. +Altra vegada, aneu en compte d'utilitzar el nom de dispositiu correcte. +La partició no s'hauria de muntar en aquest procediment. Aquest procediment +escriu el carregador de l'arrancada a la partició, i fa ús de les utilitats +HFS per marcar-la de manera que l'Open Firmware la pugui arrancar. Fent +açò, la resta del dispositiu USB es podria preparar per fer ús de les +utilitats Unix normals. -Mount the partition (mount /dev/sda2 /mnt) and -copy the following files from the Debian archives to the stick: +Munteu la partició (mount /dev/sda2 /mnt) i copieu +els arxius següents des dels arxius de Debian a l'USB: -vmlinux (kernel binary) +vmlinux (binari del nucli) -initrd.gz (initial ramdisk image) +initrd.gz (imatge inicial del disc RAM) -yaboot.conf (yaboot configuration file) +yaboot.conf (fitxer de configuració del yaboot) -boot.msg (optional boot message) +boot.msg (missatge opcional d'arranc) -Optional kernel modules +Mòduls de nucli opcionals -The yaboot.conf configuration file should -contain the following lines: +El fitxer de configuració de yaboot.conf hauria de +contenir les línies següents: default=install @@ -104,8 +105,8 @@ image=/vmlinux read-only -Please note that the initrd-size parameter -may need to be increased, depending on the image you are booting. +Adoneu-vos que el paràmetre initrd-size es podria +incrementar, depenent de la imatge que esteu arrancant. -- cgit v1.2.3