From 1e1a531b9bfee6fc802288d90c31158767fc8f28 Mon Sep 17 00:00:00 2001 From: Ian McLeod Date: Sat, 25 Apr 2015 10:57:10 -0500 Subject: [PATCH] grow base partition for cloud and vagrant images We control the actual size of the virtual disks with options on the koji command line. This change will allow the Vagrant root partition to grow to the 40 GB we allocate in the koji image build while the base cloud image will remain essentially unchanged, as it is set to 3 GB in the rel-eng koji call. --- fedora-cloud-base.ks | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fedora-cloud-base.ks b/fedora-cloud-base.ks index 0a20bd5..27229d5 100644 --- a/fedora-cloud-base.ks +++ b/fedora-cloud-base.ks @@ -43,7 +43,7 @@ services --enabled=network,sshd,rsyslog,cloud-init,cloud-init-local,cloud-config zerombr clearpart --all -part / --size 3000 --fstype ext4 +part / --size 3000 --fstype ext4 --grow %include fedora-repo.ks