From 093733933f3035b45f723953fc91b1c285437bec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Tue, 15 Mar 2022 11:27:24 +0100 Subject: [PATCH] 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 --- fedora-live-python-classroom.ks | 3 --- fedora-python-classroom-gnome-common.ks | 3 +++ 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/fedora-live-python-classroom.ks b/fedora-live-python-classroom.ks index 9475f17..d2bf73f 100644 --- a/fedora-live-python-classroom.ks +++ b/fedora-live-python-classroom.ks @@ -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 diff --git a/fedora-python-classroom-gnome-common.ks b/fedora-python-classroom-gnome-common.ks index a3d1d22..bc63008 100644 --- a/fedora-python-classroom-gnome-common.ks +++ b/fedora-python-classroom-gnome-common.ks @@ -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