diff --git a/lib/jessie-preseed.cfg b/lib/jessie-preseed.cfg index f2628d1..784d751 100644 --- a/lib/jessie-preseed.cfg +++ b/lib/jessie-preseed.cfg @@ -29,10 +29,10 @@ d-i base-installer/kernel/image select none # 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/ jessie main +d-i apt-setup/local0/repository string http://repos.rcn-ee.com/debian/ jessie main #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 d-i clock-setup/ntp boolean true diff --git a/lib/trusty-preseed.cfg b/lib/trusty-preseed.cfg index 6cc26e0..4a71bca 100644 --- a/lib/trusty-preseed.cfg +++ b/lib/trusty-preseed.cfg @@ -33,10 +33,10 @@ d-i base-installer/kernel/image select none # 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 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" -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 d-i clock-setup/ntp boolean true diff --git a/lib/utopic-preseed.cfg b/lib/utopic-preseed.cfg index f8b2602..7383222 100644 --- a/lib/utopic-preseed.cfg +++ b/lib/utopic-preseed.cfg @@ -33,10 +33,10 @@ d-i base-installer/kernel/image select none # 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 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" -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 d-i clock-setup/ntp boolean true diff --git a/lib/vivid-preseed.cfg b/lib/vivid-preseed.cfg index 41e49a0..1e4d688 100644 --- a/lib/vivid-preseed.cfg +++ b/lib/vivid-preseed.cfg @@ -33,10 +33,10 @@ d-i base-installer/kernel/image select none # 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 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" -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 d-i clock-setup/ntp boolean true diff --git a/lib/wheezy-preseed.cfg b/lib/wheezy-preseed.cfg index 15b0218..6d8c422 100644 --- a/lib/wheezy-preseed.cfg +++ b/lib/wheezy-preseed.cfg @@ -26,10 +26,10 @@ d-i anna/no_kernel_modules boolean true # 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 +d-i apt-setup/local0/repository string http://repos.rcn-ee.com/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 +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 d-i clock-setup/ntp boolean true diff --git a/lib/wily-preseed.cfg b/lib/wily-preseed.cfg index ea45d75..dbb51c9 100644 --- a/lib/wily-preseed.cfg +++ b/lib/wily-preseed.cfg @@ -33,10 +33,10 @@ d-i base-installer/kernel/image select none # 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 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" -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 d-i clock-setup/ntp boolean true diff --git a/mk_mmc.sh b/mk_mmc.sh index 3eba861..7d0cf15 100755 --- a/mk_mmc.sh +++ b/mk_mmc.sh @@ -693,7 +693,7 @@ initrd_preseed_settings () { cp -v "${DIR}/lib/${DIST}-preseed.cfg" ${TEMPDIR}/initrd-tree/preseed.cfg 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 cat ${TEMPDIR}/initrd-tree/preseed.cfg | grep linux-image fi