Re: [packer] resetting network interface before saving image

2019-10-16 Thread Rickard von Essen
See this code https://github.com/chef/bento/blob/master/packer_templates/centos/scripts/cleanup.sh#L15 On Thu, Oct 17, 2019, 02:31 Mauricio Tavares wrote: > So I have packer create a centos image, but when it saves (creates) it, it > saves the old mac address, associating it with the default

[packer] resetting network interface before saving image

2019-10-16 Thread Mauricio Tavares
So I have packer create a centos image, but when it saves (creates) it, it saves the old mac address, associating it with the default interface. Is there a way to remove that so when I create a vm guest based on said image it will configure the default interface based on whatever mac/uuid it is