* Do not commit the .venv file * Fix packer formatting issues * I am, once again, asking to fix the cache path * Fix URI generation for tests * Prevent prompting during Hyper-V tests * Add more waits to hopefully build on GHA * Hyper-V ISO expansion Expand coverage of Hyper-V ISO to all distros except Debian Simplify a few steps in the update/upgrade process for VMs Edit the test script for Windows support * Fix plugin cache path on Mac * Point to the correct mirror URL
20 lines
499 B
HCL
20 lines
499 B
HCL
distro = "ubuntu"
|
|
version = "23.10"
|
|
iso = {
|
|
url = "http://releases.ubuntu.com/23.10/ubuntu-23.10-live-server-amd64.iso"
|
|
checksum = "d2fb80d9ce77511ed500bcc1f813e6f676d4a3577009dfebce24269ca23346a5"
|
|
}
|
|
boot_command = [
|
|
"e<down><down><down><end><bs><bs><bs>",
|
|
"console=tty0 <wait>",
|
|
"fsck.mode<wait>=skip <wait>",
|
|
"locale=<wait>en_US <wait>",
|
|
"auto=true <wait>",
|
|
"priority<wait>=critical <wait>",
|
|
"autoinstall<wait>",
|
|
"<F10>",
|
|
]
|
|
cd_files = [
|
|
"distros/ubuntu/23.10/disc/*"
|
|
]
|