diff --git a/iso/preseeds/preseed.cfg b/iso/preseeds/preseed.cfg index ea9c308..84b04d4 100644 --- a/iso/preseeds/preseed.cfg +++ b/iso/preseeds/preseed.cfg @@ -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.