This is my first run with packer. Looks to be a great tool, but I'm running into an issue with this vmware build.
The I run packer build vmware.json.
Note in the preseed I have
d-i base-installer/kernel/override-image string linux-generic-lts-quantal
Which should direct the installer to choose the linux-generic-lts-quantal kernel instead of the linux-generic-lts-raring that's the default on 12.04.3.
I've also noticed it ignores/overrides my
d-i netcfg/get_hostname string
And my image ends up with a hostname of packer-vmware.
Is there a configuration or post-flight script that I'm neglecting to configure?