Skip to content

Commit

Permalink
fix boot command
Browse files Browse the repository at this point in the history
Signed-off-by: Corey Hemminger <hemminger@hotmail.com>
  • Loading branch information
Stromweld committed Feb 14, 2025
1 parent 306f9d4 commit a2d6465
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion os_pkrvars/almalinux/almalinux-9-x86_64.pkrvars.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ iso_checksum = "file:https://repo.almalinux.org/almalinux/9/isos/x86_
parallels_guest_os_type = "centos"
vbox_guest_os_type = "RedHat_64"
vmware_guest_os_type = "centos-64"
boot_command = ["<wait><wait><up><wait><tab> inst.ks=http://{{ .HTTPIP }}:{{ .HTTPPort }}/rhel/9ks.cfg inst.repo=https://repo.almalinux.org/almalinux/9/BaseOS/aarch64/os/ <enter><wait>"]
boot_command = ["<wait><wait><up><wait><tab> inst.ks=http://{{ .HTTPIP }}:{{ .HTTPPort }}/rhel/9ks.cfg inst.repo=https://repo.almalinux.org/almalinux/9/BaseOS/x86_64/os/ <enter><wait>"]

0 comments on commit a2d6465

Please sign in to comment.