summaryrefslogtreecommitdiff
path: root/it/boot-installer
diff options
context:
space:
mode:
authorLuca Monducci <luca.mo@tiscali.it>2010-08-28 10:11:55 +0000
committerLuca Monducci <luca.mo@tiscali.it>2010-08-28 10:11:55 +0000
commit40dc0648b2adeeb8e99b2c3665cfef75cd5b74e4 (patch)
tree6ee60df38b0519af9da89b5ed54cc6d4d65ba50d /it/boot-installer
parentf8245b804c2bb1356339fb9d7496564896a3c16b (diff)
downloadinstallation-guide-40dc0648b2adeeb8e99b2c3665cfef75cd5b74e4.zip
Updated Italian translation of d-i manual
Diffstat (limited to 'it/boot-installer')
-rw-r--r--it/boot-installer/accessibility.xml11
-rw-r--r--it/boot-installer/arm.xml14
2 files changed, 19 insertions, 6 deletions
diff --git a/it/boot-installer/accessibility.xml b/it/boot-installer/accessibility.xml
index 7b624425f..2dbf727bb 100644
--- a/it/boot-installer/accessibility.xml
+++ b/it/boot-installer/accessibility.xml
@@ -1,5 +1,5 @@
<!-- retain these comments for translator revision tracking -->
-<!-- original version: 62899 -->
+<!-- original version: 63943 -->
<sect1 id="boot-installer-accessibility" arch="not-s390">
<!-- <title>Accessibility</title> -->
@@ -16,8 +16,10 @@ accessibility features have to be enabled manually.
<phrase arch="x86">On machines that support it, the boot menu emits a beep
when it is ready to receive keystrokes.</phrase>
Some boot parameters can <phrase arch="x86">then</phrase> be appended to
-enable accessibility features. Note that on most architectures the boot
-loader interprets your keyboard as a QWERTY keyboard.
+enable accessibility features<phrase arch="x86"> (see also
+<xref linkend="boot-screen"/>)</phrase>.
+Note that on most architectures the boot loader interprets your keyboard as
+a QWERTY keyboard.
-->
Alcuni utenti potrebbero aver bisogno di particolari supporti perché,
@@ -29,7 +31,8 @@ funzionalità per l'accessibilità devono essere attivate manualmente.
<phrase arch="x86">Sulle macchine che lo permettono, il menu d'avvio
emette un bip quando è pronto per ricevere la pressione dei tasti.</phrase>
L'attivazione di alcune delle funzionalità per l'accessibilità può essere
-fatta utilizzando i parametri d'avvio. Notare che sulla maggioranza delle
+fatta utilizzando i parametri d'avvio<phrase arch="x86"> (consultare anche
+<xref linkend="boot-screen"/>)</phrase>. Notare che sulla maggioranza delle
architetture il boot loader interpreta la tastiera come una tastiera
QWERTY.
diff --git a/it/boot-installer/arm.xml b/it/boot-installer/arm.xml
index 0a790ee58..44908407b 100644
--- a/it/boot-installer/arm.xml
+++ b/it/boot-installer/arm.xml
@@ -1,5 +1,5 @@
<!-- retain these comments for translator revision tracking -->
-<!-- original version: 62875 -->
+<!-- original version: 63942 -->
<sect2 arch="arm" id="boot-tftp">
<!-- <title>Booting from TFTP</title> -->
@@ -393,12 +393,22 @@ You will need to hit Ctrl-C again to interrupt the boot. Then:
È necessario premere di nuovo Ctrl-C per interrompere l'avvio. Poi:
<informalexample><screen>
-ip_address -l 192.168.2.249 -h 192.168.2.4
+ip_address -l <replaceable>192.168.2.249</replaceable> -h <replaceable>192.168.2.4</replaceable>
load -v -r -b 0x01800000 -m http /initrd.gz
load -v -r -b 0x01008000 -m http /zImage
exec -c "console=ttyS0,115200 rw root=/dev/ram mem=256M@0xa0000000" -r 0x01800000
</screen></informalexample>
+<!--
+Where <replaceable>192.168.2.249</replaceable> is the IP address of the
+installed system and <replaceable>192.168.2.4</replaceable> the IP address
+of the HTTP server containing the kernel and ramdisk files.
+-->
+
+Dove <replaceable>192.168.2.249</replaceable> è l'indirizzo IP del sistema
+che si sta installando e <replaceable>192.168.2.4</replaceable> è l'indirizzo
+IP del server HTTP che contiene i file del kernel e del ramdisk.
+
</para><para>
<!--