Files
vms/distros/opensuse/16.0/amd64.pkrvars.hcl
T

22 lines
973 B
HCL
Raw Normal View History

2024-11-18 18:26:48 -06:00
distro = "opensuse"
version = "16.0"
iso = {
2025-08-18 00:39:03 -05:00
#url = "https://download.opensuse.org/distribution/leap/16.0/installer/iso/agama-installer.x86_64-Leap_16.0.iso"
#checksum = "d3e7a86c4ab7296480ad41a2ca30bde5cad0ff2210b145dd2011403f648f76cb"
url = "https://download.opensuse.org/distribution/leap/16.0/installer/iso/agama-installer.x86_64-17.0.0-Leap_16.0-Build151.4.iso"
checksum = "d3e7a86c4ab7296480ad41a2ca30bde5cad0ff2210b145dd2011403f648f76cb"
2024-11-18 18:26:48 -06:00
}
boot_command = [
"e<wait>",
"<down><down><down><down><end><wait>",
"<bs><bs><bs><bs><bs><bs><bs><bs><bs><bs><bs><bs><bs><bs><bs><bs><bs><bs><bs><bs><bs><bs><bs><bs><bs><bs><bs>",
2025-08-18 00:39:03 -05:00
" inst.auto=http://{{ .HTTPIP }}:{{ .HTTPPort }}/profile.jsonnet",
" video=VGA-1:800x600",
#" systemd.unit=multi-user.target<wait>",
2024-11-18 18:26:48 -06:00
"<leftCtrlOn>x<leftCtrlOff>"
]
boot_wait = "8s"
2025-08-18 00:39:03 -05:00
cd_files = [ "distros/opensuse/16.0/http/" ]
2024-11-18 18:26:48 -06:00
http_directory = "distros/opensuse/16.0/http/"
vbox_os_type = "OpenSUSE_Leap_64"