tell d-i where to install to
authorAdam Glasgall <adam@crossproduct.net>
Fri, 3 May 2013 02:48:33 +0000 (22:48 -0400)
committerAdam Glasgall <adam@crossproduct.net>
Tue, 21 May 2013 00:58:52 +0000 (20:58 -0400)
code/static/preseed/precise.preseed
debian/changelog

index fc581b0..9a577e1 100644 (file)
@@ -9,8 +9,10 @@ d-i mirror/http/proxy string
 d-i clock-setup/ntp-server string time.mit.edu
 
 # Guided partitioning with LVM
+d-i partman-auto/disk string /dev/xvda
 d-i partman-auto/method string lvm
 d-i partman-auto/choose_recipe select atomic
+d-i partman-lvm/device_remove_lvm boolean true
 d-i partman-lvm/confirm boolean true
 d-i partman-lvm/confirm_nooverwrite boolean true
 d-i partman/confirm_write_new_label boolean true
index bbd123f..c3e1ff9 100644 (file)
@@ -4,6 +4,13 @@ invirt-web (0.1.31) unstable; urgency=low
 
  -- Peter A. Iannucci <iannucci@mit.edu>  Mon, 20 May 2013 09:00:00 -0400
 
+invirt-web (0.1.31~dvorak427glasgall4) precise; urgency=low
+
+  * Tell d-i that it should be installing on /dev/xvda via preseed file;
+    otherwise it hangs at partman.
+
+ -- Adam Glasgall <glasgall@mit.edu>  Thu, 02 May 2013 22:47:40 -0400
+
 invirt-web (0.1.31~dvorak427glasgall3) precise; urgency=low
 
   * Add Precise preseed files