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
48d4319d
Commit
48d4319d
authored
Aug 30, 2020
by
Kristian Klausen
🎉
Browse files
Compress the cloud image
parent
26cd9cc5
Changes
1
Hide whitespace changes
Inline
Side-by-side
build.sh
View file @
48d4319d
...
...
@@ -133,7 +133,7 @@ function cloud_image() {
}
function
cloud_image_post
()
{
qemu-img convert
-f
raw
-O
qcow2
"
${
1
}
"
"
${
2
}
"
qemu-img convert
-c
-f
raw
-O
qcow2
"
${
1
}
"
"
${
2
}
"
rm
"
${
1
}
"
}
...
...
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