[Fedora-spins] [spin-kickstarts] cloud-atomic: Fix typo in previous commit

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


commit c0c5d4d1a8b3fa88c7d782f780e7768340db90a6
Author: Colin Walters <walters at verbum.org>
Date:   Tue Jun 2 14:22:07 2015 -0400

    cloud-atomic: Fix typo in previous commit
    
    The file doesn't end in .conf.

 fedora-cloud-atomic.ks |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/fedora-cloud-atomic.ks b/fedora-cloud-atomic.ks
index fe2e223..f520908 100644
--- a/fedora-cloud-atomic.ks
+++ b/fedora-cloud-atomic.ks
@@ -50,7 +50,7 @@ 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 'GROWPART=true' > /etc/sysconfig/docker-storage-setup
 
 echo -n "Getty fixes"
 # although we want console output going to the serial console, we don't


More information about the spins mailing list