|
|
|
@ -15,6 +15,22 @@ d-i base-installer/kernel/skip-install boolean true
|
|
|
|
|
# Continue the install without loading kernel modules?
|
|
|
|
|
d-i anna/no_kernel_modules boolean true
|
|
|
|
|
|
|
|
|
|
# Additional repositories, local[0-9] available
|
|
|
|
|
#d-i apt-setup/local0/repository string \
|
|
|
|
|
# http://local.server/debian stable main
|
|
|
|
|
#d-i apt-setup/local0/comment string local server
|
|
|
|
|
# Enable deb-src lines
|
|
|
|
|
#d-i apt-setup/local0/source boolean true
|
|
|
|
|
# URL to the public key of the local repository; you must provide a key or
|
|
|
|
|
# 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
|
|
|
|
|
|
|
|
|
|
d-i apt-setup/local0/repository string http://repos.rcn-ee.net/debian/ wheezy main
|
|
|
|
|
|
|
|
|
|
#apt-cacher-ng allows "custom.gpg"
|
|
|
|
|
d-i apt-setup/local0/key string http://repos.rcn-ee.net/debian/conf/custom.gpg
|
|
|
|
|
|
|
|
|
|
# Controls whether to use NTP to set the clock during the install
|
|
|
|
|
d-i clock-setup/ntp boolean true
|
|
|
|
|
# NTP server to use. The default is almost always fine here.
|
|
|
|
|