fixups for workstation ostree install dvd
use fedora-productimg-workstation not the atomic one make sure the ref to install is correct Signed-off-by: Dennis Gilmore <dennis@ausil.us>
This commit is contained in:
parent
7407b7e891
commit
241bf23cba
@ -558,11 +558,11 @@ ostree_installer = [
|
||||
"x86_64": {
|
||||
"source_repo_from": "Everything",
|
||||
"release": None,
|
||||
"installpkgs": ["fedora-productimg-atomic"],
|
||||
"installpkgs": ["fedora-productimg-workstation"],
|
||||
"add_template": ["workstation-ostree-installer/lorax-configure-repo.tmpl"],
|
||||
"add_template_var": [
|
||||
"ostree_osname=fedora-atomic",
|
||||
"ostree_ref=fedora-atomic/25/x86_64/docker-host",
|
||||
"ostree_ref=fedora/25/x86_64/workstation",
|
||||
],
|
||||
"add_arch_template": ["workstation-ostree-installer/lorax-embed-repo.tmpl"],
|
||||
"add_arch_template_var": [
|
||||
|
@ -618,11 +618,11 @@ ostree_installer = [
|
||||
"x86_64": {
|
||||
"source_repo_from": "Everything",
|
||||
"release": None,
|
||||
"installpkgs": ["fedora-productimg-atomic"],
|
||||
"installpkgs": ["fedora-productimg-workstation"],
|
||||
"add_template": ["workstation-ostree-installer/lorax-configure-repo.tmpl"],
|
||||
"add_template_var": [
|
||||
"ostree_osname=fedora-atomic",
|
||||
"ostree_ref=fedora-atomic/25/x86_64/docker-host",
|
||||
"ostree_ref=fedora/25/x86_64/workstation",
|
||||
],
|
||||
"add_arch_template": ["workstation-ostree-installer/lorax-embed-repo.tmpl"],
|
||||
"add_arch_template_var": [
|
||||
|
Loading…
Reference in New Issue
Block a user