You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
669 B
11 lines
669 B
2 years ago
|
os_name = "ubuntu"
|
||
|
os_version = "22.04"
|
||
|
os_arch = "x86_64"
|
||
|
iso_url = "https://releases.ubuntu.com/jammy/ubuntu-22.04.2-live-server-amd64.iso"
|
||
|
iso_checksum = "file:https://releases.ubuntu.com/jammy/SHA256SUMS"
|
||
|
hyperv_generation = 2
|
||
|
parallels_guest_os_type = "ubuntu"
|
||
|
vbox_guest_os_type = "Ubuntu_64"
|
||
|
vmware_guest_os_type = "ubuntu-64"
|
||
|
boot_command = ["<wait>c<wait>set gfxpayload=keep<enter><wait>linux /casper/vmlinuz quiet autoinstall ds=nocloud-net\\;s=http://{{.HTTPIP}}:{{.HTTPPort}}/ubuntu/ ---<enter><wait>initrd /casper/initrd<wait><enter><wait>boot<enter><wait>"]
|