Add fixes for Linux environment and add Windows environment

This commit is contained in:
2026-04-19 09:00:33 +02:00
parent d12d90ea54
commit e14faf82ea
6 changed files with 712 additions and 60 deletions

View File

@@ -216,10 +216,10 @@ source "vsphere-iso" "debian" {
# 4. Navigate down to the linux kernel line (3rd line in the entry) and
# jump to its end, then append preseed parameters.
# 5. Press Ctrl+X to boot.
boot_wait = "10s"
boot_wait = "20s"
boot_command = [
"<down><wait>",
"e<wait2>",
"<down><wait2>",
"e<wait3>",
"<down><down><down><end>",
" auto=true priority=critical",
" locale=en_US.UTF-8",

View File

@@ -216,10 +216,10 @@ source "vsphere-iso" "debian" {
# 4. Navigate down to the linux kernel line (3rd line in the entry) and
# jump to its end, then append preseed parameters.
# 5. Press Ctrl+X to boot.
boot_wait = "10s"
boot_wait = "20s"
boot_command = [
"<down><wait>",
"e<wait2>",
"<down><wait2>",
"e<wait3>",
"<down><down><down><end>",
" auto=true priority=critical",
" locale=en_US.UTF-8",