mirror of
https://github.com/JasonN3/build-container-installer.git
synced 2025-12-25 10:57:55 +01:00
cleanup and add podman
This commit is contained in:
parent
7102ccf29e
commit
ebb7e06d64
4 changed files with 4 additions and 6 deletions
3
.github/workflows/iso.yml
vendored
3
.github/workflows/iso.yml
vendored
|
|
@ -37,7 +37,8 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
lorax -p Fedora -v $version -r $version -t Server \
|
lorax -p Fedora -v $version -r $version -t Server \
|
||||||
--isfinal --buildarch=${arch} --volid=Fedora-S-dvd-${arch}-${version} \
|
--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
|
- name: Upload ISO as Artifact
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
|
|
|
||||||
4
.gitmodules
vendored
4
.gitmodules
vendored
|
|
@ -1,4 +0,0 @@
|
||||||
[submodule "submodules/fedora-kickstarts"]
|
|
||||||
path = submodules/fedora-kickstarts
|
|
||||||
url = https://pagure.io/fedora-kickstarts.git
|
|
||||||
branch = f39
|
|
||||||
2
runtime.tmpl
Normal file
2
runtime.tmpl
Normal file
|
|
@ -0,0 +1,2 @@
|
||||||
|
# Install podman to host registry
|
||||||
|
installpkg podman
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
Subproject commit 465debb7c90c8ab4c68e14ff48fe50f796b1c089
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue