forked from srbala/fedora-kickstarts
6 lines
139 B
Plaintext
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
|
||
|
|