Refactor fedora-arm-python-classroom to use its own paritioning
Signed-off-by: Paul Whalen <pwhalen@fedoraproject.org>
This commit is contained in:
parent
1bb46639b7
commit
c15cca1ca3
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user