mirror of
https://github.com/JasonN3/build-container-installer.git
synced 2025-12-25 10:57:55 +01:00
update default kickstart
This commit is contained in:
parent
a3a5775778
commit
16a85f0cca
3 changed files with 5 additions and 0 deletions
3
.github/workflows/iso.yml
vendored
3
.github/workflows/iso.yml
vendored
|
|
@ -117,9 +117,12 @@ jobs:
|
||||||
--enablerepo fedora \
|
--enablerepo fedora \
|
||||||
--repo /etc/yum.repos.d/fedora-updates.repo \
|
--repo /etc/yum.repos.d/fedora-updates.repo \
|
||||||
--enablerepo updates \
|
--enablerepo updates \
|
||||||
|
--add-template ${GITHUB_WORKSPACE}/lorax_templates/registry_cache.tmpl \
|
||||||
-i podman \
|
-i podman \
|
||||||
./results/
|
./results/
|
||||||
|
|
||||||
|
- name: show work
|
||||||
|
|
||||||
- name: Generate xorriso input
|
- name: Generate xorriso input
|
||||||
run: |
|
run: |
|
||||||
ln -s /registry_cache
|
ln -s /registry_cache
|
||||||
|
|
|
||||||
0
lorax_templates/configs/registry.service
Normal file
0
lorax_templates/configs/registry.service
Normal file
2
lorax_templates/registry_cache.tmpl
Normal file
2
lorax_templates/registry_cache.tmpl
Normal file
|
|
@ -0,0 +1,2 @@
|
||||||
|
append usr/share/anaconda/interactive-defaults.ks ostreecontainer --url=ghcr.io/ublue-os/base-main:39
|
||||||
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue