Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Arch Linux
arch-boxes
Commits
e8e1d669
Verified
Commit
e8e1d669
authored
Aug 15, 2020
by
Sven-Hendrik Haase
Browse files
Fix cpu and memory in more positions
parent
db60ae04
Changes
2
Hide whitespace changes
Inline
Side-by-side
local.json
View file @
e8e1d669
...
...
@@ -28,20 +28,6 @@
"shutdown_command"
:
"sudo systemctl poweroff"
,
"guest_additions_mode"
:
"disable"
,
"headless"
:
"{{user `headless`}}"
,
"vboxmanage"
:
[
[
"modifyvm"
,
"{{.Name}}"
,
"--memory"
,
"{{user `memory`}}"
],
[
"modifyvm"
,
"{{.Name}}"
,
"--cpus"
,
"{{user `cpus`}}"
]
],
"boot_command"
:
[
"<enter><wait10><wait10><wait10><wait10><wait10><enter><enter>"
,
"curl -O 'http://{{.HTTPIP}}:{{.HTTPPort}}/install{,-common,-chroot}.sh'<enter><wait>"
,
...
...
@@ -74,6 +60,8 @@
},
{
"type"
:
"vmware-iso"
,
"cpus"
:
2
,
"memory"
:
1024
,
"boot_wait"
:
"{{user `boot_wait`}}"
,
"http_directory"
:
"http"
,
"disk_size"
:
"{{user `disk_size`}}"
,
...
...
@@ -85,8 +73,6 @@
"ssh_timeout"
:
"10000s"
,
"shutdown_command"
:
"sudo systemctl poweroff"
,
"headless"
:
"{{user `headless`}}"
,
"memory"
:
"{{user `memory`}}"
,
"cpus"
:
"{{user `cpus`}}"
,
"boot_command"
:
[
"<enter><wait10><wait10><wait10><wait10><wait10><enter><enter>"
,
"curl -O 'http://{{.HTTPIP}}:{{.HTTPPort}}/install{,-common,-chroot}.sh'<enter><wait>"
,
...
...
vagrant.json
View file @
e8e1d669
...
...
@@ -59,6 +59,8 @@
},
{
"type"
:
"vmware-iso"
,
"cpus"
:
2
,
"memory"
:
1024
,
"boot_wait"
:
"{{user `boot_wait`}}"
,
"http_directory"
:
"http"
,
"disk_size"
:
"{{user `disk_size`}}"
,
...
...
@@ -70,8 +72,6 @@
"ssh_timeout"
:
"10000s"
,
"shutdown_command"
:
"sudo systemctl poweroff"
,
"headless"
:
"{{user `headless`}}"
,
"memory"
:
"{{user `memory`}}"
,
"cpus"
:
"{{user `cpus`}}"
,
"boot_command"
:
[
"<enter><wait10><wait10><wait10><wait10><wait10><enter><enter>"
,
"curl -O 'http://{{.HTTPIP}}:{{.HTTPPort}}/install{,-common,-chroot}.sh'<enter><wait>"
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment