mirror of
https://pagure.io/fedora-kickstarts.git
synced 2024-12-22 05:35:26 +00:00
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
f4300791a2
commit
093733933f
@ -6,6 +6,3 @@
|
|||||||
|
|
||||||
%include fedora-live-workstation.ks
|
%include fedora-live-workstation.ks
|
||||||
%include fedora-python-classroom-gnome-common.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
|
%include fedora-python-classroom-common.ks
|
||||||
|
|
||||||
|
# https://bugzilla.redhat.com/show_bug.cgi?id=1695796
|
||||||
|
part / --size 8192
|
||||||
|
|
||||||
%packages
|
%packages
|
||||||
emacs
|
emacs
|
||||||
python3-matplotlib-tk
|
python3-matplotlib-tk
|
||||||
|
Loading…
Reference in New Issue
Block a user