Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Christian Rebischke
arch-boxes
Commits
817bdc5c
Unverified
Commit
817bdc5c
authored
Jan 15, 2020
by
Christian Rebischke
Committed by
GitHub
Jan 15, 2020
Browse files
Merge pull request #75 from juadde/vmsvga
Align on virtualbox recommendations (use vmsvga with 10M of vram) and…
parents
fe017407
6d07aea1
Changes
3
Hide whitespace changes
Inline
Side-by-side
cloud.json
View file @
817bdc5c
{
"variables"
:
{
"iso_url"
:
"https://mirror.pkgbuild.com/iso/latest/archlinux-
2019.10
.01-x86_64.iso"
,
"iso_url"
:
"https://mirror.pkgbuild.com/iso/latest/archlinux-
{{isotime
\"
2006.01
\"
}}
.01-x86_64.iso"
,
"iso_checksum_url"
:
"https://mirror.pkgbuild.com/iso/latest/sha1sums.txt"
,
"iso_checksum_type"
:
"sha1"
,
"disk_size"
:
"20480"
,
...
...
local.json
View file @
817bdc5c
{
"variables"
:
{
"iso_url"
:
"https://mirror.pkgbuild.com/iso/latest/archlinux-
2019.10
.01-x86_64.iso"
,
"iso_url"
:
"https://mirror.pkgbuild.com/iso/latest/archlinux-
{{isotime
\"
2006.01
\"
}}
.01-x86_64.iso"
,
"iso_checksum_url"
:
"https://mirror.pkgbuild.com/iso/latest/sha1sums.txt"
,
"iso_checksum_type"
:
"sha1"
,
"disk_size"
:
"20480"
,
...
...
@@ -40,6 +40,18 @@
"{{.Name}}"
,
"--cpus"
,
"{{user `cpus`}}"
],
[
"modifyvm"
,
"{{.Name}}"
,
"--graphicscontroller"
,
"vmsvga"
],
[
"modifyvm"
,
"{{.Name}}"
,
"--vram"
,
"10"
]
],
"boot_command"
:
[
...
...
vagrant.json
View file @
817bdc5c
...
...
@@ -40,6 +40,18 @@
"{{.Name}}"
,
"--cpus"
,
"{{user `cpus`}}"
],
[
"modifyvm"
,
"{{.Name}}"
,
"--graphicscontroller"
,
"vmsvga"
],
[
"modifyvm"
,
"{{.Name}}"
,
"--vram"
,
"10"
]
],
"boot_command"
:
[
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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