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

Andrea Bolognani posted 4 patches 7 years, 6 months ago
[libvirt] [libvirt-jenkins-ci PATCH 1/4] guests: preseed: Fix root partition size
Posted by Andrea Bolognani 7 years, 6 months ago
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@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

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list