From 0f3d7649ab03935cdff88b93706d6b69784d34ae Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Dec 03 2021 04:54:21 +0000 Subject: workstation disk image: increase size. This is where the workstation image is running out of space. Signed-off-by: Kevin Fenzi --- diff --git a/fedora.conf b/fedora.conf index dd778d8..b0a8bfc 100644 --- a/fedora.conf +++ b/fedora.conf @@ -519,7 +519,7 @@ image_build = { 'name': 'Fedora-Workstation', 'kickstart': 'fedora-disk-workstation.ks', 'distro': 'Fedora-30', - 'disk_size': 12, + 'disk_size': 13, 'arches': ['armhfp', 'aarch64'], 'repo': 'Everything', 'install_tree_from': 'Everything',