[Fedora-spins] [spin-kickstarts] cloud-atomic: Enable growpart

Colin Walters walters at fedoraproject.org
Tue Jun 2 18:18:35 UTC 2015


commit 557782f553c04ccc4eca191fa6f289a21e4d6c37
Author: Colin Walters <walters at verbum.org>
Date:   Tue Jun 2 14:17:58 2015 -0400

    cloud-atomic: Enable growpart
    
    docker-storage-setup is changing defaults, see
    https://lists.projectatomic.io/projectatomic-archives/atomic-devel/2015-May/msg00119.html

 fedora-cloud-atomic.ks |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/fedora-cloud-atomic.ks b/fedora-cloud-atomic.ks
index 6b0882d..fe2e223 100644
--- a/fedora-cloud-atomic.ks
+++ b/fedora-cloud-atomic.ks
@@ -48,6 +48,10 @@ passwd -l root
 # remove the user anaconda forces us to make
 userdel -r none
 
+# Configure docker-storage-setup to resize the partition table on boot
+# https://github.com/projectatomic/docker-storage-setup/pull/25
+echo 'GROWPART=true' > /etc/sysconfig/docker-storage-setup.conf
+
 echo -n "Getty fixes"
 # although we want console output going to the serial console, we don't
 # actually have the opportunity to login there. FIX.


More information about the spins mailing list