mirror of
https://pagure.io/fedora-kickstarts.git
synced 2025-12-06 11:39:40 +08:00
cloud/docker: move to autopart with the new no home/swap/boot options to enable generic architecture images
Signed-off-by: Peter Robinson <pbrobinson@fedoraproject.org>
This commit is contained in:
@@ -44,8 +44,7 @@ services --enabled=sshd,cloud-init,cloud-init-local,cloud-config,cloud-final
|
||||
# We will be able to move to autopart when new pykickstart lands which adds option for noswap/noboot (fixed upstream)
|
||||
zerombr
|
||||
clearpart --all
|
||||
part /boot/efi --fstype="vfat" --size=50
|
||||
part / --fstype ext4 --grow
|
||||
autopart --noboot --nohome --noswap --nolvm
|
||||
|
||||
%include fedora-repo.ks
|
||||
|
||||
|
||||
Reference in New Issue
Block a user