Remove trailing slash from update url to fix greenboot MOTD
Signed-off-by: Paul Whalen <pwhalen@fedoraproject.org>
This commit is contained in:
parent
b936d03c61
commit
9daf760bbc
1 changed files with 2 additions and 2 deletions
|
|
@ -287,7 +287,7 @@ ostree_installer = [
|
|||
"ostree-based-installer/lorax-embed-repo.tmpl"],
|
||||
"add_template_var": [
|
||||
"ostree_install_repo=https://kojipkgs.fedoraproject.org/compose/iot/repo/",
|
||||
"ostree_update_repo=https://ostree.fedoraproject.org/iot/",
|
||||
"ostree_update_repo=https://ostree.fedoraproject.org/iot",
|
||||
"ostree_osname=fedora-iot",
|
||||
"ostree_oskey=fedora-39-primary",
|
||||
"ostree_contenturl=mirrorlist=https://ostree.fedoraproject.org/iot/mirrorlist",
|
||||
|
|
@ -308,7 +308,7 @@ ostree_installer = [
|
|||
"ostree-based-installer/lorax-embed-repo.tmpl"],
|
||||
"add_template_var": [
|
||||
"ostree_install_repo=https://kojipkgs.fedoraproject.org/compose/iot/repo/",
|
||||
"ostree_update_repo=https://ostree.fedoraproject.org/iot/",
|
||||
"ostree_update_repo=https://ostree.fedoraproject.org/iot",
|
||||
"ostree_osname=fedora-iot",
|
||||
"ostree_oskey=fedora-39-primary",
|
||||
"ostree_contenturl=mirrorlist=https://ostree.fedoraproject.org/iot/mirrorlist",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue