From 5bd59c2f05e1e80741d4c4f791ab102f0f93180a Mon Sep 17 00:00:00 2001 From: Gardais Jeremy Date: Wed, 30 Nov 2016 17:02:56 +0100 Subject: [PATCH] Increase minimum size for LVM partition for cluster nodes. --- preseed/debian/wheezy/preseed_cluster.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/preseed/debian/wheezy/preseed_cluster.cfg b/preseed/debian/wheezy/preseed_cluster.cfg index 470e740..7fdde2d 100644 --- a/preseed/debian/wheezy/preseed_cluster.cfg +++ b/preseed/debian/wheezy/preseed_cluster.cfg @@ -170,7 +170,7 @@ d-i partman-auto/expert_recipe string \ label{ boot } \ mountpoint{ /boot } \ . \ - 109056 100000 -1 ext4 \ + 148480 100000 -1 ext4 \ $defaultignore{ } \ $primary{ } \ method{ lvm } \