forked from srbala/fedora-kickstarts
Most of the new ARM X/Wayland accelerated drivers need some level of CMA allocation
This commit is contained in:
parent
b2f97b7d22
commit
726ee74ecb
@ -10,3 +10,8 @@ part / --size=5500 --fstype ext4
|
|||||||
|
|
||||||
%end
|
%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
|
||||||
|
@ -6,3 +6,8 @@
|
|||||||
@printing
|
@printing
|
||||||
%end
|
%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
|
||||||
|
Loading…
Reference in New Issue
Block a user