mirror of
https://pagure.io/fedora-kickstarts.git
synced 2024-11-22 23:33:08 +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:
parent
5c326c797b
commit
89a63ee25a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user