[Fedora-spins] [spin-kickstarts] atomic: Switch to autopart

Colin Walters walters at fedoraproject.org
Thu Aug 21 22:24:32 UTC 2014


commit 89a63ee25a743ae3e88606c52d7d501dfeb72cd2
Author: Colin Walters <walters at verbum.org>
Date:   Thu Aug 21 18:24:00 2014 -0400

    atomic: Switch to autopart
    
    We actually want LVM for atomic by default, since it allows a lot more
    storage flexibility.

 fedora-cloud-atomic.ks |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/fedora-cloud-atomic.ks b/fedora-cloud-atomic.ks
index 19c1bcc..1b628ce 100644
--- a/fedora-cloud-atomic.ks
+++ b/fedora-cloud-atomic.ks
@@ -23,7 +23,8 @@ services --enabled=network,sshd,rsyslog,cloud-init,cloud-init-local,cloud-config
 
 zerombr
 clearpart --all
-part / --size 3000 --fstype ext4
+# Atomic differs from cloud - we want LVM
+autopart
 
 # Equivalent of %include fedora-repo.ks
 ostreesetup --osname="fedora-atomic" --remote="fedora-atomic" --url="http://dl.fedoraproject.org/repo" --nogpg


More information about the spins mailing list