mirror of
https://pagure.io/fedora-kickstarts.git
synced 2024-11-05 08:04:20 +00:00
09b9d714a5
setup kickstarts for partitioning with vfat for use on systes like OMAP add SoaS for ARM
6 lines
144 B
Plaintext
6 lines
144 B
Plaintext
bootloader --location=none
|
|
part /boot/uboot --size=20 --fstype vfat
|
|
part swap --size=512 --fstype swap
|
|
part / --grow --size=6500 --fstype ext4
|
|
|