From 9ba7653ad92b282fe6a33852c140711ee34dfa01 Mon Sep 17 00:00:00 2001 From: Mitchell E Berger Date: Fri, 1 Jun 2018 02:28:03 -0400 Subject: [PATCH] Fix preseed country string errors, and lie less about how long autoinstalls take --- .../preseed/lucid-amd64-debathena-standard.preseed | 2 +- code/static/preseed/lucid.preseed | 2 +- code/static/preseed/maverick.preseed | 2 +- code/static/preseed/precise.preseed | 2 +- code/static/preseed/squeeze.preseed | 2 +- code/templates/list.mako | 2 +- debian/changelog | 7 +++++++ 7 files changed, 13 insertions(+), 6 deletions(-) diff --git a/code/static/preseed/lucid-amd64-debathena-standard.preseed b/code/static/preseed/lucid-amd64-debathena-standard.preseed index d48e9f3..e56cb9d 100644 --- a/code/static/preseed/lucid-amd64-debathena-standard.preseed +++ b/code/static/preseed/lucid-amd64-debathena-standard.preseed @@ -1,5 +1,5 @@ # Download packages from mirrors.mit.edu -d-i mirror/country string enter information manually +d-i mirror/country string manual d-i mirror/http/countries string manual d-i mirror/http/hostname string mirrors.mit.edu d-i mirror/http/directory string /ubuntu/ diff --git a/code/static/preseed/lucid.preseed b/code/static/preseed/lucid.preseed index c683611..02530b5 100644 --- a/code/static/preseed/lucid.preseed +++ b/code/static/preseed/lucid.preseed @@ -1,5 +1,5 @@ # Download packages from mirrors.mit.edu -d-i mirror/country string enter information manually +d-i mirror/country string manual d-i mirror/http/countries string manual d-i mirror/http/hostname string mirrors.mit.edu d-i mirror/http/directory string /ubuntu/ diff --git a/code/static/preseed/maverick.preseed b/code/static/preseed/maverick.preseed index fc581b0..9e2ea1e 100644 --- a/code/static/preseed/maverick.preseed +++ b/code/static/preseed/maverick.preseed @@ -1,5 +1,5 @@ # Download packages from mirrors.mit.edu -d-i mirror/country string enter information manually +d-i mirror/country string manual d-i mirror/http/countries string manual d-i mirror/http/hostname string mirrors.mit.edu d-i mirror/http/directory string /ubuntu/ diff --git a/code/static/preseed/precise.preseed b/code/static/preseed/precise.preseed index 9a577e1..4d1d4e9 100644 --- a/code/static/preseed/precise.preseed +++ b/code/static/preseed/precise.preseed @@ -1,5 +1,5 @@ # Download packages from mirrors.mit.edu -d-i mirror/country string enter information manually +d-i mirror/country string manual d-i mirror/http/countries string manual d-i mirror/http/hostname string mirrors.mit.edu d-i mirror/http/directory string /ubuntu/ diff --git a/code/static/preseed/squeeze.preseed b/code/static/preseed/squeeze.preseed index af8848e..e2c75df 100644 --- a/code/static/preseed/squeeze.preseed +++ b/code/static/preseed/squeeze.preseed @@ -2,7 +2,7 @@ d-i keyboard-configuration/xkb-keymap string us # Download packages from mirrors.mit.edu -d-i mirror/country string enter information manually +d-i mirror/country string manual d-i mirror/http/countries string manual d-i mirror/http/hostname string mirrors.mit.edu d-i mirror/http/directory string /debian/ diff --git a/code/templates/list.mako b/code/templates/list.mako index 777134f..ad12933 100644 --- a/code/templates/list.mako +++ b/code/templates/list.mako @@ -63,7 +63,7 @@ VM List diff --git a/debian/changelog b/debian/changelog index 0f7e406..4dba5bd 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +invirt-web (0.1.52) unstable; urgency=low + + * preseeds: Correct country string error; fixes mirror selection + * VM creation form: Lie less about how long an autoinstall takes + + -- Mitchell Berger Fri, 01 Jun 2018 02:28:00 -0400 + invirt-web (0.1.51) unstable; urgency=low * Add "renumber" to the list of valid commands. -- 1.7.9.5