summaryrefslogtreecommitdiff
path: root/it/install-methods
diff options
context:
space:
mode:
Diffstat (limited to 'it/install-methods')
-rw-r--r--it/install-methods/download/arm.xml16
-rw-r--r--it/install-methods/usb-setup/i386.xml76
-rw-r--r--it/install-methods/usb-setup/powerpc.xml71
3 files changed, 109 insertions, 54 deletions
diff --git a/it/install-methods/download/arm.xml b/it/install-methods/download/arm.xml
index 0be6ddb1b..00ac1d4d2 100644
--- a/it/install-methods/download/arm.xml
+++ b/it/install-methods/download/arm.xml
@@ -7,11 +7,13 @@
<title>File di installazione per RiscPC</title>
<para>
-<!-- The RiscPC installer is booted initially from RISC OS. All the
+<!--
+The RiscPC installer is booted initially from RISC OS. All the
necessary files are provided in one Zip archive, &rpc-install-kit;.
Download this file onto the RISC OS machine, copy the
<filename>linloader.!Boot</filename> components into place, and run
-<filename>!dInstall</filename>. -->
+<filename>!dInstall</filename>.
+-->
L'installatore per RiscPC è inizialmente avviato da RISC OS. Tutti i file
necessari sono forniti in un unico file Zip, &rpc-install-kit;. Scaricare
@@ -27,11 +29,13 @@ questo file sulla macchina con RISC OS, copiare i componenti
<title>File d'installazione per Netwinder</title>
<para>
-<!-- The easiest way to boot a Netwinder is over the network, using the
-supplied TFTP image &netwinder-boot-img;. -->
+<!--
+The easiest way to boot a Netwinder is over the network, using the
+supplied TFTP image &netwinder-boot-img;.
+-->
-Il modo più semplice per avviare una Netwinder è usando l'immagine TFTP
-&netwinder-boot-img;.
+Il modo più semplice per avviare una macchina Netwinder è usando
+l'immagine TFTP &netwinder-boot-img;.
</para>
</sect3>
diff --git a/it/install-methods/usb-setup/i386.xml b/it/install-methods/usb-setup/i386.xml
index 1554220dc..49559925b 100644
--- a/it/install-methods/usb-setup/i386.xml
+++ b/it/install-methods/usb-setup/i386.xml
@@ -4,22 +4,25 @@
<sect3 arch="i386">
<!-- <title>USB stick partitioning on &arch-title;</title> -->
<title>Partizionamento della penna USB su &arch-title;</title>
-
<para>
-<!-- We will show how to setup the memory stick to use the first partition,
-instead of the entire device. -->
+<!--
+We will show how to setup the memory stick to use the first partition,
+instead of the entire device.
+-->
-Verrà spiegato come impostare la penna per usare solo la prima partizione
+Verrà spiegato come preparare la penna per usare solo la prima partizione
anziché l'intero dispositivo.
</para><note><para>
-<!-- Since most USB sticks come pre-configured with a single FAT16
+<!--
+Since most USB sticks come pre-configured with a single FAT16
partition, you probably won't have to repartition or reformat the
stick. If you have to do that anyway, use <command>cfdisk</command>
or any other partitioning tool for creating a FAT16 partition and then
-create the filesystem using: -->
+create the filesystem using:
+-->
Poiché la maggior parte delle penne USB viene venduta con una singola
partizione FAT16 già configurata, probabilmente non è necessario
@@ -32,9 +35,11 @@ filesystem usando:
# mkdosfs /dev/<replaceable>sda1</replaceable>
</screen></informalexample>
-<!-- Take care that you use the correct device name for your USB stick. The
+<!--
+Take care that you use the correct device name for your USB stick. The
<command>mkdosfs</command> command is contained in the
-<classname>dosfstools</classname> Debian package. -->
+<classname>dosfstools</classname> Debian package.
+-->
Fare attenzione a usare il nome di device della penna USB. Il
comando <command>mkdosfs</command> è contenuto nel pacchetto Debian
@@ -42,13 +47,15 @@ comando <command>mkdosfs</command> è contenuto nel pacchetto Debian
</para></note><para>
-<!-- In order to start the kernel after booting from the USB stick, we will
+<!--
+In order to start the kernel after booting from the USB stick, we will
put a boot loader on the stick. Although any boot loader
(e.g. <command>LILO</command>) should work, it's convenient to use
<command>SYSLINUX</command>, since it uses a FAT16 partition and can
be reconfigured by just editing a text file. Any operating system
which supports the FAT file system can be used to make changes to the
-configuration of the boot loader. -->
+configuration of the boot loader.
+-->
Per far partire il kernel dopo aver avviato da un penna USB è necessario
mettere un bootloader sulla penna. Nonostante il fatto che qualsiasi
@@ -60,9 +67,11 @@ essere usato per fare delle modifiche alla configurazione del bootloader.
</para><para>
-<!-- To put <command>SYSLINUX</command> on the FAT16 partition on your USB
+<!--
+To put <command>SYSLINUX</command> on the FAT16 partition on your USB
stick, install the <classname>syslinux</classname> and
-<classname>mtools</classname> packages on your system, and do: -->
+<classname>mtools</classname> packages on your system, and do:
+-->
Per collocare <command>SYSLINUX</command> sulla partizione FAT16 della
penna USB installare i pacchetti <classname>syslinux</classname> e
@@ -72,10 +81,12 @@ penna USB installare i pacchetti <classname>syslinux</classname> e
# syslinux /dev/<replaceable>sda1</replaceable>
</screen></informalexample>
-<!-- Again, take care that you use the correct device name. The partition
+<!--
+Again, take care that you use the correct device name. The partition
must not be mounted when starting <command>SYSLINUX</command>. This
procedure writes a boot sector to the partition and creates the file
-<filename>ldlinux.sys</filename> which contains the boot loader code. -->
+<filename>ldlinux.sys</filename> which contains the boot loader code.
+-->
Di nuovo fare attenzione a usare il nome corretto del device. La partizione
non deve essere montata quando si avvia <command>SYSLINUX</command>, la
@@ -84,8 +95,10 @@ procedura scrive il settore di avvio sulla partizione e crea il file
</para><para>
-<!-- Mount the partition (<userinput>mount /dev/sda1 /mnt</userinput>) and
-copy the following files from the Debian archives to the stick: -->
+<!--
+Mount the partition (<userinput>mount /dev/sda1 /mnt</userinput>) and
+copy the following files from the Debian archives to the stick:
+-->
Montare la partizione (<userinput>mount /dev/sda1 /mnt</userinput>) e
copiare i seguenti file dall'archivio Debian sulla penna:
@@ -93,44 +106,56 @@ copiare i seguenti file dall'archivio Debian sulla penna:
<itemizedlist>
<listitem><para>
-<!-- <filename>vmlinuz</filename> (kernel binary) -->
+<!--
+<filename>vmlinuz</filename> (kernel binary)
+-->
<filename>vmlinuz</filename> (kernel)
</para></listitem>
<listitem><para>
-<!-- <filename>initrd.gz</filename> (initial ramdisk image) -->
+<!--
+<filename>initrd.gz</filename> (initial ramdisk image)
+-->
<filename>initrd.gz</filename> (immagine del ramdisk iniziale)
</para></listitem>
<listitem><para>
-<!-- <filename>syslinux.cfg</filename> (SYSLINUX configuration file) -->
+<!--
+<filename>syslinux.cfg</filename> (SYSLINUX configuration file)
+-->
<filename>syslinux.cfg</filename> (file di configurazione di SYSLINUX)
</para></listitem>
<listitem><para>
-<!-- Optional kernel modules -->
+<!--
+Optional kernel modules
+-->
Moduli del kernel opzionali
</para></listitem>
</itemizedlist>
-<!-- If you want to rename the files, please note that
-<command>SYSLINUX</command> can only process DOS (8.3) file names. -->
+<!--
+If you want to rename the files, please note that
+<command>SYSLINUX</command> can only process DOS (8.3) file names.
+-->
Se si vuole rinominare questi file ricordarsi che <command>SYSLINUX</command>
può gestire solo nomi di file in formato DOS (8.3).
</para><para>
-<!-- The <filename>syslinux.cfg</filename> configuration file should
-contain the following two lines: -->
+<!--
+The <filename>syslinux.cfg</filename> configuration file should
+contain the following two lines:
+-->
Il file di configurazione <filename>syslinux.cfg</filename> deve contenere
le seguenti righe:
@@ -140,7 +165,8 @@ default vmlinuz
append initrd=initrd.gz ramdisk_size=12000 root=/dev/ram rw
</screen></informalexample>
-<!-- Please note that the <userinput>ramdisk_size</userinput> parameter
+<!--
+Please note that the <userinput>ramdisk_size</userinput> parameter
may need to be increased, depending on the image you are booting.
-->
diff --git a/it/install-methods/usb-setup/powerpc.xml b/it/install-methods/usb-setup/powerpc.xml
index 69877002a..05627936c 100644
--- a/it/install-methods/usb-setup/powerpc.xml
+++ b/it/install-methods/usb-setup/powerpc.xml
@@ -4,19 +4,20 @@
<sect3 arch="powerpc">
<!-- <title>USB stick partitioning on &arch-title;</title> -->
<title>Partizionamento della penna USB su &arch-title;</title>
-
<para>
-<!-- Most USB sticks do not come pre-configured in such a way that Open
+<!--
+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 <userinput>mac-fdisk /dev/sda</userinput>,
initialise a new partition map using the <userinput>i</userinput>
command, and create a new partition of type Apple_Bootstrap using the
<userinput>C</userinput> command. (Note that the first "partition" will
-always be the partition map itself.) Then type -->
+always be the partition map itself.) Then type
+-->
La maggior parte delle penne USB viene venduta con una configurazione da cui
-Open Firmware non può avviare la macchina e quindi è necessario ripartizionare
+Open Firmware non può avviare la macchina, quindi è necessario ripartizionare
la penna. Sui sistemi Mac, usando <userinput>mac-fdisk /dev/sda</userinput>,
si deve inizializzare una nuova mappa delle partizioni usando il comando
<userinput>i</userinput> e poi creare una nuova partizione di tipo
@@ -27,9 +28,11 @@ partizione è la mappa delle partizioni stessa). Poi eseguire
$ hformat /dev/<replaceable>sda2</replaceable>
</screen></informalexample>
-<!-- Take care that you use the correct device name for your USB stick. The
+<!--
+Take care that you use the correct device name for your USB stick. The
<command>hformat</command> command is contained in the
-<classname>hfsutils</classname> Debian package. -->
+<classname>hfsutils</classname> Debian package.
+-->
Fare attenzione a usare il nome di device della penna USB. Il
comando <command>hformat</command> è contenuto nel pacchetto Debian
@@ -37,12 +40,14 @@ comando <command>hformat</command> è contenuto nel pacchetto Debian
</para><para>
-<!-- In order to start the kernel after booting from the USB stick, we will
+<!--
+In order to start the kernel after booting from the USB stick, we will
put a boot loader on the stick. The <command>yaboot</command> 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. -->
+loader.
+-->
Per far partire il kernel dopo aver fatto l'avvio da una penna USB è necessario
mettere un bootloader sulla penna. Su un filesystem HFS è possibile installare
@@ -53,10 +58,12 @@ configurazione del bootloader.
</para><para>
-<!-- The normal <command>ybin</command> tool that comes with
+<!--
+The normal <command>ybin</command> tool that comes with
<command>yaboot</command> does not yet understand USB storage devices,
so you will have to install <command>yaboot</command> by hand using the
-<classname>hfsutils</classname> tools. Type -->
+<classname>hfsutils</classname> tools. Type
+-->
La normale versione del programma <command>ybin</command> contiene una
versione di <command>yaboot</command> che non riconosce i dispositivi di
@@ -71,12 +78,14 @@ $ hattrib -b :
$ humount
</screen></informalexample>
-<!-- Again, take care that you use the correct device name. The partition
+<!--
+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. -->
+utilities.
+-->
Di nuovo fare attenzione a usare il nome corretto del device. La partizione
non deve essere montata durante questa procedura dato che scrive il
@@ -87,8 +96,10 @@ comuni utilità Unix.
</para><para>
-<!-- Mount the partition (<userinput>mount /dev/sda2 /mnt</userinput>) and
-copy the following files from the Debian archives to the stick: -->
+<!--
+Mount the partition (<userinput>mount /dev/sda2 /mnt</userinput>) and
+copy the following files from the Debian archives to the stick:
+-->
Montare la partizione (<userinput>mount /dev/sda2 /mnt</userinput>) e
copiare i seguenti file dall'archivio Debian sulla penna:
@@ -96,35 +107,45 @@ copiare i seguenti file dall'archivio Debian sulla penna:
<itemizedlist>
<listitem><para>
-<!-- <filename>vmlinux</filename> (kernel binary) -->
+<!--
+<filename>vmlinux</filename> (kernel binary)
+-->
<filename>vmlinuz</filename> (kernel)
</para></listitem>
<listitem><para>
-<!-- <filename>initrd.gz</filename> (initial ramdisk image) -->
+<!--
+<filename>initrd.gz</filename> (initial ramdisk image)
+-->
<filename>initrd.gz</filename> (immagine del ramdisk iniziale)
</para></listitem>
<listitem><para>
-<!-- <filename>yaboot.conf</filename> (yaboot configuration file) -->
+<!--
+<filename>yaboot.conf</filename> (yaboot configuration file)
+-->
<filename>yaboot.conf</filename> (file di configurazione di yaboot)
</para></listitem>
<listitem><para>
-<!-- <filename>boot.msg</filename> (optional boot message) -->
+<!--
+<filename>boot.msg</filename> (optional boot message)
+-->
<filename>boot.msg</filename> (messaggio opzionale di avvio)
</para></listitem>
<listitem><para>
-<!-- Optional kernel modules -->
+<!--
+Optional kernel modules
+-->
Moduli del kernel opzionali
@@ -133,8 +154,10 @@ Moduli del kernel opzionali
</para><para>
-<!-- The <filename>yaboot.conf</filename> configuration file should
-contain the following lines: -->
+<!--
+The <filename>yaboot.conf</filename> configuration file should
+contain the following lines:
+-->
Il file di configurazione <filename>yaboot.conf</filename> deve contenere
le seguenti righe:
@@ -152,8 +175,10 @@ image=/vmlinux
read-only
</screen></informalexample>
-<!-- Please note that the <userinput>initrd-size</userinput> parameter
-may need to be increased, depending on the image you are booting. -->
+<!--
+Please note that the <userinput>initrd-size</userinput> parameter
+may need to be increased, depending on the image you are booting.
+-->
Notare che potrebbe essere necessario aumentare il valore del parametro
<userinput>ramdisk_size</userinput> a seconda dell'immagine che si vuole