Skip to content

Commit

Permalink
image-base: specify VMware OS and HW versions
Browse files Browse the repository at this point in the history
Stick with hardware version 13 for now, but switch the OS ID from RHEL 7
to 64-bit Fedora.

For coreos/coreos-assembler#2762.
  • Loading branch information
bgilbert committed Mar 17, 2022
1 parent 490c1e9 commit d300acd
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions image-base.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,12 @@ ostree-remote: fedora
# https://lists.gnu.org/archive/html/grub-devel/2021-06/msg00031.html
bootfs_metadata_csum_seed: true

vmware-os-type: fedora64Guest
# VMware hardware versions: https://kb.vmware.com/s/article/1003746
# We use the newest version allowed by the oldest non-EOL VMware
# Workstation/Player/Fusion/ESXi release: https://lifecycle.vmware.com/
vmware-hw-version: 13

# After this, we plan to add support for the Ignition
# storage/filesystems sections. (Although one can do
# that on boot as well)


0 comments on commit d300acd

Please sign in to comment.