1
1
mirror of https://pagure.io/fedora-kickstarts.git synced 2024-09-18 22:17:23 +00:00
fedora-kickstarts/fedora-arm-partitioning.ks
Dennis Gilmore 09b9d714a5 break out partitioning for arm images
setup kickstarts for partitioning with vfat for use on systes like OMAP
add SoaS for ARM
2013-06-08 09:01:32 -05:00

6 lines
139 B
Plaintext

bootloader --location=none
part /boot --size=512 --fstype ext3
part swap --size=512 --fstype swap
part / --grow --size=6500 --fstype ext4