forked from srbala/fedora-kickstarts
fbc2ec61f2
koji task 25278678 Fedora-Python-Classroom-armhfp DEBUG util.py:439: At least 52MB more space needed on the / filesystem. koji task: 25278682 Spins armhfp KDE DEBUG util.py:439: At least 104MB more space needed on the / filesystem. Signed-off-by: Dusty Mabe <dusty@dustymabe.com>
18 lines
335 B
Plaintext
18 lines
335 B
Plaintext
%include fedora-arm-base.ks
|
|
%include fedora-arm-xbase.ks
|
|
%include fedora-workstation-common.ks
|
|
|
|
part / --size=6100 --fstype ext4
|
|
|
|
%packages
|
|
-initial-setup
|
|
-initial-setup-gui
|
|
|
|
%end
|
|
|
|
%post
|
|
# Most of the ARM X accelerated drivers need some level of CMA allocation
|
|
sed -i 's/\(append .*\)/\1 cma=256MB/' /boot/extlinux/extlinux.conf
|
|
|
|
%end
|