diff options
author | Luca Monducci <luca.mo@tiscali.it> | 2010-09-19 14:06:24 +0000 |
---|---|---|
committer | Luca Monducci <luca.mo@tiscali.it> | 2010-09-19 14:06:24 +0000 |
commit | f1abb7ebf3893cfe4bd6d347c705f59d6979082c (patch) | |
tree | 060712e565fb835173ba489e161aa41def77121e /it/install-methods/boot-drive-files.xml | |
parent | caa785630ea0c90853ad993633d4396b4ec2d22a (diff) | |
download | installation-guide-f1abb7ebf3893cfe4bd6d347c705f59d6979082c.zip |
Sync Italian translation of d-i manual
Diffstat (limited to 'it/install-methods/boot-drive-files.xml')
-rw-r--r-- | it/install-methods/boot-drive-files.xml | 65 |
1 files changed, 53 insertions, 12 deletions
diff --git a/it/install-methods/boot-drive-files.xml b/it/install-methods/boot-drive-files.xml index e13d24aa3..a79f3a973 100644 --- a/it/install-methods/boot-drive-files.xml +++ b/it/install-methods/boot-drive-files.xml @@ -1,6 +1,5 @@ <!-- retain these comments for translator revision tracking --> -<!-- original version: 39614 --> - +<!-- original version: 64654 --> <sect1 condition="bootable-disk" id="boot-drive-files"> <!-- <title>Preparing Files for Hard Disk Booting</title> --> @@ -31,14 +30,6 @@ puramente da rete evitando tutte le noie dei supporti rimovibili come la ricerca e la masterizzazione delle immagini dei CD o la lotta con troppi e inaffidabili dischetti. -</para><para arch="x86"> - -<!-- -The installer cannot boot from files on an NTFS file system. ---> - -L'installatore non può essere avviato usando file su un filesystem NTFS. - </para><para arch="powerpc"> <!-- @@ -107,12 +98,14 @@ essere usato come filesystem di root dal kernel. <!-- Copy the following files from the Debian archives to a -convenient location on your hard drive, for instance to +convenient location on your hard drive (note that LILO +can not boot from files on an NTFS file system), for instance to <filename>/boot/newinstall/</filename>. --> Copiare i seguenti file dagli archivi Debian in una directory del proprio -disco fisso, per esempio <filename>/boot/newinstall/</filename>. +disco fisso (notare che LILO non è in grado di avviare il sistema da file +su un file system NTFS), per esempio <filename>/boot/newinstall/</filename>. <itemizedlist> <listitem><para> @@ -149,6 +142,54 @@ Infine, per configurare il bootloader procedere con </sect2> + <sect2 arch="x86" id="files-loadlin"> + <!-- <title>Hard disk installer booting using <command>loadlin</command></title> --> + <title>Avvio dell'installatore da disco fisso con <command>loadlin</command></title> +<para> + +<!-- +This section explains how to prepare your hard drive for booting the installer +from DOS using <command>loadlin</command>. +--> + +In questa sezione è spiegato come preparare il proprio disco fisso per +avviare l'installatore da DOS usando <command>loadlin</command>. + +</para><para> + +<!-- +Copy the following files from a Debian CD image to <filename>c:\</filename>. +--> + +Copiare i seguenti file dall'immagine del CD Debian in +<filename>c:\</filename>. + +<itemizedlist> +<listitem><para> + +<!-- +<filename>/&x86-install-dir;</filename> (kernel binary and ramdisk image) +--> + +<filename>/&x86-install-dir;</filename> (binari del kernel e immagine del ramdisk) + +</para></listitem> +<listitem><para> + +<!-- +<filename>/tools</filename> (loadlin tool) +--> + +<filename>/tools</filename> (programma loadlin) + +</para></listitem> + +</itemizedlist> + +</para> + </sect2> + + <sect2 arch="powerpc" id="files-oldworld"> <!-- <title>Hard Disk Installer Booting for OldWorld Macs</title> --> <title>Avvio dell'installatore da disco fisso su Mac OldWorld</title> |