From: Adam Glasgall Date: Fri, 3 May 2013 02:48:33 +0000 (-0400) Subject: tell d-i where to install to X-Git-Tag: 0.1.33~7 X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-web.git/commitdiff_plain/df4006d32d7e0af2cc6d03123bb083eb1fab704f tell d-i where to install to --- diff --git a/code/static/preseed/precise.preseed b/code/static/preseed/precise.preseed index fc581b0..9a577e1 100644 --- a/code/static/preseed/precise.preseed +++ b/code/static/preseed/precise.preseed @@ -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 diff --git a/debian/changelog b/debian/changelog index bbd123f..c3e1ff9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,13 @@ invirt-web (0.1.31) unstable; urgency=low -- Peter A. Iannucci 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 Thu, 02 May 2013 22:47:40 -0400 + invirt-web (0.1.31~dvorak427glasgall3) precise; urgency=low * Add Precise preseed files