atomic/host: Update to use new ISO model

This is a rework of <https://pagure.io/pungi-fedora/pull-request/108>.
Note that I left a few things like git branches pointed at f26, but
I think these should be master most likely.

Signed-off-by: Colin Walters <walters@verbum.org>
This commit is contained in:
Colin Walters 2017-03-13 12:55:13 -04:00
parent 30e68961a9
commit f4f815979f

View File

@ -262,20 +262,14 @@ ostree_installer = [
"https://kojipkgs.fedoraproject.org/pub/fedora/linux/releases/26/Everything/$arch/os/"], "https://kojipkgs.fedoraproject.org/pub/fedora/linux/releases/26/Everything/$arch/os/"],
"release": None, "release": None,
"installpkgs": ["fedora-productimg-atomic"], "installpkgs": ["fedora-productimg-atomic"],
"add_template": ["atomic-installer/lorax-configure-repo.tmpl"], "rootfs_size": "3",
"add_template": ["atomic-installer/lorax-configure-repo.tmpl",
"atomic-installer/lorax-embed-repo.tmpl"],
"add_template_var": [ "add_template_var": [
"ostree_repo=https://kojipkgs.fedoraproject.org/atomic/26/", "ostree_repo=https://kojipkgs.fedoraproject.org/atomic/26/",
"ostree_osname=fedora-atomic", "ostree_osname=fedora-atomic",
"ostree_install_ref=fedora/26/x86_64/updates/atomic-host", "ostree_ref=fedora-atomic/rawhide/x86_64/docker-host",
"ostree_update_ref=fedora/26/x86_64/atomic-host",
], ],
"add_arch_template": ["atomic-installer/lorax-embed-repo.tmpl"],
"add_arch_template_var": [
"ostree_repo=https://kojipkgs.fedoraproject.org/atomic/26/",
"ostree_osname=fedora-atomic",
"ostree_install_ref=fedora/26/x86_64/updates/atomic-host",
"ostree_update_ref=fedora/26/x86_64/atomic-host",
]
'template_repo': 'https://pagure.io/fedora-lorax-templates.git', 'template_repo': 'https://pagure.io/fedora-lorax-templates.git',
'template_branch': 'f26', 'template_branch': 'f26',
} }