diff options
author | Luca Monducci <luca.mo@tiscali.it> | 2012-01-01 11:01:51 +0000 |
---|---|---|
committer | Luca Monducci <luca.mo@tiscali.it> | 2012-01-01 11:01:51 +0000 |
commit | 6debd9ae669473238e15ca4c704630545b4c3533 (patch) | |
tree | c4f72eb991f962e978703e2f12c8759dccd7f5bc /it/appendix/chroot-install.xml | |
parent | 00e99d314007c5337570f31a4d44ee675e38101f (diff) | |
download | installation-guide-6debd9ae669473238e15ca4c704630545b4c3533.zip |
Sync Italian translation of d-i manual
Diffstat (limited to 'it/appendix/chroot-install.xml')
-rw-r--r-- | it/appendix/chroot-install.xml | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/it/appendix/chroot-install.xml b/it/appendix/chroot-install.xml index bd07568a2..47bc51fe1 100644 --- a/it/appendix/chroot-install.xml +++ b/it/appendix/chroot-install.xml @@ -1,5 +1,5 @@ <!-- retain these comments for translator revision tracking --> -<!-- original version: 66667 --> +<!-- original version: 67110 --> <sect1 id="linux-upgrade"> <!-- <title>Installing &debian-gnu; from a Unix/Linux System</title> --> @@ -842,8 +842,8 @@ della chroot &debian;. Check <userinput>info grub</userinput> <phrase arch="x86">or <userinput>man lilo.conf</userinput></phrase> for instructions on setting up the bootloader. If you are keeping the system you used to install &debian;, just -add an entry for the &debian; install to your existing grub -<filename>menu.lst</filename><phrase arch="x86">or <filename>lilo.conf</filename>. For +add an entry for the &debian; install to your existing grub2 +<filename>grub.cfg</filename><phrase arch="x86">or <filename>lilo.conf</filename>. For <filename>lilo.conf</filename>, you could also copy it to the new system and edit it there. After you are done editing, call <command>lilo</command> (remember it will use @@ -854,7 +854,7 @@ Si provi <userinput>info grub</userinput> <phrase arch="x86">o <userinput>man lilo.conf</userinput></phrase> per ottenere istruzioni sulla configurazione del boot loader. Nel caso si desideri mantenere attivo il sistema da cui si è installato &debian;, è sufficiente aggiungere una voce per &debian; al file -<filename>menu.lst</filename> di grub<phrase arch="x86"> oppure a +<filename>grub.cfg</filename> di grub2<phrase arch="x86"> oppure a <filename>lilo.conf</filename>. Se si tratta di <filename>lilo.conf</filename>, è anche possibile copiarlo sul nuovo sistema e lì modificarlo opportunamente. Dopo averlo modificato eseguire @@ -864,39 +864,39 @@ sistema e lì modificarlo opportunamente. Dopo averlo modificato eseguire </para><para arch="any-x86"> <!-- -Installing and setting up <classname>grub</classname> is as easy as: +Installing and setting up <classname>grub2</classname> is as easy as: --> -L'installazione e la configurazione di <classname>grub</classname> è +L'installazione e la configurazione di <classname>grub2</classname> è molto semplice: <informalexample><screen> -# aptitude install grub +# aptitude install grub-pc # grub-install /dev/<replaceable>hda</replaceable> # update-grub </screen></informalexample> <!-- -The second command will install <command>grub</command> (in this case in +The second command will install <command>grub2</command> (in this case in the MBR of <literal>hda</literal>). The last command will create a sane -and working <filename>/boot/grub/menu.lst</filename>. +and working <filename>/boot/grub/grub.cfg</filename>. --> -Il secondo comando installa <command>grub</command> (in questo caso nel MBR +Il secondo comando installa <command>grub2</command> (in questo caso nel MBR di <literal>hda</literal>). L'ultimo comando crea un file -<filename>/boot/grub/menu.lst</filename> corretto e funzionante. +<filename>/boot/grub/grub.cfg</filename> corretto e funzionante. </para><para> <!-- Note that this assumes that a <filename>/dev/hda</filename> device file has -been created. There are alternative methods to install <command>grub</command>, +been created. There are alternative methods to install <command>grub2</command>, but those are outside the scope of this appendix. --> Notare che si suppone che il device <filename>/dev/hda</filename> sia già stato creato. Esistono anche altri metodi per installare -<command>grub</command>, ma questi non rientrano fra gli scopi di +<command>grub2</command>, ma questi non rientrano fra gli scopi di questa appendice. </para><para arch="x86"> |