Skip to content

Commit

Permalink
Merge pull request #1337 from giantswarm/flatcar-os-type
Browse files Browse the repository at this point in the history
Set Flatcar OS_TYPE as  other4xLinux64Guest
  • Loading branch information
k8s-ci-robot authored Nov 11, 2023
2 parents 1ff6a87 + 6dbf151 commit 92a344d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion images/capi/hack/image-build-ova.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ def main():
"rhel8-64": {"id": "80", "version": "8", "type": "rhel8_64Guest"},
"rockylinux-64": {"id": "80", "version": "", "type": "rockylinux_64Guest"},
"ubuntu-64": {"id": "94", "version": "", "type": "ubuntu64Guest"},
"flatcar-64": {"id": "100", "version": "", "type": "otherLinux64Guest"},
"flatcar-64": {"id": "100", "version": "", "type": "other4xLinux64Guest"},
"Windows2019Server-64": {"id": "112", "version": "", "type": "windows2019srv_64Guest"}}

# Create the OVF file.
Expand Down
2 changes: 1 addition & 1 deletion images/capi/packer/ova/flatcar.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@
"systemd_prefix": "/etc/systemd",
"sysusr_prefix": "/opt",
"sysusrlocal_prefix": "/opt",
"vsphere_guest_os_type": "other3xLinux64Guest"
"vsphere_guest_os_type": "other4xLinux64Guest"
}

0 comments on commit 92a344d

Please sign in to comment.