mirror of
https://pagure.io/fedora-kickstarts.git
synced 2024-11-04 15:54:20 +00:00
14 lines
222 B
Plaintext
14 lines
222 B
Plaintext
%packages
|
|
@base-x
|
|
@fonts
|
|
@input-methods
|
|
@multimedia
|
|
@printing
|
|
%end
|
|
|
|
%post
|
|
# Most of the ARM X accelerated drivers need some level of CMA allocation
|
|
sed -i 's/\(append .*\)/\1 cma=192MB/' /boot/extlinux/extlinux.conf
|
|
|
|
%end
|