Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Arch Linux
arch-boxes
Commits
307e698a
Verified
Commit
307e698a
authored
Aug 15, 2020
by
Sven-Hendrik Haase
Browse files
Enable qcow2 disk compression
parent
fab7907d
Changes
3
Hide whitespace changes
Inline
Side-by-side
cloud.json
View file @
307e698a
...
...
@@ -28,6 +28,7 @@
"shutdown_command"
:
"sudo systemctl poweroff"
,
"headless"
:
"{{user `headless`}}"
,
"accelerator"
:
"{{user `accelerator`}}"
,
"disk_compression"
:
true
,
"qemuargs"
:
[
[
"-m"
,
...
...
local.json
View file @
307e698a
...
...
@@ -62,6 +62,7 @@
"shutdown_command"
:
"sudo systemctl poweroff"
,
"headless"
:
"{{user `headless`}}"
,
"accelerator"
:
"{{user `accelerator`}}"
,
"disk_compression"
:
true
,
"qemuargs"
:
[
[
"-m"
,
...
...
vagrant.json
View file @
307e698a
...
...
@@ -60,6 +60,8 @@
"ssh_timeout"
:
"10000s"
,
"shutdown_command"
:
"sudo systemctl poweroff"
,
"headless"
:
"{{user `headless`}}"
,
"accelerator"
:
"{{user `accelerator`}}"
,
"disk_compression"
:
true
,
"qemuargs"
:
[
[
"-m"
,
...
...
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