2013-07-16 21:18:35 +00:00
|
|
|
%include fedora-arm-base.ks
|
|
|
|
%include fedora-arm-xbase.ks
|
2017-01-18 11:28:09 +00:00
|
|
|
%include fedora-workstation-common.ks
|
2013-07-16 21:18:35 +00:00
|
|
|
|
2018-02-24 15:18:32 +00:00
|
|
|
part / --size=6100 --fstype ext4
|
2013-08-27 01:56:30 +00:00
|
|
|
|
2013-07-16 21:18:35 +00:00
|
|
|
%packages
|
|
|
|
-initial-setup
|
2014-05-06 17:27:01 +00:00
|
|
|
-initial-setup-gui
|
2013-07-16 21:18:35 +00:00
|
|
|
|
|
|
|
%end
|
|
|
|
|
2016-09-21 18:21:45 +00:00
|
|
|
%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
|