fedora-kickstarts/fedora-arm-partitioning.ks

6 lines
132 B
Plaintext

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