diff options
Diffstat (limited to 'en/appendix')
-rw-r--r-- | en/appendix/preseed.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/en/appendix/preseed.xml b/en/appendix/preseed.xml index a8c8ce180..a5b9db3bf 100644 --- a/en/appendix/preseed.xml +++ b/en/appendix/preseed.xml @@ -1048,6 +1048,11 @@ earlier questions. You can optionally add other (local) repositories. # apt will complain about the unauthenticated repository and so the # sources.list line will be left commented out #d-i apt-setup/local0/key string http://local.server/key + +# 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 </screen></informalexample> </sect2> |