mirror of
https://pagure.io/fedora-kickstarts.git
synced 2024-11-08 09:24:22 +00:00
Most of the new ARM X/Wayland accelerated drivers need some level of CMA allocation
This commit is contained in:
parent
dceca557c3
commit
b41f84a72c
@ -10,3 +10,8 @@ part / --size=5500 --fstype ext4
|
||||
|
||||
%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
|
||||
%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