summaryrefslogtreecommitdiff
path: root/cs/appendix/preseed.xml
diff options
context:
space:
mode:
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">