X-Git-Url: https://git.madduck.net/code/vinst.git/blobdiff_plain/e5ea710926dc73f39dc9920237d8557c79ad0e5a..c4c55ce4a7853887d746ab8ad7471bf947b1bafc:/preseed/wheezy/preseed.cfg diff --git a/preseed/wheezy/preseed.cfg b/preseed/wheezy/preseed.cfg index 408719b..a020f23 100644 --- a/preseed/wheezy/preseed.cfg +++ b/preseed/wheezy/preseed.cfg @@ -12,7 +12,7 @@ d-i hw-detect/load_firmware boolean true d-i mirror/country string manual d-i mirror/protocol string http -d-i mirror/http/hostname string debian.morphium.info +d-i mirror/http/hostname string http.debian.net d-i mirror/http/directory string /debian d-i mirror/http/proxy string d-i mirror/suite string wheezy @@ -43,12 +43,7 @@ d-i partman/default_label string gpt d-i partman-auto/disk string /dev/vda d-i partman-auto/method string lvm - -d-i partman-md/device_remove_md boolean true d-i partman-auto/purge_lvm_from_device boolean true -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-auto/expert_recipe string madduck :: \ 1 1 1 free \ @@ -109,6 +104,11 @@ d-i partman-auto/expert_recipe string madduck :: \ d-i partman-auto/choose_recipe select madduck d-i partman-auto-lvm/no_boot boolean true +d-i partman-md/device_remove_md boolean true +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/choose_partition select finish d-i partman/confirm boolean true d-i partman/confirm_nooverwrite boolean true