distro = "ubuntu" arch = "x86_64" version = "20.04" iso = { url = "https://releases.ubuntu.com/20.04/ubuntu-20.04.4-live-server-amd64.iso" checksum = "28ccdb56450e643bad03bb7bcf7507ce3d8d90e8bf09e38f6bd9ac298a98eaad" } boot_wait = "3s" boot_command = [ "", "console=ttyS0 ", "autoinstall ds=nocloud-net;s=http://{{.HTTPIP}}:{{.HTTPPort}}/ubuntu/20.04/" ] ssh_handshake_attempts = 1000