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
-- 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