From e740bf0c8b79cdb07175bb0c3da0ff6681b63fb8 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Mon, 27 Feb 2023 16:42:26 -0800 Subject: [PATCH] Phosh: add a slight bit of space. 8 is just a tad too small Signed-off-by: Kevin Fenzi --- fedora.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fedora.conf b/fedora.conf index 8984422..a1fb956 100644 --- a/fedora.conf +++ b/fedora.conf @@ -578,7 +578,7 @@ image_build = { 'name': 'Fedora-Phosh', 'kickstart': 'fedora-disk-phosh.ks', 'distro': 'Fedora-30', - 'disk_size': 8, + 'disk_size': 9, 'arches': ['aarch64'], 'repo': 'Everything', 'install_tree_from': 'Everything',