17 lines
614 B
INI
17 lines
614 B
INI
# Debian Installer preconfiguration file
|
|
# to install Debian with custom repositories
|
|
|
|
# Add your custom repositories
|
|
d-i apt-setup/local0/repository string \
|
|
http://repo.peppermintos.com/packages peptesting main contrib non-free
|
|
d-i apt-setup/local0/comment string PeppermintOS repository
|
|
d-i apt-setup/local0/source boolean true
|
|
d-i apt-setup/local0/source boolean true
|
|
|
|
# URL to the public key of the local repository
|
|
d-i apt-setup/local0/key string http://repo.peppermintos.com/packages/conf/peppermint-keyring.gpg
|
|
|
|
# Remove popularity-contest
|
|
popularity-contest popularity-contest/participate boolean false
|
|
|