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

Ian McLeod imcleod at fedoraproject.org
Mon May 4 19:35:41 UTC 2015


commit 1e1a531b9bfee6fc802288d90c31158767fc8f28
Author: Ian McLeod <imcleod at redhat.com>
Date:   Sat Apr 25 10:57:10 2015 -0500

    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 files changed, 1 insertions(+), 1 deletions(-)
---
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
 


More information about the spins mailing list