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@xxxxxxxxxx> --- 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@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/libvir-list