mirror of
https://pagure.io/fedora-kickstarts.git
synced 2024-11-04 23:54:21 +00:00
9cd3e06cdb
glibc bumped in size. See [1] fedora-arm-kde.ks DEBUG util.py:439: At least 30MB more space needed on the / filesystem. fedora-arm-python-classroom.ks DEBUG util.py:439: At least 41MB more space needed on the / filesystem. [1] https://bugzilla.redhat.com/show_bug.cgi?id=1551073 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=6200 --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
|