From ebb7e06d64cef5f1e9c1d98cd1cabc93cdf0aceb Mon Sep 17 00:00:00 2001 From: "Jason N." <33561705+JasonN3@users.noreply.github.com> Date: Mon, 12 Feb 2024 19:22:55 +0000 Subject: [PATCH] cleanup and add podman --- .github/workflows/iso.yml | 3 ++- .gitmodules | 4 ---- runtime.tmpl | 2 ++ submodules/fedora-kickstarts | 1 - 4 files changed, 4 insertions(+), 6 deletions(-) delete mode 100644 .gitmodules create mode 100644 runtime.tmpl delete mode 160000 submodules/fedora-kickstarts diff --git a/.github/workflows/iso.yml b/.github/workflows/iso.yml index a7e2b41..9afe6f5 100644 --- a/.github/workflows/iso.yml +++ b/.github/workflows/iso.yml @@ -37,7 +37,8 @@ jobs: run: | lorax -p Fedora -v $version -r $version -t Server \ --isfinal --buildarch=${arch} --volid=Fedora-S-dvd-${arch}-${version} \ - --macboot --noupgrade -s http://dl.fedoraproject.org/pub/fedora/linux/releases/$version/Everything/${arch}/os/ ./results/ + --macboot --noupgrade --add-template runtime.tmpl + -s http://dl.fedoraproject.org/pub/fedora/linux/releases/$version/Everything/${arch}/os/ ./results/ - name: Upload ISO as Artifact uses: actions/upload-artifact@v4 diff --git a/.gitmodules b/.gitmodules deleted file mode 100644 index 5bdcf9c..0000000 --- a/.gitmodules +++ /dev/null @@ -1,4 +0,0 @@ -[submodule "submodules/fedora-kickstarts"] - path = submodules/fedora-kickstarts - url = https://pagure.io/fedora-kickstarts.git - branch = f39 diff --git a/runtime.tmpl b/runtime.tmpl new file mode 100644 index 0000000..494f291 --- /dev/null +++ b/runtime.tmpl @@ -0,0 +1,2 @@ +# Install podman to host registry +installpkg podman \ No newline at end of file diff --git a/submodules/fedora-kickstarts b/submodules/fedora-kickstarts deleted file mode 160000 index 465debb..0000000 --- a/submodules/fedora-kickstarts +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 465debb7c90c8ab4c68e14ff48fe50f796b1c089