mirror of
https://pagure.io/fedora-kickstarts.git
synced 2024-11-04 23:54:21 +00:00
6 lines
137 B
Plaintext
6 lines
137 B
Plaintext
bootloader --location=none
|
|
part /boot/uboot --size=20 --fstype vfat
|
|
part swap --size=512 --fstype swap
|
|
part / --size=3400 --fstype ext4
|
|
|