preseed: ajout des depots

This commit is contained in:
Thomas NOËL 2014-11-28 15:39:56 +01:00
parent 4c85a8caab
commit f5f5b7e5d2
1 changed files with 20 additions and 0 deletions

View File

@ -316,6 +316,26 @@ d-i apt-setup/local0/comment string SupAnn tools from Entr'ouvert
d-i apt-setup/local0/source boolean true
d-i apt-setup/local0/key string http://deb.entrouvert.org/entrouvert.gpg
d-i apt-setup/local1/repository string http://deb.entrouvert.org/ wheezy-supann-testing main
d-i apt-setup/local1/comment string SupAnn tools from Entr'ouvert -- testing
d-i apt-setup/local1/source boolean true
d-i apt-setup/local1/key string http://deb.entrouvert.org/entrouvert.gpg
d-i apt-setup/local2/repository string deb http://ldapsaisie.easter-eggs.org/debian wheezy main
d-i apt-setup/local2/comment string LDAPSaisie from Easter-Eggs
d-i apt-setup/local2/source boolean true
#d-i apt-setup/local2/key string http://ldapsaisie.easter-eggs.org/none.gpg
d-i apt-setup/local3/repository string http://deb.entrouvert.org/ wheezy main
d-i apt-setup/local3/comment string Base tools from Entr'ouvert
d-i apt-setup/local3/source boolean true
d-i apt-setup/local3/key string http://deb.entrouvert.org/entrouvert.gpg
d-i apt-setup/local4/repository string http://deb.entrouvert.org/ wheezy-testing main
d-i apt-setup/local4/comment string Base tools from Entr'ouvert -- testing
d-i apt-setup/local4/source boolean true
d-i apt-setup/local4/key string http://deb.entrouvert.org/entrouvert.gpg
# 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.