tell d-i where to install to
[invirt/packages/invirt-web.git] / code / static / preseed / precise.preseed
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