forked from srbala/fedora-kickstarts
1ed58c1a92
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
10 lines
166 B
Plaintext
10 lines
166 B
Plaintext
%include fedora-arm-base.ks
|
|
%include fedora-minimal-common.ks
|
|
|
|
part /boot --size=512 --fstype ext4
|
|
part / --size=1300 --fstype ext4
|
|
|
|
%packages
|
|
-xkeyboard-config
|
|
%end
|