summaryrefslogtreecommitdiff
path: root/cs/appendix/preseed.xml
diff options
context:
space:
mode:
authorMiroslav Kure <kurem@upcase.inf.upol.cz>2007-02-04 15:06:13 +0000
committerMiroslav Kure <kurem@upcase.inf.upol.cz>2007-02-04 15:06:13 +0000
commitc08ae3e0c057aa214a8784f01db31cb875e4b3dc (patch)
tree5cfc4491d6523d2e225fdebc3f7a48759f503918 /cs/appendix/preseed.xml
parent5d3b1e8faecbcf131a4c2c9055f502d5fac0e4c0 (diff)
downloadinstallation-guide-c08ae3e0c057aa214a8784f01db31cb875e4b3dc.zip
[l10n] Updated Czech translation of Installation Guide
Diffstat (limited to 'cs/appendix/preseed.xml')
-rw-r--r--cs/appendix/preseed.xml17
1 files changed, 13 insertions, 4 deletions
diff --git a/cs/appendix/preseed.xml b/cs/appendix/preseed.xml
index 2c33e2e5f..d3b795dc7 100644
--- a/cs/appendix/preseed.xml
+++ b/cs/appendix/preseed.xml
@@ -1,5 +1,5 @@
<!-- $Id$ -->
-<!-- original version: 44376 -->
+<!-- original version: 44897 -->
<!--
Be carefull with the format of this file as it is parsed to generate
@@ -866,7 +866,7 @@ jako <classname>mirror/suite</classname>.
<informalexample role="example"><screen>
d-i mirror/country string enter information manually
-d-i mirror/http/hostname string ftp.cz.debian.org
+d-i mirror/http/hostname string &archive-mirror;
d-i mirror/http/directory string /debian
d-i mirror/http/proxy string
@@ -1400,13 +1400,22 @@ možnost volby jiného jazyka.) Dosáhnete toho tak, že po nastavení
proměnné změníte příznak <firstterm>seen</firstterm> na hodnotu
<quote>false</quote>.
-</para>
-
<informalexample><screen>
d-i foo/bar string hodnota
d-i foo/bar seen false
</screen></informalexample>
+To samozřejmě funguje jen u parametrů, kterým odpovídá nějaká otázka,
+tj. nefunguje to pro <quote>interní</quote> parametry.
+
+</para><para>
+
+Chcete-li stejného výsledku dosáhnout pro <emphasis>všechny</emphasis>
+otázky, můžete použít zaváděcí parametr
+<classname>preseed/interactive=true</classname>, což se může hodit pro
+testování a ladění konfiguračního souboru s přednastavením.
+
+</para>
</sect2>
<sect2 id="preseed-chainload">