From 883659d451691a29f2afe73fe14b5a74cad0a1ea Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Jun 12 2024 20:53:48 +0000 Subject: Bump rootfs size for Kinoite installer image to 11 aarch64 ran out of space at size 10: https://koji.fedoraproject.org/koji/taskinfo?taskID=118924874 "The rootfs ran out of space with size=10" Let's bump it to 11 for all arches, as the others must be pretty close too if aarch64 runs out. Signed-off-by: Adam Williamson --- diff --git a/fedora.conf b/fedora.conf index a66e72a..e7e4ddf 100644 --- a/fedora.conf +++ b/fedora.conf @@ -854,7 +854,7 @@ ostree_installer = [ "x86_64": { "repo": "Everything", "release": None, - "rootfs_size": "10", + "rootfs_size": "11", "add_template": ["ostree-based-installer/lorax-configure-repo.tmpl", "ostree-based-installer/lorax-embed-repo.tmpl", "ostree-based-installer/lorax-embed-flatpaks.tmpl"], @@ -882,7 +882,7 @@ ostree_installer = [ "ppc64le": { "repo": "Everything", "release": None, - "rootfs_size": "10", + "rootfs_size": "11", "add_template": ["ostree-based-installer/lorax-configure-repo.tmpl", "ostree-based-installer/lorax-embed-repo.tmpl", "ostree-based-installer/lorax-embed-flatpaks.tmpl"], @@ -910,7 +910,7 @@ ostree_installer = [ "aarch64": { "repo": "Everything", "release": None, - "rootfs_size": "10", + "rootfs_size": "11", "add_template": ["ostree-based-installer/lorax-configure-repo.tmpl", "ostree-based-installer/lorax-embed-repo.tmpl", "ostree-based-installer/lorax-embed-flatpaks.tmpl"],