diff --git a/seeds/prod.preseed b/seeds/prod.preseed index 6b8ac24..d2e2da9 100644 --- a/seeds/prod.preseed +++ b/seeds/prod.preseed @@ -5,11 +5,11 @@ d-i ubiquity/use_nonfree true d-i ubiquity/install_oem false ### Partitioning -d-i partman-auto/disk string /dev/sda -d-i partman-auto/method string regular -d-i partman-lvm/device_remove_lvm boolean true -d-i partman-md/device_remove_md boolean true -d-i partman-auto/choose_recipe select atomic +# d-i partman-auto/disk string /dev/sda +# d-i partman-auto/method string regular +# d-i partman-lvm/device_remove_lvm boolean true +# d-i partman-md/device_remove_md boolean true +# d-i partman-auto/choose_recipe select atomic # This makes partman automatically partition without confirmation # d-i partman-partitioning/confirm_write_new_label boolean true