We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b649420 commit 42ae86aCopy full SHA for 42ae86a
ubuntu24.pkrvars.hcl
@@ -1,5 +1,5 @@
1
// vmware settings
2
-bootcommand = ["<wait>c<wait>set gfxpayload=keep<enter><wait>linux /casper/vmlinuz quiet autoinstall ds=nocloud-net\\;s=http://10.0.5.127:{{.HTTPPort}}/ ---<enter><wait>initrd /casper/initrd<wait><enter><wait>boot<enter><wait>"]
+bootcommand = ["<wait>c<wait>set gfxpayload=keep<enter><wait>linux /casper/vmlinuz quiet autoinstall ds=nocloud-net\\;s={{.HTTPIP}}:{{.HTTPPort}}/ ---<enter><wait>initrd /casper/initrd<wait><enter><wait>boot<enter><wait>"]
3
vmware_guest_os_type = "ubuntu-64"
4
vsphere_guest_os_type = "ubuntu64Guest"
5
vsphere_name = "ccdc-basebox-ubuntu-24.04"
0 commit comments