From 4ba1c049231b9c7bb509391fc5b61496d63378d3 Mon Sep 17 00:00:00 2001 From: "Jason N." <33561705+JasonN3@users.noreply.github.com> Date: Tue, 13 Feb 2024 19:29:42 +0000 Subject: [PATCH] formatting --- .github/workflows/iso.yml | 1 - lorax_templates/registry_cache.tmpl | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/iso.yml b/.github/workflows/iso.yml index dce6ea7..455f31a 100644 --- a/.github/workflows/iso.yml +++ b/.github/workflows/iso.yml @@ -54,7 +54,6 @@ jobs: --repo /etc/yum.repos.d/fedora-updates.repo \ --enablerepo updates \ --add-template ${GITHUB_WORKSPACE}/lorax_templates/registry_cache.tmpl \ - -i podman \ ./results/ - name: Generate xorriso input diff --git a/lorax_templates/registry_cache.tmpl b/lorax_templates/registry_cache.tmpl index 93a9fc9..be5bae5 100644 --- a/lorax_templates/registry_cache.tmpl +++ b/lorax_templates/registry_cache.tmpl @@ -1,2 +1,2 @@ -append usr/share/anaconda/interactive-defaults.ks ostreecontainer --remote=ghcr.io/ublue-os/base-main:39 --url /run/install/repo/base-main.tar --transport oci-archive +append usr/share/anaconda/interactive-defaults.ks "ostreecontainer --remote=ghcr.io/ublue-os/base-main:39 --url=file:///run/install/repo/base-main.tar --transport=oci-archive --no-signature-verification" \ No newline at end of file