[libvirt] [libvirt-jenkins-ci PATCH 1/4] guests: preseed: Fix root partition size

Andrea Bolognani abologna at redhat.com
Thu Oct 19 14:59:38 UTC 2017


The existing configuration didn't succeed in causing the root
partition to use up all disk space not assigned to swap.

Signed-off-by: Andrea Bolognani <abologna at redhat.com>
---
 guests/preseed.cfg | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/guests/preseed.cfg b/guests/preseed.cfg
index 20b5513..03c47a9 100644
--- a/guests/preseed.cfg
+++ b/guests/preseed.cfg
@@ -39,7 +39,7 @@ d-i partman-auto/disk string /dev/vda
 d-i partman-auto/method string regular
 d-i partman-auto/expert_recipe string \
     custom :: \
-        2048 2048 -1 ext4 \
+        2048 20480 -1 ext4 \
             $primary{ } $bootable{ } \
             method{ format } format{ } \
             use_filesystem{ } filesystem{ ext4 } \
-- 
2.13.6




More information about the libvir-list mailing list