Don't use mirror to init. ubuntu-16 VCP
Prod-related: PROD-25749 (PROD:25749)
Change-Id: I56989a0044fef981597dda8c19819cd43ecefd85
diff --git a/ubuntu-16.04/http/preseed.cfg b/ubuntu-16.04/http/preseed.cfg
index 8eaf33e..ed89955 100644
--- a/ubuntu-16.04/http/preseed.cfg
+++ b/ubuntu-16.04/http/preseed.cfg
@@ -1,4 +1,7 @@
choose-mirror-bin mirror/http/proxy string
+d-i mirror/country string manual
+d-i apt-setup/use_mirror boolean false
+
d-i debian-installer/locale string en_US
d-i debian-installer/language string en
d-i debian-installer/country EN
@@ -136,8 +139,6 @@
d-i partman/confirm boolean true
d-i partman/confirm_nooverwrite boolean true
-
-
d-i pkgsel/include string openssh-server
d-i pkgsel/install-language-support boolean false
d-i pkgsel/update-policy select none
@@ -146,6 +147,8 @@
d-i pkgsel/upgrade select none
d-i time/zone string UTC
+d-i passwd/root-password password r00tme
+d-i passwd/root-password-again password r00tme
d-i passwd/root-login boolean true
d-i passwd/make-user boolean false
d-i openssh-server/permit-root-login boolean true