x86_64 to amd64 to match Vagrant arch names
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
1. Try a build
|
||||
1. You can execute directly with the `packer` executable, if you want
|
||||
1. If you want to wrap up standard options, or build multiple versions/distros at once, use the `build.xsh` file
|
||||
1. `xonsh build.xsh -d <distro> -b hyperv-iso.x86_64 -v`
|
||||
1. `xonsh build.xsh -d <distro> -b hyperv-iso.amd64 -v`
|
||||
1. You can substitute out any of the options with `-a` to build "all" targets that match
|
||||
|
||||
### Troubleshooting
|
||||
@@ -44,4 +44,4 @@ to reach it.
|
||||
1. Set connection type to 'External'
|
||||
1. In your DHCP server, assign a static IP address to MAC address "00:00:de:ad:be:ef"
|
||||
1. Personally, I use dnsmasq and my subnet is 10.42.2.1/16 for DHCP, so the appropriate config line is `dhcp-host=00:00:de:ad:be:ef,10.42.2.254`
|
||||
1. The actual IP address you assign is unimportant, and if you need to spoof a different Mac address, edit the file `sources/hyperv-iso.pkr.hcl`
|
||||
1. The actual IP address you assign is unimportant, and if you need to spoof a different Mac address, edit the file `sources/hyperv-iso.pkr.hcl`
|
||||
|
||||
Reference in New Issue
Block a user