From 16a85f0cca8844de5f234b02316dc2ecc82c96fe Mon Sep 17 00:00:00 2001 From: "Jason N." <33561705+JasonN3@users.noreply.github.com> Date: Tue, 13 Feb 2024 19:07:12 +0000 Subject: [PATCH] update default kickstart --- .github/workflows/iso.yml | 3 +++ lorax_templates/configs/registry.service | 0 lorax_templates/registry_cache.tmpl | 2 ++ 3 files changed, 5 insertions(+) create mode 100644 lorax_templates/configs/registry.service create mode 100644 lorax_templates/registry_cache.tmpl 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