From dc03926bbfbb274195a90efba0f9973827d1fb24 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Mar 11 2021 21:21:39 +0000 Subject: Increase the size of the python-classroom disk images Currently this are failing by running out of space. Signed-off-by: Kevin Fenzi --- diff --git a/fedora.conf b/fedora.conf index 592df9a..3edfa3a 100644 --- a/fedora.conf +++ b/fedora.conf @@ -441,7 +441,7 @@ image_build = { 'name': 'Fedora-Python-Classroom', 'kickstart': 'fedora-disk-python-classroom.ks', 'distro': 'Fedora-30', - 'disk_size': 6, + 'disk_size': 10, 'arches': ['aarch64', 'armhfp'], 'repo': 'Everything', 'install_tree_from': 'Everything',