1
0
Fork 0
mirror of https://github.com/JasonN3/build-container-installer.git synced 2025-12-25 10:57:55 +01:00

use other option

This commit is contained in:
Jason N. 2024-02-13 20:26:47 +00:00
parent 4552d2e939
commit 4503f20bd8
2 changed files with 2 additions and 2 deletions

View file

@ -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"

View file

@ -8,4 +8,4 @@ echo "-joliet on"
echo "-compliance joliet_long_names" echo "-compliance joliet_long_names"
echo "-map $(pwd)/base-main.tar base-main.tar" echo "-map $(pwd)/base-main.tar base-main.tar"
echo "-chmod 0444 base-main.tar" echo "-chmod 0444 base-main.tar"
echo "-end" echo "-end"