From 73894131518d7b939ac2027796af8733775b3004 Mon Sep 17 00:00:00 2001 From: "Jason N." <33561705+JasonN3@users.noreply.github.com> Date: Wed, 14 Feb 2024 02:41:21 +0000 Subject: [PATCH] increase rootfs size --- .github/workflows/iso.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/iso.yml b/.github/workflows/iso.yml index ef89888..013f400 100644 --- a/.github/workflows/iso.yml +++ b/.github/workflows/iso.yml @@ -60,6 +60,7 @@ jobs: --repo /etc/yum.repos.d/fedora-updates.repo \ --enablerepo updates \ --add-template ${GITHUB_WORKSPACE}/lorax_templates/embed.tmpl \ + --rootfs-size 9 \ ./results/ - name: Upload ISO as artifact