[Fedora-spins] [PATCH] grow base partition for cloud and vagrant images

Ian McLeod imcleod at redhat.com
Sat Apr 25 17:20:55 UTC 2015


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 ae0ba52..17a1e78 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
 -- 2.1.0



More information about the spins mailing list