Fix typo and update ubuntu image version
The old url is no longer available, user `cpu should be `cpus
This commit is contained in:
parent
f031c95142
commit
873db48391
|
@ -893,9 +893,9 @@ virtual switch with an `External` connection type.
|
||||||
"cpus": "2",
|
"cpus": "2",
|
||||||
"memory": "1024",
|
"memory": "1024",
|
||||||
"disk_size": "21440",
|
"disk_size": "21440",
|
||||||
"iso_url": "http://releases.ubuntu.com/16.04/ubuntu-16.04.1-server-amd64.iso",
|
"iso_url": "http://releases.ubuntu.com/16.04/ubuntu-16.04.6-server-amd64.iso",
|
||||||
"iso_checksum_type": "sha1",
|
"iso_checksum_type": "sha1",
|
||||||
"iso_checksum": "DE5EE8665048F009577763EFBF4A6F0558833E59"
|
"iso_checksum": "056b7c15efc15bbbf40bf1a9ff1a3531fcbf70a2"
|
||||||
},
|
},
|
||||||
"builders": [
|
"builders": [
|
||||||
{
|
{
|
||||||
|
@ -927,7 +927,7 @@ virtual switch with an `External` connection type.
|
||||||
],
|
],
|
||||||
"shutdown_command": "echo 'packer' | sudo -S -E shutdown -P now",
|
"shutdown_command": "echo 'packer' | sudo -S -E shutdown -P now",
|
||||||
"memory": "{{user `memory`}}",
|
"memory": "{{user `memory`}}",
|
||||||
"cpus": "{{user `cpu`}}",
|
"cpus": "{{user `cpus`}}",
|
||||||
"generation": 2,
|
"generation": 2,
|
||||||
"enable_secure_boot": false
|
"enable_secure_boot": false
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue