forked from srbala/fedora-kickstarts
Python Classroom: Share disk size declaration between disk and live
The disk image for aarch64 fails to build for not enough space, see https://pagure.io/releng/failed-composes/issue/3206
This commit is contained in:
parent
5e908f8505
commit
3459312f7b
@ -6,6 +6,3 @@
|
||||
|
||||
%include fedora-live-workstation.ks
|
||||
%include fedora-python-classroom-gnome-common.ks
|
||||
|
||||
# https://bugzilla.redhat.com/show_bug.cgi?id=1695796
|
||||
part / --size 8192
|
||||
|
@ -6,6 +6,9 @@
|
||||
|
||||
%include fedora-python-classroom-common.ks
|
||||
|
||||
# https://bugzilla.redhat.com/show_bug.cgi?id=1695796
|
||||
part / --size 8192
|
||||
|
||||
%packages
|
||||
emacs
|
||||
python3-matplotlib-tk
|
||||
|
Loading…
Reference in New Issue
Block a user