fedora-kickstarts/fedora-arm-workstation.ks
Paul Whalen d1b3ca0331 Remove libvirt, gnome-boxes from armhfp
Signed-off-by: Paul Whalen <pwhalen@fedoraproject.org>
2019-09-26 21:43:39 -04:00

20 lines
358 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
-libvirt*
-gnome-boxes
%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