summaryrefslogtreecommitdiff
path: root/en
diff options
context:
space:
mode:
authorMartin Michlmayr <tbm@cyrius.com>2009-11-19 22:41:27 +0000
committerMartin Michlmayr <tbm@cyrius.com>2009-11-19 22:41:27 +0000
commit79592d21c556c771fca565ddba6028ac2e114b68 (patch)
treec8045037276e9afb30310050ed9a5cd72420c462 /en
parent9db18fb58d52a1a7ca0b9dfd53a85c1b5ab01fa0 (diff)
downloadinstallation-guide-79592d21c556c771fca565ddba6028ac2e114b68.zip
Fix the preseeding example to say that allow_unauthenticated is a
boolean (and not a string).
Diffstat (limited to 'en')
-rw-r--r--en/appendix/preseed.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/en/appendix/preseed.xml b/en/appendix/preseed.xml
index bf5d9e3f8..d77104c58 100644
--- a/en/appendix/preseed.xml
+++ b/en/appendix/preseed.xml
@@ -1,5 +1,5 @@
<!-- retain these comments for translator revision tracking -->
-<!-- $Id: preseed.xml 60603 2009-09-01 17:03:55Z fjp $ -->
+<!-- $Id$ -->
<!--
Be careful with the format of this file as it is parsed to generate
@@ -1286,7 +1286,7 @@ earlier questions. You can optionally add other (local) repositories.
# By default the installer requires that repositories be authenticated
# using a known gpg key. This setting can be used to disable that
# authentication. Warning: Insecure, not recommended.
-#d-i debian-installer/allow_unauthenticated string true
+#d-i debian-installer/allow_unauthenticated boolean true
</screen></informalexample>
</sect2>