diff options
author | Martin Michlmayr <tbm@cyrius.com> | 2009-11-19 22:41:27 +0000 |
---|---|---|
committer | Martin Michlmayr <tbm@cyrius.com> | 2009-11-19 22:41:27 +0000 |
commit | 79592d21c556c771fca565ddba6028ac2e114b68 (patch) | |
tree | c8045037276e9afb30310050ed9a5cd72420c462 /it/appendix/preseed.xml | |
parent | 9db18fb58d52a1a7ca0b9dfd53a85c1b5ab01fa0 (diff) | |
download | installation-guide-79592d21c556c771fca565ddba6028ac2e114b68.zip |
Fix the preseeding example to say that allow_unauthenticated is a
boolean (and not a string).
Diffstat (limited to 'it/appendix/preseed.xml')
-rw-r--r-- | it/appendix/preseed.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/it/appendix/preseed.xml b/it/appendix/preseed.xml index 9297e795c..857cda70c 100644 --- a/it/appendix/preseed.xml +++ b/it/appendix/preseed.xml @@ -2206,7 +2206,7 @@ aggiungere altri repository (anche locali). --># Normalmente l'installatore richiede che i repository siano autenticati # con una chiave gpg conosciuta. Per disabilitare questa autenticazione si # può usare questa impostazione. Attenzione: insicuro, non raccomandato. -#d-i debian-installer/allow_unauthenticated string true +#d-i debian-installer/allow_unauthenticated boolean true </screen></informalexample> </sect2> |