From feec65b4841c4f42ea8c64a7442caac35d028469 Mon Sep 17 00:00:00 2001 From: Mohan Boddu Date: Fri, 2 Mar 2018 17:09:42 -0500 Subject: [PATCH] Increase the size for fedora disk workstation image https://koji.fedoraproject.org/koji/taskinfo?taskID=25417122 At least 83MB more space needed on the / filesystem. Signed-off-by: Mohan Boddu --- fedora.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fedora.conf b/fedora.conf index ae1a054..c2a2432 100644 --- a/fedora.conf +++ b/fedora.conf @@ -442,7 +442,7 @@ image_build = { 'name': 'Fedora-Workstation', 'kickstart': 'fedora-disk-workstation.ks', 'distro': 'Fedora-22', - 'disk_size': 10, + 'disk_size': 11, 'arches': ['aarch64'], 'repo': 'Workstation', 'install_tree_from': 'Workstation',