From af691901c16b20bb0ca8acc2c0435a30ea72e133 Mon Sep 17 00:00:00 2001 From: Steven Chamberlain Date: Wed, 12 Nov 2014 13:32:12 +0000 Subject: kfreebsd preseed: use regular partitions, not LVM --- d-i-preseed-cfgs/debian_sid_daily_kfreebsd_preseed.cfg | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) (limited to 'd-i-preseed-cfgs') diff --git a/d-i-preseed-cfgs/debian_sid_daily_kfreebsd_preseed.cfg b/d-i-preseed-cfgs/debian_sid_daily_kfreebsd_preseed.cfg index 76cf8894..ff70e8f5 100644 --- a/d-i-preseed-cfgs/debian_sid_daily_kfreebsd_preseed.cfg +++ b/d-i-preseed-cfgs/debian_sid_daily_kfreebsd_preseed.cfg @@ -149,17 +149,7 @@ d-i clock-setup/ntp boolean true # - regular: use the usual partition types for your architecture # - lvm: use LVM to partition the disk # - crypto: use LVM within an encrypted partition -d-i partman-auto/method string lvm - -# If one of the disks that are going to be automatically partitioned -# contains an old LVM configuration, the user will normally receive a -# warning. This can be preseeded away... -d-i partman-lvm/device_remove_lvm boolean true -# The same applies to pre-existing software RAID array: -d-i partman-md/device_remove_md boolean true -# And the same goes for the confirmation to write the lvm partitions. -d-i partman-lvm/confirm boolean true -d-i partman-lvm/confirm_nooverwrite boolean true +d-i partman-auto/method string regular # You can choose one of the three predefined partitioning recipes: # - atomic: all files in one partition -- cgit v1.2.3-54-g00ecf