Skip to content

Commit

Permalink
fix centos-stream 10 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 15, 2025
1 parent 3ca7d3e commit 93fc46b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion os_pkrvars/centos/centos-stream-10-x86_64.pkrvars.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ iso_checksum = "file:https://mirror.stream.centos.org/10-stream/BaseO
parallels_guest_os_type = "centos"
vbox_guest_os_type = "RedHat_64"
vmware_guest_os_type = "centos-64"
boot_command = ["<wait><up><wait><tab> inst.ks=http://{{ .HTTPIP }}:{{ .HTTPPort }}/rhel/10ks.cfg inst.repo=https://mirror.stream.centos.org/10-stream/BaseOS/x86_64/os/ <enter><wait>"]
boot_command = ["<wait><up>e<wait><down><down><end><wait> inst.ks=http://{{ .HTTPIP }}:{{ .HTTPPort }}/rhel/10ks.cfg inst.repo=https://mirror.stream.centos.org/10-stream/BaseOS/x86_64/os/ <enter><wait>"]
2 changes: 1 addition & 1 deletion os_pkrvars/fedora/fedora-40-aarch64.pkrvars.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ iso_checksum = "file:https://download.fedoraproject.org/pub/fedora/li
parallels_guest_os_type = "fedora-core"
vbox_guest_os_type = "Fedora_arm64"
vmware_guest_os_type = "arm-fedora-64"
boot_command = ["<wait><up><up>e<wait><down><down><end> inst.ks=http://{{ .HTTPIP }}:{{ .HTTPPort }}/fedora/ks.cfg inst.repo=https://download.fedoraproject.org/pub/fedora/linux/releases/40/Server/aarch64/os/ <F10><wait>"]
boot_command = ["<wait><up>e<wait><down><down><end> inst.ks=http://{{ .HTTPIP }}:{{ .HTTPPort }}/fedora/ks.cfg inst.repo=https://download.fedoraproject.org/pub/fedora/linux/releases/40/Server/aarch64/os/ <F10><wait>"]
2 changes: 1 addition & 1 deletion os_pkrvars/fedora/fedora-41-aarch64.pkrvars.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ iso_checksum = "file:https://download.fedoraproject.org/pub/fedora/li
parallels_guest_os_type = "fedora-core"
vbox_guest_os_type = "Fedora_arm64"
vmware_guest_os_type = "arm-fedora-64"
boot_command = ["<wait><up><up>e<wait><down><down><end> inst.ks=http://{{ .HTTPIP }}:{{ .HTTPPort }}/fedora/ks.cfg inst.repo=https://download.fedoraproject.org/pub/fedora/linux/releases/41/Server/aarch64/os/ <F10><wait>"]
boot_command = ["<wait><up>e<wait><down><down><end> inst.ks=http://{{ .HTTPIP }}:{{ .HTTPPort }}/fedora/ks.cfg inst.repo=https://download.fedoraproject.org/pub/fedora/linux/releases/41/Server/aarch64/os/ <F10><wait>"]

0 comments on commit 93fc46b

Please sign in to comment.