For 2 reasons: 1) Some remote mirror problem might have a problem and then the install would stop in the middle of the process 2) We can't always count on access to the internet in the test environments
Signed-off-by: Lucas Meneghel Rodrigues <l...@redhat.com> --- client/virt/unattended/Ubuntu-11-04.preseed | 2 ++ client/virt/unattended/Ubuntu-11-10.preseed | 2 ++ client/virt/unattended/Ubuntu-12-04.preseed | 2 ++ 3 files changed, 6 insertions(+) diff --git a/client/virt/unattended/Ubuntu-11-04.preseed b/client/virt/unattended/Ubuntu-11-04.preseed index b4bec84..f789860 100644 --- a/client/virt/unattended/Ubuntu-11-04.preseed +++ b/client/virt/unattended/Ubuntu-11-04.preseed @@ -25,6 +25,8 @@ d-i passwd/make-user boolean false d-i passwd/root-password password 12345678 d-i passwd/root-password-again password 12345678 +d-i apt-setup/use_mirror boolean false + tasksel tasksel/first multiselect standard d-i pkgsel/include string openssh-server build-essential diff --git a/client/virt/unattended/Ubuntu-11-10.preseed b/client/virt/unattended/Ubuntu-11-10.preseed index b4bec84..f789860 100644 --- a/client/virt/unattended/Ubuntu-11-10.preseed +++ b/client/virt/unattended/Ubuntu-11-10.preseed @@ -25,6 +25,8 @@ d-i passwd/make-user boolean false d-i passwd/root-password password 12345678 d-i passwd/root-password-again password 12345678 +d-i apt-setup/use_mirror boolean false + tasksel tasksel/first multiselect standard d-i pkgsel/include string openssh-server build-essential diff --git a/client/virt/unattended/Ubuntu-12-04.preseed b/client/virt/unattended/Ubuntu-12-04.preseed index b4bec84..f789860 100644 --- a/client/virt/unattended/Ubuntu-12-04.preseed +++ b/client/virt/unattended/Ubuntu-12-04.preseed @@ -25,6 +25,8 @@ d-i passwd/make-user boolean false d-i passwd/root-password password 12345678 d-i passwd/root-password-again password 12345678 +d-i apt-setup/use_mirror boolean false + tasksel tasksel/first multiselect standard d-i pkgsel/include string openssh-server build-essential -- 1.7.10.2 _______________________________________________ Autotest mailing list Autotest@test.kernel.org http://test.kernel.org/cgi-bin/mailman/listinfo/autotest