diff --git a/lorax_templates/registry_cache.tmpl b/lorax_templates/registry_cache.tmpl index db02d10..cbd8209 100644 --- a/lorax_templates/registry_cache.tmpl +++ b/lorax_templates/registry_cache.tmpl @@ -1,2 +1,2 @@ -append usr/share/anaconda/interactive-defaults.ks "ostreecontainer --remote=ostree-remote-registry:ghcr.io/ublue-os/base-main:39 --url=file:///run/install/repo/base-main.tar --transport=oci-archive --no-signature-verification" +append usr/share/anaconda/interactive-defaults.ks "ostreecontainer --remote=ostree-unverified-registry:ghcr.io/ublue-os/base-main:39 --url=file:///run/install/repo/base-main.tar --transport=oci-archive --no-signature-verification" \ No newline at end of file diff --git a/scripts/gen_xorriso.sh b/scripts/gen_xorriso.sh index df758e8..9e79d54 100644 --- a/scripts/gen_xorriso.sh +++ b/scripts/gen_xorriso.sh @@ -8,4 +8,4 @@ echo "-joliet on" echo "-compliance joliet_long_names" echo "-map $(pwd)/base-main.tar base-main.tar" echo "-chmod 0444 base-main.tar" -echo "-end" \ No newline at end of file +echo "-end"