From 7e1143c0a58b0fb91b603f99e74b5d926e195f02 Mon Sep 17 00:00:00 2001 From: "Jason N." <33561705+JasonN3@users.noreply.github.com> Date: Wed, 14 Feb 2024 18:00:31 +0000 Subject: [PATCH] set remote --- .github/workflows/iso.yml | 3 +-- lorax_templates/set_installer.tmpl | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/iso.yml b/.github/workflows/iso.yml index 91c1e08..f56adcd 100644 --- a/.github/workflows/iso.yml +++ b/.github/workflows/iso.yml @@ -65,8 +65,7 @@ jobs: --repo /etc/yum.repos.d/fedora.repo \ --repo /etc/yum.repos.d/fedora-updates.repo \ --add-template ${GITHUB_WORKSPACE}/lorax_templates/set_installer.tmpl \ - --add-template ${GITHUB_WORKSPACE}/lorax_templates/configure_upgrades.tmpl \ - --rootfs-size 9 \ + --rootfs-size 2 \ ./results/ - name: Generate xorriso input diff --git a/lorax_templates/set_installer.tmpl b/lorax_templates/set_installer.tmpl index b7ae0c5..a382961 100644 --- a/lorax_templates/set_installer.tmpl +++ b/lorax_templates/set_installer.tmpl @@ -1 +1 @@ -append usr/share/anaconda/interactive-defaults.ks "ostreecontainer --url=/run/install/repo/base-main-39 --transport=oci --no-signature-verification" \ No newline at end of file +append usr/share/anaconda/interactive-defaults.ks "ostreecontainer --remote='ostree-unverified-image:docker://ghcr.io/ublue-os/base-main:39' --url=/run/install/repo/base-main-39 --transport=oci --no-signature-verification" \ No newline at end of file