[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[LCFC] manual://d-i/appendix/preseed.xml



-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On 08/07/2006 10:02 AM, Herbert P Fortes Neto wrote:
>  Olá
> 
>  Arquivo em anexo
> 
> 
>  []
>  hpfn

	Normalmente a parte de exemplos do preseed não é
traduzida, talvez no futuro possamos adicionar uma versão
traduzida do arquivo de exemplo.

	Houve uma atualização após o seu envio do arquivo,
estou mandando o diff em anexo, e enviando o arquivo para
o repositório logo mais.


	Abraço,

- --
Felipe Augusto van de Wiel (faw)
"Debian. Freedom to code. Code to freedom!"
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (GNU/Linux)
Comment: Using GnuPG with Debian - http://enigmail.mozdev.org

iD8DBQFE68z/CjAO0JDlykYRAupbAJ48sb3T34HTKMHUxvFliWNcCXOT7gCgkW7E
OrICcm90/zXaGXXattGxzwo=
=ykHQ
-----END PGP SIGNATURE-----
--- preseed.xml	2006-08-23 00:17:38.000000000 -0300
+++ faw-preseed.xml	2006-08-23 00:33:37.614538500 -0300
@@ -1,8 +1,8 @@
 <!-- retain these comments for translator revision tracking -->
-<!-- original version: 39468 -->
+<!-- original version: 39932 -->
 <!-- translated by Marco Carvalho (macs) 2005.12.30 -->
-<!-- revised by Felipe Augusto van de Wiel (faw) 2006.07.11 -->
 <!-- revised by Herbert Parentes Fortes Neto (hpfn) 2006.08.06 -->
+<!-- revised by Felipe Augusto van de Wiel (faw) 2006.08.23 -->
 
 <!--
 Be carefull with the format of this file as it is parsed to generate
@@ -758,6 +758,8 @@
 d-i partman-auto/disk string /dev/discs/disc0/disc
 # Or, if you want to use LVM:
 #d-i partman-auto-lvm/disk string /dev/discs/disc0/disc
+# Or, LVM with more than one disk:
+#d-i partman-auto-lvm/disk string /dev/discs/disc0/disc /dev/discs/disc1/disc
 
 # You can choose from any of the predefined partitioning recipes.
 # Note: this must be preseeded with a localized (translated) value.
@@ -942,9 +944,11 @@
 
 # Alternatively, if you want to install to a location other than the mbr,
 # uncomment and edit these lines:
-#d-i grub-installer/bootdev  string (hd0,0)
 #d-i grub-installer/only_debian boolean false
 #d-i grub-installer/with_other_os boolean false
+#d-i grub-installer/bootdev  string (hd0,0)
+# To install grub to multiple disks:
+#d-i grub-installer/bootdev  string (hd0,0) (hd1,0) (hd2,0)
 </screen></informalexample>
 
   </sect2>
@@ -1004,7 +1008,7 @@
 </para><para>
 
 Se você quiser instalar alguns pacotes individuais em adição aos pacotes
-instalados pelo tasks, você pode usar o parâmetro
+instalados pelas tarefas (<quote>tasks</quote>), você pode usar o parâmetro
 <classname>pkgsel/include</classname>. O valor deste parâmetro pode ser
 separado por vírgula ou espaço, então você também pode usá-lo facilmente
 na linha de comando do kernel.
@@ -1016,7 +1020,7 @@
 #tasksel tasksel/first multiselect standard, web-server
 #tasksel tasksel/first multiselect standard, kde-desktop
 
-# Pacotes individuais adicionais para instalar
+# Individual additional packages to install
 #d-i pkgsel/include string openssh-server build-essential
 
 # Some versions of the installer can report back on what software you have

Reply to: