rcn-ee: start .net -> .com server transition

Signed-off-by: Robert Nelson <robertcnelson@gmail.com>
pull/62/head
Robert Nelson 10 years ago
parent cff558be20
commit 628d9b5f11

@ -29,10 +29,10 @@ d-i base-installer/kernel/image select none
# sources.list line will be left commented out # sources.list line will be left commented out
#d-i apt-setup/local0/key string http://local.server/key #d-i apt-setup/local0/key string http://local.server/key
d-i apt-setup/local0/repository string http://repos.rcn-ee.net/debian/ jessie main d-i apt-setup/local0/repository string http://repos.rcn-ee.com/debian/ jessie main
#apt-cacher-ng allows "custom.gpg" #apt-cacher-ng allows "custom.gpg"
d-i apt-setup/local0/key string http://repos.rcn-ee.net/debian/conf/custom.gpg d-i apt-setup/local0/key string http://repos.rcn-ee.com/debian/conf/custom.gpg
# Controls whether to use NTP to set the clock during the install # Controls whether to use NTP to set the clock during the install
d-i clock-setup/ntp boolean true d-i clock-setup/ntp boolean true

@ -33,10 +33,10 @@ d-i base-installer/kernel/image select none
# sources.list line will be left commented out # sources.list line will be left commented out
#d-i apt-setup/local0/key string http://local.server/key #d-i apt-setup/local0/key string http://local.server/key
d-i apt-setup/local0/repository string deb http://repos.rcn-ee.net/ubuntu/ trusty main d-i apt-setup/local0/repository string deb http://repos.rcn-ee.com/ubuntu/ trusty main
#apt-cacher-ng allows "custom.gpg" #apt-cacher-ng allows "custom.gpg"
d-i apt-setup/local0/key string http://repos.rcn-ee.net/ubuntu/conf/custom.gpg d-i apt-setup/local0/key string http://repos.rcn-ee.com/ubuntu/conf/custom.gpg
# Controls whether to use NTP to set the clock during the install # Controls whether to use NTP to set the clock during the install
d-i clock-setup/ntp boolean true d-i clock-setup/ntp boolean true

@ -33,10 +33,10 @@ d-i base-installer/kernel/image select none
# sources.list line will be left commented out # sources.list line will be left commented out
#d-i apt-setup/local0/key string http://local.server/key #d-i apt-setup/local0/key string http://local.server/key
d-i apt-setup/local0/repository string deb http://repos.rcn-ee.net/ubuntu/ utopic main d-i apt-setup/local0/repository string deb http://repos.rcn-ee.com/ubuntu/ utopic main
#apt-cacher-ng allows "custom.gpg" #apt-cacher-ng allows "custom.gpg"
d-i apt-setup/local0/key string http://repos.rcn-ee.net/ubuntu/conf/custom.gpg d-i apt-setup/local0/key string http://repos.rcn-ee.com/ubuntu/conf/custom.gpg
# Controls whether to use NTP to set the clock during the install # Controls whether to use NTP to set the clock during the install
d-i clock-setup/ntp boolean true d-i clock-setup/ntp boolean true

@ -33,10 +33,10 @@ d-i base-installer/kernel/image select none
# sources.list line will be left commented out # sources.list line will be left commented out
#d-i apt-setup/local0/key string http://local.server/key #d-i apt-setup/local0/key string http://local.server/key
d-i apt-setup/local0/repository string deb http://repos.rcn-ee.net/ubuntu/ vivid main d-i apt-setup/local0/repository string deb http://repos.rcn-ee.com/ubuntu/ vivid main
#apt-cacher-ng allows "custom.gpg" #apt-cacher-ng allows "custom.gpg"
d-i apt-setup/local0/key string http://repos.rcn-ee.net/ubuntu/conf/custom.gpg d-i apt-setup/local0/key string http://repos.rcn-ee.com/ubuntu/conf/custom.gpg
# Controls whether to use NTP to set the clock during the install # Controls whether to use NTP to set the clock during the install
d-i clock-setup/ntp boolean true d-i clock-setup/ntp boolean true

@ -26,10 +26,10 @@ d-i anna/no_kernel_modules boolean true
# sources.list line will be left commented out # sources.list line will be left commented out
#d-i apt-setup/local0/key string http://local.server/key #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 d-i apt-setup/local0/repository string http://repos.rcn-ee.com/debian/ wheezy main
#apt-cacher-ng allows "custom.gpg" #apt-cacher-ng allows "custom.gpg"
d-i apt-setup/local0/key string http://repos.rcn-ee.net/debian/conf/custom.gpg d-i apt-setup/local0/key string http://repos.rcn-ee.com/debian/conf/custom.gpg
# Controls whether to use NTP to set the clock during the install # Controls whether to use NTP to set the clock during the install
d-i clock-setup/ntp boolean true d-i clock-setup/ntp boolean true

@ -33,10 +33,10 @@ d-i base-installer/kernel/image select none
# sources.list line will be left commented out # sources.list line will be left commented out
#d-i apt-setup/local0/key string http://local.server/key #d-i apt-setup/local0/key string http://local.server/key
d-i apt-setup/local0/repository string deb http://repos.rcn-ee.net/ubuntu/ wily main d-i apt-setup/local0/repository string deb http://repos.rcn-ee.com/ubuntu/ wily main
#apt-cacher-ng allows "custom.gpg" #apt-cacher-ng allows "custom.gpg"
d-i apt-setup/local0/key string http://repos.rcn-ee.net/ubuntu/conf/custom.gpg d-i apt-setup/local0/key string http://repos.rcn-ee.com/ubuntu/conf/custom.gpg
# Controls whether to use NTP to set the clock during the install # Controls whether to use NTP to set the clock during the install
d-i clock-setup/ntp boolean true d-i clock-setup/ntp boolean true

@ -693,7 +693,7 @@ initrd_preseed_settings () {
cp -v "${DIR}/lib/${DIST}-preseed.cfg" ${TEMPDIR}/initrd-tree/preseed.cfg cp -v "${DIR}/lib/${DIST}-preseed.cfg" ${TEMPDIR}/initrd-tree/preseed.cfg
if [ ! "x${deb_not_in_repo}" = "xenable" ] ; then if [ ! "x${deb_not_in_repo}" = "xenable" ] ; then
#repos.rcn-ee.net: add linux-image-${uname -r} #repos.rcn-ee.com: add linux-image-${uname -r}
sed -i -e 's:ntpdate:ntpdate linux-image-'$uname_r':g' ${TEMPDIR}/initrd-tree/preseed.cfg sed -i -e 's:ntpdate:ntpdate linux-image-'$uname_r':g' ${TEMPDIR}/initrd-tree/preseed.cfg
cat ${TEMPDIR}/initrd-tree/preseed.cfg | grep linux-image cat ${TEMPDIR}/initrd-tree/preseed.cfg | grep linux-image
fi fi

Loading…
Cancel
Save