1
1
mirror of https://pagure.io/fedora-kickstarts.git synced 2024-09-27 08:47:23 +00:00

atomic: Switch to autopart

We actually want LVM for atomic by default, since it allows a lot more
storage flexibility.
This commit is contained in:
Colin Walters 2014-08-21 18:24:00 -04:00
parent 5c326c797b
commit 89a63ee25a

View File

@ -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