From 6d12710ee07cdadf4d69a2865a01ed69c5a299a6 Mon Sep 17 00:00:00 2001 From: Neal Gompa Date: Sep 30 2024 18:27:13 +0000 Subject: Shrink the Fedora-KDE AArch64 disk image to 16GB Resolves: rhbz#2315638 Signed-off-by: Neal Gompa --- diff --git a/fedora.conf b/fedora.conf index cb263b6..a83038c 100644 --- a/fedora.conf +++ b/fedora.conf @@ -268,7 +268,7 @@ image_build = { 'name': 'Fedora-KDE', 'kickstart': 'fedora-disk-kde.ks', 'distro': 'Fedora-30', - 'disk_size': 18, + 'disk_size': '16GB', 'arches': ['aarch64'], 'repo': 'Everything', 'install_tree_from': 'Everything',