From e7013704532ffa0e3c0b37e6de785d632a3e27f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Sun, 20 Mar 2022 22:26:52 +0100 Subject: [PATCH] Increase size of Fedora-Python-Classroom MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit (Hopefully) fixes https://bugzilla.redhat.com/show_bug.cgi?id=2064263 Signed-off-by: Miro HronĨok --- fedora.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fedora.conf b/fedora.conf index 36a2932..d8c2be9 100644 --- a/fedora.conf +++ b/fedora.conf @@ -451,7 +451,7 @@ image_build = { 'name': 'Fedora-Python-Classroom', 'kickstart': 'fedora-disk-python-classroom.ks', 'distro': 'Fedora-30', - 'disk_size': 12, + 'disk_size': 18, 'arches': ['aarch64'], 'repo': 'Everything', 'install_tree_from': 'Everything',