Fix preseed country string errors, and lie less about how long autoinstalls take 0.1.52
authorMitchell E Berger <mitchb@mit.edu>
Fri, 1 Jun 2018 06:28:03 +0000 (02:28 -0400)
committerMitchell E Berger <mitchb@mit.edu>
Fri, 1 Jun 2018 06:28:03 +0000 (02:28 -0400)
code/static/preseed/lucid-amd64-debathena-standard.preseed
code/static/preseed/lucid.preseed
code/static/preseed/maverick.preseed
code/static/preseed/precise.preseed
code/static/preseed/squeeze.preseed
code/templates/list.mako
debian/changelog

index d48e9f3..e56cb9d 100644 (file)
@@ -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/
index c683611..02530b5 100644 (file)
@@ -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/
index fc581b0..9e2ea1e 100644 (file)
@@ -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/
index 9a577e1..4d1d4e9 100644 (file)
@@ -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/
index af8848e..e2c75df 100644 (file)
@@ -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/
index 777134f..ad12933 100644 (file)
@@ -63,7 +63,7 @@ VM List
          <td><label><input type="radio" name="cd_or_auto" id="cd_or_auto_auto"
                  onchange="$('cdromlist').value = ''; $('vmtype-linux').checked = true" />
 ${self.fn.autoList(defaults.cdrom, "$('cd_or_auto_auto').checked = true;$('cdromlist').value = '';$('vmtype-linux').checked = true")}
-             (experimental; 2-3 minutes, and you have a machine with empty root password.)
+             (experimental; 15-20 minutes, and you have a machine with empty root password.)
 </label></td>
        </tr>
        <tr>
index 0f7e406..4dba5bd 100644 (file)
@@ -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 <mitchb@mit.edu>  Fri, 01 Jun 2018 02:28:00 -0400
+
 invirt-web (0.1.51) unstable; urgency=low
 
   * Add "renumber" to the list of valid commands.