summaryrefslogtreecommitdiff
path: root/pt_BR/appendix/preseed.xml
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 /pt_BR/appendix/preseed.xml
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 'pt_BR/appendix/preseed.xml')
-rw-r--r--pt_BR/appendix/preseed.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pt_BR/appendix/preseed.xml b/pt_BR/appendix/preseed.xml
index 1e11bfd8e..9637f9a89 100644
--- a/pt_BR/appendix/preseed.xml
+++ b/pt_BR/appendix/preseed.xml
@@ -1240,7 +1240,7 @@ repositórios (locais).
# 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>