From 92bf4fecdff7c8c0f8a5575f652e48d662d43871 Mon Sep 17 00:00:00 2001 From: D4rk4 Date: Fri, 31 Jul 2020 02:53:24 +0200 Subject: [PATCH] Remove LVM --- contrib/k8s-seed.txt | 17 ++--------------- 1 file changed, 2 insertions(+), 15 deletions(-) diff --git a/contrib/k8s-seed.txt b/contrib/k8s-seed.txt index 237a5c7..abe9e6f 100644 --- a/contrib/k8s-seed.txt +++ b/contrib/k8s-seed.txt @@ -39,31 +39,18 @@ d-i clock-setup/ntp boolean true d-i clock-setup/ntp-server string clock.ix.gs ### 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-md/device_remove_md boolean true d-i partman-lvm/confirm boolean true d-i partman-lvm/confirm_nooverwrite boolean true d-i partman-auto/choose_recipe select atomic 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/choose_partition select finish d-i partman/confirm boolean true d-i partman/confirm_nooverwrite boolean true +d-i partman/default_filesystem string xfs ### Apt setup d-i apt-setup/non-free boolean true