Use the hostname tekton will use.
This commit is contained in:
parent
119b4ca5be
commit
7e46727edd
|
|
@ -19,6 +19,6 @@ mpp-vars:
|
||||||
- id: crb-debug
|
- id: crb-debug
|
||||||
baseurl: $distro_baseurl/CRB/$arch/debug/tree/
|
baseurl: $distro_baseurl/CRB/$arch/debug/tree/
|
||||||
distro_module_id: platform:el9
|
distro_module_id: platform:el9
|
||||||
ostree_repo_url: http://192.168.1.107:8080/repo
|
ostree_repo_url: http://j7s-os.internal.jpace121.net/repo
|
||||||
ostree_ref: c9s/x86_64/edge
|
ostree_ref: c9s/x86_64/edge
|
||||||
ostree_remote_name: edge
|
ostree_remote_name: edge
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@ timezone Etc/UTC --utc
|
||||||
|
|
||||||
text
|
text
|
||||||
|
|
||||||
ostreesetup --nogpg --osname=centos --remote=edge --url=http://192.168.1.107:8080/repo/ --ref=c9s/x86_64/edge
|
ostreesetup --nogpg --osname=centos --remote=edge --url=http://j7s-os.internal.jpace121.net/repo/ --ref=c9s/x86_64/edge
|
||||||
autopart --nohome --fstype=ext4 --type=plain
|
autopart --nohome --fstype=ext4 --type=plain
|
||||||
|
|
||||||
rootpw --lock
|
rootpw --lock
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue