aa32bc6bb0
Primarily changes for UEFI on ARMv7 but also some cleanups/updates for the arm/aarch64 images. Signed-off-by: Peter Robinson <pbrobinson@fedoraproject.org>
21 lines
426 B
Plaintext
21 lines
426 B
Plaintext
# Maintained by the Fedora Python SIG:
|
|
# http://fedoraproject.org/wiki/SIGs/Python
|
|
# mailto:python-devel@lists.fedoraproject.org
|
|
|
|
# The Workstion based Python Classroom Lab
|
|
|
|
%include fedora-disk-base.ks
|
|
%include fedora-disk-xbase.ks
|
|
%include fedora-workstation-common.ks
|
|
%include fedora-python-classroom-gnome-common.ks
|
|
|
|
autopart --type=btrfs --noswap
|
|
|
|
%packages
|
|
-initial-setup
|
|
-initial-setup-gui
|
|
-libvirt*
|
|
-gnome-boxes
|
|
|
|
%end
|