diff --git a/.github/workflows/iso.yml b/.github/workflows/iso.yml index 2e055a8..7dda6a5 100644 --- a/.github/workflows/iso.yml +++ b/.github/workflows/iso.yml @@ -117,9 +117,12 @@ jobs: --enablerepo fedora \ --repo /etc/yum.repos.d/fedora-updates.repo \ --enablerepo updates \ + --add-template ${GITHUB_WORKSPACE}/lorax_templates/registry_cache.tmpl \ -i podman \ ./results/ + - name: show work + - name: Generate xorriso input run: | ln -s /registry_cache diff --git a/lorax_templates/configs/registry.service b/lorax_templates/configs/registry.service new file mode 100644 index 0000000..e69de29 diff --git a/lorax_templates/registry_cache.tmpl b/lorax_templates/registry_cache.tmpl new file mode 100644 index 0000000..1c36d35 --- /dev/null +++ b/lorax_templates/registry_cache.tmpl @@ -0,0 +1,2 @@ +append usr/share/anaconda/interactive-defaults.ks ostreecontainer --url=ghcr.io/ublue-os/base-main:39 + \ No newline at end of file