mirror of
https://pagure.io/fedora-kickstarts.git
synced 2024-11-05 08:04:20 +00:00
497fbd6325
Longer term we should determine why more disk is being used. for now make the disk a tad bigger Signed-off-by: Dennis Gilmore <dennis@ausil.us>
7 lines
167 B
Plaintext
7 lines
167 B
Plaintext
%include fedora-arm-base.ks
|
|
%include fedora-minimal-common.ks
|
|
|
|
part /boot --size=512 --fstype ext4
|
|
part swap --size=256 --fstype swap
|
|
part / --size=1256 --fstype ext4
|