Skip to content
Snippets Groups Projects
Commit c48722f3 authored by Ladar Levison's avatar Ladar Levison
Browse files

Revert "Fix the VMWare cpus/memory options."

This reverts commit 247c2bc9.
parent e06f8866
No related branches found
No related tags found
No related merge requests found
...@@ -90,8 +90,7 @@ ...@@ -90,8 +90,7 @@
"ssh_wait_timeout": "10000s", "ssh_wait_timeout": "10000s",
"shutdown_command": "sudo systemctl poweroff", "shutdown_command": "sudo systemctl poweroff",
"headless": "{{user `headless`}}", "headless": "{{user `headless`}}",
"memory": "{{user `memory`}}", "vmx_data": {"memsize": "{{user `memory`}}"},
"cpus": "{{user `cpus`}}",
"boot_command": [ "boot_command": [
"<enter><wait10><wait10><wait10><wait10><wait10><enter><enter>", "<enter><wait10><wait10><wait10><wait10><wait10><enter><enter>",
"curl -O 'http://{{.HTTPIP}}:{{.HTTPPort}}/install{,-chroot}.sh'<enter><wait>", "curl -O 'http://{{.HTTPIP}}:{{.HTTPPort}}/install{,-chroot}.sh'<enter><wait>",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment