--
This mailing list is governed under the HashiCorp Community Guidelines - https://www.hashicorp.com/community-guidelines.html. Behavior in violation of those guidelines may result in your removal from this mailing list.
GitHub Issues: https://github.com/mitchellh/packer/issues
IRC: #packer-tool on Freenode
---
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+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/packer-tool/f372f4af-7c34-40e1-976d-5105834d575f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
[--nic<1-N> none|null|nat|bridged|intnet|hostonly|generic|natnetwork]
--
This mailing list is governed under the HashiCorp Community Guidelines - https://www.hashicorp.com/community-guidelines.html. Behavior in violation of those guidelines may result in your removal from this mailing list.
GitHub Issues: https://github.com/mitchellh/packer/issues
IRC: #packer-tool on Freenode
---
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+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/packer-tool/f372f4af-7c34-40e1-976d-5105834d575f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
To unsubscribe from this group and stop receiving emails from it, send an email to packer-tool...@googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to packer-tool+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/packer-tool/d6d4f9cf-621e-491d-98c9-b319619694f7%40googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to packer-tool+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/packer-tool/a1e227ab-b0ea-47e6-b408-feea87e8c025%40googlegroups.com.
"boot_command": [ "<esc><esc><enter><wait>", "/install/vmlinuz noapic preseed/file=/floppy/preseed.cfg ", "debian-installer=en_US auto locale=en_US kbd-chooser/method=us ", "netcfg/hostname={{user `hostname`}} hostname={{user `hostname`}} ", "fb=false debconf/frontend=noninteractive ", "keyboard-configuration/modelcode=SKIP keyboard-configuration/layout=USA keyboard-configuration/variant=USA console-setup/ask_detect=false ", "initrd=/install/initrd.gz netcfg/enable=true netcfg/disable_autoconfig=true interface=eth0 netcfg/get_ipaddress={{user `fixip_ipaddress`}} netcfg/get_netmask={{user `fixip_netmask`}} ", "netcfg/get_gateway={{user `fixip_gateway`}} netcfg/get_nameservers={{user `fixip_nameservers`}} netcfg/disable_dhcp=true netcfg/confirm_static=true -- <enter>" ], "variables": { "hostname": "precise64", "fixip_ipaddress": "{{env `fixip_ipaddress`}}", "fixip_netmask": "{{env `fixip_netmask`}}", "fixip_gateway": "{{env `fixip_gateway`}}", "fixip_nameservers": "{{env `fixip_nameservers`}}"}
To unsubscribe from this group and stop receiving emails from it, send an email to packer-tool+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/packer-tool/70161e55-d904-4ee5-8f9f-6a42c4f6e51f%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/packer-tool/70161e55-d904-4ee5-8f9f-6a42c4f6e51f%40googlegroups.com.
--Alvaro