attempt to make a workstation ostree
Signed-off-by: Dennis Gilmore <dennis@ausil.us>
This commit is contained in:
parent
04b74bfcad
commit
2d10497163
30
fedora.conf
30
fedora.conf
@ -556,7 +556,16 @@ ostree = [
|
|||||||
"source_repo_from": "Everything",
|
"source_repo_from": "Everything",
|
||||||
"ostree_repo": "/mnt/koji/compose/atomic/rawhide/"
|
"ostree_repo": "/mnt/koji/compose/atomic/rawhide/"
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"^ostree$", {
|
||||||
|
"x86_64": {
|
||||||
|
"treefile": "fedora-ostree-workstation.json ",
|
||||||
|
"config_url": "https://pagure.io/workstation-ostree-config.git",
|
||||||
|
"source_repo_from": "Workstation",
|
||||||
|
"ostree_repo": "/mnt/koji/compose/ostree/rawhide/"
|
||||||
|
}
|
||||||
})
|
})
|
||||||
|
)
|
||||||
]
|
]
|
||||||
|
|
||||||
ostree_installer = [
|
ostree_installer = [
|
||||||
@ -580,6 +589,27 @@ ostree_installer = [
|
|||||||
'template_repo': 'https://pagure.io/fedora-kickstarts.git',
|
'template_repo': 'https://pagure.io/fedora-kickstarts.git',
|
||||||
'template_branch': 'master',
|
'template_branch': 'master',
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"^Workstation$", {
|
||||||
|
"x86_64": {
|
||||||
|
"source_repo_from": "Everything",
|
||||||
|
"release": None,
|
||||||
|
"filename": "%(release_short)s-%(variant)s-%(arch)s-%(version)s-%(date)s.iso",
|
||||||
|
"installpkgs": ["fedora-productimg-atomic"],
|
||||||
|
"add_template": ["atomic-installer/lorax-configure-repo.tmpl"],
|
||||||
|
"add_template_var": [
|
||||||
|
"ostree_osname=fedora-atomic",
|
||||||
|
"ostree_ref=fedora-atomic/rawhide/x86_64/docker-host",
|
||||||
|
],
|
||||||
|
"add_arch_template": ["atomic-installer/lorax-embed-repo.tmpl"],
|
||||||
|
"add_arch_template_var": [
|
||||||
|
"ostree_repo=https://kojipkgs.fedoraproject.org/compose/ostree/rawhide/",
|
||||||
|
"ostree_osname=fedora-workstation",
|
||||||
|
"ostree_ref=fedora/rawhide/x86_64/workstation",
|
||||||
|
]
|
||||||
|
'template_repo': 'https://pagure.io/fedora-kickstarts.git',
|
||||||
|
'template_branch': 'master',
|
||||||
|
}
|
||||||
})
|
})
|
||||||
]
|
]
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user