Remove LVM
This commit is contained in:
parent
16fa9ed24f
commit
92bf4fecdf
1 changed files with 2 additions and 15 deletions
|
@ -39,31 +39,18 @@ d-i clock-setup/ntp boolean true
|
||||||
d-i clock-setup/ntp-server string clock.ix.gs
|
d-i clock-setup/ntp-server string clock.ix.gs
|
||||||
|
|
||||||
### Partitioning
|
### Partitioning
|
||||||
d-i partman-auto/method string lvm
|
d-i partman-auto/method string regular
|
||||||
d-i partman-lvm/device_remove_lvm boolean true
|
d-i partman-lvm/device_remove_lvm boolean true
|
||||||
d-i partman-md/device_remove_md boolean true
|
d-i partman-md/device_remove_md boolean true
|
||||||
d-i partman-lvm/confirm boolean true
|
d-i partman-lvm/confirm boolean true
|
||||||
d-i partman-lvm/confirm_nooverwrite boolean true
|
d-i partman-lvm/confirm_nooverwrite boolean true
|
||||||
d-i partman-auto/choose_recipe select atomic
|
d-i partman-auto/choose_recipe select atomic
|
||||||
d-i partman-basicfilesystems/no_swap boolean true
|
d-i partman-basicfilesystems/no_swap boolean true
|
||||||
d-i partman-lvm/expert_recipe string \
|
|
||||||
boot-root :: \
|
|
||||||
250 50 1000 xfs \
|
|
||||||
$primary{ } $bootable{ } \
|
|
||||||
method{ format } format{ } \
|
|
||||||
use_filesystem{ } filesystem{ xfs } \
|
|
||||||
mountpoint{ /boot } \
|
|
||||||
. \
|
|
||||||
5000 10000 1000000000 xfs \
|
|
||||||
method{ format } format{ } \
|
|
||||||
use_filesystem{ } filesystem{ xfs } \
|
|
||||||
mountpoint{ / } \
|
|
||||||
.
|
|
||||||
|
|
||||||
d-i partman-partitioning/confirm_write_new_label boolean true
|
d-i partman-partitioning/confirm_write_new_label boolean true
|
||||||
d-i partman/choose_partition select finish
|
d-i partman/choose_partition select finish
|
||||||
d-i partman/confirm boolean true
|
d-i partman/confirm boolean true
|
||||||
d-i partman/confirm_nooverwrite boolean true
|
d-i partman/confirm_nooverwrite boolean true
|
||||||
|
d-i partman/default_filesystem string xfs
|
||||||
|
|
||||||
### Apt setup
|
### Apt setup
|
||||||
d-i apt-setup/non-free boolean true
|
d-i apt-setup/non-free boolean true
|
||||||
|
|
Loading…
Reference in a new issue