Refactor fedora-arm-python-classroom to use its own paritioning

Signed-off-by: Paul Whalen <pwhalen@fedoraproject.org>
This commit is contained in:
Paul Whalen 2020-10-07 09:57:29 -04:00 committed by Kevin Fenzi
parent 1bb46639b7
commit c15cca1ca3
1 changed files with 23 additions and 1 deletions

View File

@ -4,5 +4,27 @@
# The ARM Workstion based Python Classroom Lab
%include fedora-arm-workstation.ks
%include fedora-arm-base.ks
%include fedora-arm-xbase.ks
%include fedora-workstation-common.ks
%include fedora-python-classroom-gnome-common.ks
part btrfs.007 --fstype="btrfs" --size=7000
btrfs none --label=fedora btrfs.007
btrfs /home --subvol --name=home LABEL=fedora
btrfs / --subvol --name=root LABEL=fedora
%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