summaryrefslogtreecommitdiff
path: root/it/using-d-i/modules/iso-scan.xml
diff options
context:
space:
mode:
authorLuca Monducci <luca.mo@tiscali.it>2006-02-12 14:46:11 +0000
committerLuca Monducci <luca.mo@tiscali.it>2006-02-12 14:46:11 +0000
commite5a0206191e5184a132292db71b18f663dc0ede9 (patch)
tree30f532e4fe040c14c28926c2af2a7d33c1f09f2f /it/using-d-i/modules/iso-scan.xml
parentc76791742daa9b9048a0939570557ef554fc3d40 (diff)
downloadinstallation-guide-e5a0206191e5184a132292db71b18f663dc0ede9.zip
Update
Diffstat (limited to 'it/using-d-i/modules/iso-scan.xml')
-rw-r--r--it/using-d-i/modules/iso-scan.xml46
1 files changed, 44 insertions, 2 deletions
diff --git a/it/using-d-i/modules/iso-scan.xml b/it/using-d-i/modules/iso-scan.xml
index 5d5a055d4..7da3da42b 100644
--- a/it/using-d-i/modules/iso-scan.xml
+++ b/it/using-d-i/modules/iso-scan.xml
@@ -1,17 +1,28 @@
<!-- retain these comments for translator revision tracking -->
-<!-- original version: 23058 untranslated -->
+<!-- original version: 23058 -->
+
<sect3 id="iso-scan">
- <title>Looking for the Debian Installer ISO Image</title>
+ <!-- <title>Looking for the Debian Installer ISO Image</title> -->
+ <title>Ricerca dell'immagine ISO del Debian Installer</title>
<para>
+<!--
When installing via the <emphasis>hd-media</emphasis> method, there
will be a moment where you need to find and mount the Debian Installer
iso image in order to get the rest of the installation files. The
component <command>iso-scan</command> does exactly this.
+-->
+
+Quando si effettua un'installazione con il metodo
+<emphasis>hd-media</emphasis> c'è una fase in cui è necessario cercare e
+montare un'immagine ISO del Debian Installer per poter recuperare i file
+necessari all'installazione mancanti. Questo è esattamente il compito
+svolto dal componente <command>iso-scan</command>.
</para><para>
+<!--
At first, <command>iso-scan</command> automatically mounts all block
devices (e.g. partitions) which have some known filesystem on them and
sequentially searches for filenames ending with
@@ -26,22 +37,53 @@ After an iso image has been found, <command>iso-scan</command> checks
its content to determine if the image is a valid Debian iso image or
not. In the former case we are done, in the latter
<command>iso-scan</command> seeks for another image.
+-->
+
+Al primo tentativo <command>iso-scan</command> monta automaticamente tutti
+i dispositivi a blocchi (per esempio le partizioni) su cui è presente un
+filesystem conosciuto e poi ricerca i file con estensione
+<filename>.iso</filename> (o <filename>.ISO</filename>). Da notare che la
+prima scansione avviene solo sui file presenti nella directory root e nel
+primo livello di sottodirectory (cioè riesce a trovare
+<filename>/<replaceable>qualcosa</replaceable>.iso</filename> e
+<filename>/data/<replaceable>qualcosa</replaceable>.iso</filename> ma non
+<filename>/data/tmp/<replaceable>qualcosa</replaceable>.iso</filename>).
+Una volta trovata un'immagine ISO, <command>iso-scan</command> ne verifica
+il contenuto per determinare se l'immagine è un'immagine Debian valida, nel
+caso non lo sia viene cercata un'altra immagine.
</para><para>
+<!--
In case the previous attempt to find an installer iso image fails,
<command>iso-scan</command> will ask you whether you would like to
perform a more thorough search. This pass doesn't just look into the
topmost directories, but really traverses whole filesystem.
+-->
+
+Se il precedente tentativo di ricerca di un'immagine ISO dell'installatore
+fallisce, <command>iso-scan</command> chiede se si vuole effettuare un'altra
+ricerca più approfondita. In questo passo la ricerca avviene anche nelle
+sottodirectory anziché nel solo livello più alto del filesystem.
</para><para>
+<!--
If <command>iso-scan</command> does not discover your installer iso
image, reboot back to your original operating system and check if the
image is named correctly (ending in <filename>.iso</filename>), if it is
placed on a filesystem recognizable by &d-i;, and if it is not
corrupted (verify the checksum). Experienced Unix users could do this
without rebooting on the second console.
+-->
+
+Se <command>iso-scan</command> non trova un'immagine iso dell'installatore
+si deve riavviare il vecchio sistema operativo e verificare se il nome
+dell'immagine è corretto (cioè se finisce con <filename>.iso</filename>),
+se l'immagine è su un filesystem visibile da &d-i; e se l'immagine è
+compromessa (verificandone la checksum). Gli utenti più esperti possono
+fare tutti questi controlli, senza riavviare la macchina, usando la seconda
+console.
</para>
</sect3>