Autoinstallers for Debian Buster and Ubuntu Bionic
[invirt/packages/invirt-web.git] / code / static / preseed / precise.preseed
index fc581b0..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/
@@ -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