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
|
|
|
|
2020-07-03 20:06:41 +00:00
|
|
|
part btrfs.007 --fstype="btrfs" --size=6200
|
|
|
|
btrfs none --label=fedora btrfs.007
|
|
|
|
btrfs /home --subvol --name=home LABEL=fedora
|
|
|
|
btrfs / --subvol --name=root LABEL=fedora
|
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
|
2019-09-27 01:43:39 +00:00
|
|
|
-libvirt*
|
|
|
|
-gnome-boxes
|
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
|