diff options
author | Luca Monducci <luca.mo@tiscali.it> | 2008-05-23 19:55:37 +0000 |
---|---|---|
committer | Luca Monducci <luca.mo@tiscali.it> | 2008-05-23 19:55:37 +0000 |
commit | eba46efeb2a3b1b9cd9648634fbad061c16a68b5 (patch) | |
tree | c1ca92e2bf15c12bcaeaa1a0bbd9d2d89a60af48 /it/using-d-i | |
parent | fbf2550a59058a20bad8d80c9b807413b9c38185 (diff) | |
download | installation-guide-eba46efeb2a3b1b9cd9648634fbad061c16a68b5.zip |
[D-I Manual] Italian translation:
- Removed everything about DECstation
Diffstat (limited to 'it/using-d-i')
-rw-r--r-- | it/using-d-i/components.xml | 3 | ||||
-rw-r--r-- | it/using-d-i/modules/kbd-chooser.xml | 16 | ||||
-rw-r--r-- | it/using-d-i/modules/mipsel/delo-installer.xml | 116 |
3 files changed, 2 insertions, 133 deletions
diff --git a/it/using-d-i/components.xml b/it/using-d-i/components.xml index 54b2a6a7f..0415bec7c 100644 --- a/it/using-d-i/components.xml +++ b/it/using-d-i/components.xml @@ -1,5 +1,5 @@ <!-- retain these comments for translator revision tracking --> -<!-- original version: 50618 --> +<!-- original version: 53452 --> <sect1 id="module-details"> <!-- <title>Using Individual Components</title> --> @@ -235,7 +235,6 @@ linkend="boot-dev-select-sun"/>.</phrase> &module-ia64-elilo-installer.xml; &module-mips-arcboot-installer.xml; &module-mipsel-colo-installer.xml; -&module-mipsel-delo-installer.xml; &module-powerpc-yaboot-installer.xml; &module-powerpc-quik-installer.xml; &module-s390-zipl-installer.xml; diff --git a/it/using-d-i/modules/kbd-chooser.xml b/it/using-d-i/modules/kbd-chooser.xml index 3c82b62ec..0dd672509 100644 --- a/it/using-d-i/modules/kbd-chooser.xml +++ b/it/using-d-i/modules/kbd-chooser.xml @@ -1,5 +1,5 @@ <!-- retain these comments for translator revision tracking --> -<!-- original version: 42302 --> +<!-- original version: 53452 --> <sect3 id="kbd-chooser"> <!-- <title>Choosing a Keyboard</title> --> @@ -42,20 +42,6 @@ lingua. Una tastiera <quote>estesa</quote> è una tastiera con i tasti da <keycap>F1</keycap> a <keycap>F10</keycap> nella file di tasti più in alto. -</para><para arch="mipsel"> - -<!-- -On DECstations there is currently no loadable keymap available, -so you have to skip the keyboard selection and keep the default -kernel keymap (LK201 US). This may change in the future as it -depends on further Linux/MIPS kernel development. ---> - -Al momento non è disponibile nessuna mappa di tastiera per le DECstation -quindi si deve saltare la selezione della tastiera e continuare a usare -la mappa predefinita (LK201 US). Questo potrebbe cambiare in futuro, -dipende dallo sviluppo che avrà il kernel Linux/MIPS. - </para><para arch="powerpc"> <!-- diff --git a/it/using-d-i/modules/mipsel/delo-installer.xml b/it/using-d-i/modules/mipsel/delo-installer.xml deleted file mode 100644 index fd496c07d..000000000 --- a/it/using-d-i/modules/mipsel/delo-installer.xml +++ /dev/null @@ -1,116 +0,0 @@ -<!-- retain these comments for translator revision tracking --> -<!-- original version: 24663 --> - - <sect3 arch="mipsel"> - <!-- <title><command>delo</command>-installer</title> --> - <title><command>delo</command>-installer</title> -<para> - -<!-- -The boot loader on DECstations is <command>DELO</command>. -It has to be installed on the same hard disk as the kernel (this is done -automatically by the installer). DELO supports different configurations -which are set up in <filename>/etc/delo.conf</filename>. Each -configuration has a unique name, -the default setup as created by the installer is <quote>linux</quote>. -After DELO has been installed, the system can be booted from hard disk -by entering ---> - -Il boot loader per le DECstation è <command>DELO</command>. Deve essere -installato sullo stesso disco del kernel (questo viene fatto automaticamente -dal programma d'installazione). DELO gestisce più configurazioni, tutte -specificate nel file <filename>/etc/delo.conf</filename>. Ciascuna -configurazione deve avere un nome univoco, la configurazione predefinita -viene creata dal programma d'installazione e ha nome <quote>linux</quote>. -Una volta installato DELO il sistema può essere avviato dal disco fisso -inserendo - -<informalexample><screen> -<userinput>boot <replaceable>#</replaceable>/rz<replaceable>id</replaceable> <replaceable>partnr</replaceable>/<replaceable><!-- name -->nome</replaceable></userinput> -</screen></informalexample> - -<!-- -on the firmware prompt. ---> - -al prompt del firmware. - -</para> - -<variablelist> -<varlistentry> -<term> <replaceable>#</replaceable> </term> -<listitem><para> - -<!-- -is the TurboChannel device to be booted from, on most DECstations this -is <userinput>3</userinput> for the onboard controllers ---> - -è il device TurboChannel da cui fare l'avvio, sulla maggior parte delle -DECstation <userinput>3</userinput> indica il controller integrato - -</para></listitem> -</varlistentry> -<varlistentry> -<term> <replaceable>id</replaceable> </term> -<listitem><para> - -<!-- -is the SCSI ID of the hard disk on which <command>DELO</command> is -installed ---> - -è lo SCSI ID del disco fisso su cui è installato <command>DELO</command> - -</para></listitem> -</varlistentry> -<varlistentry> -<term> <replaceable>partnr</replaceable> </term> -<listitem><para> - -<!-- -is the number of the partition on which -<filename>/etc/delo.conf</filename> resides ---> - -è il numero della partizione su cui risiede <filename>/etc/delo.conf</filename> - -</para></listitem> -</varlistentry> -<varlistentry> -<term> <replaceable><!-- name -->nome</replaceable> </term> -<listitem><para> - -<!-- -is the name of the configuration entry in -<filename>/etc/delo.conf</filename>, which is <quote>linux</quote> by -default. ---> - -è il nome dell'elemento di configurazione nel file -<filename>/etc/delo.conf</filename>, il valore predefinito è -<quote>linux</quote>. - -</para></listitem> -</varlistentry> -</variablelist> - -<para> - -<!-- -In case <filename>/etc/delo.conf</filename> is on the first partition -on the disk and the default configuration shall be booted, it is -sufficient to use ---> - -Nel caso <filename>/etc/delo.conf</filename> si trovi sulla prima partizione -del disco e si usi la configurazione predefinita, è sufficiente usare - -<informalexample><screen> -<userinput>boot #/rz<replaceable>id</replaceable></userinput> -</screen></informalexample> - -</para> - </sect3> |