mirror of
https://pagure.io/fedora-kickstarts.git
synced 2024-11-05 08:04:20 +00:00
1abecdd463
This is a generic disk image that should be usable on any architecture with imagefactory or live-media-creator (possibly with package tweaks). It creates a minimal-common.ks to share as much as possible with the ARMv7 specific fedora-arm-minimal.ks Signed-off-by: Peter Robinson <pbrobinson@fedoraproject.org>
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=1200 --fstype ext4
|