--
You received this message because you are subscribed to the Google Groups "Packer" group.
To unsubscribe from this group and stop receiving emails from it, send an email to packer-tool...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
"boot_command" : [
"<tab>",
" text ks=http://{{ .HTTPIP }}:{{ .HTTPPort }}/ks.cfg ",
"HOSTNAME={{user `hostname`}} ",
"SWAPSIZE={{user `swapsize`}} ",
"ROOTFS={{user `rootfs`}} ",
"YUM={{user `yumurl`}} ",
"REPOFILE={{user `repofile`}} ",
"<enter>"
]
so, you have <enter> <tab> and
<wait> <wait5> <wait10> - Adds a 1, 5 or 10 second pause before sending any additional keys. This is useful if you have to generally wait for the UI to update before typing more.