Skip to content

Commit

Permalink
fix azurelinux guest os_type
Browse files Browse the repository at this point in the history
Signed-off-by: Corey Hemminger <[email protected]>
  • Loading branch information
Stromweld committed Jul 23, 2024
1 parent 465f19f commit 3792254
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions os_pkrvars/azurelinux/azurelinux-2-x86_64.pkrvars.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ os_version = "2.0"
os_arch = "x86_64"
iso_url = "https://aka.ms/mariner-2.0-x86_64-iso"
iso_checksum = "none"
parallels_guest_os_type = "linux64"
vbox_guest_os_type = "linux64"
vmware_guest_os_type = "linux64"
parallels_guest_os_type = "fedora-core"
vbox_guest_os_type = "Fedora_64"
vmware_guest_os_type = "fedora-64"
#boot_command = ["<wait><up><wait><tab> inst.text inst.ks=http://{{ .HTTPIP }}:{{ .HTTPPort }}/rhel/9ks.cfg<enter><wait>"]

0 comments on commit 3792254

Please sign in to comment.