diff options
author | Steven Chamberlain <steven@pyro.eu.org> | 2014-11-12 13:32:12 +0000 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2014-11-12 15:06:01 +0100 |
commit | af691901c16b20bb0ca8acc2c0435a30ea72e133 (patch) | |
tree | cdd64b3a42b9ddd06993d56f9ae52baea27a6686 /d-i-preseed-cfgs | |
parent | 35e9827ddc4c2f59b6b4c208bb2345012b207577 (diff) | |
download | jenkins.debian.net-af691901c16b20bb0ca8acc2c0435a30ea72e133.tar.xz |
kfreebsd preseed: use regular partitions, not LVM
Diffstat (limited to 'd-i-preseed-cfgs')
-rw-r--r-- | d-i-preseed-cfgs/debian_sid_daily_kfreebsd_preseed.cfg | 12 |
1 files changed, 1 insertions, 11 deletions
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 |