'Packer Builder for VMware vSphere - Floppy file and boot_command

I try to build packer with vsphere. Specifically, Centos 8 and I have trouble with floppy file and boot_command.

i try this code:

"boot_command": [
    "<esc><wait>",
    "linux ks=hd:fd0:/ks.cfg<enter>"
      ],
"floppy_files": [
    "ks.cfg"
 ],

The response: enter image description here

and i always stuck in language console. If do you have any idea for it, please help me.

Thank you so much



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source