Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ycai
simbricks
Commits
ce1e69dd
Commit
ce1e69dd
authored
Apr 29, 2022
by
Antoine Kaufmann
Browse files
images: add missing script param for compressed images
parent
f444ddb4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
images/packer-wrap.sh
images/packer-wrap.sh
+2
-0
No files found.
images/packer-wrap.sh
View file @
ce1e69dd
...
...
@@ -19,6 +19,7 @@ fi
base_img
=
$1
outname
=
$2
pkrfile
=
$3
compressed
=
$4
mkdir
-p
input-
$outname
...
...
@@ -29,5 +30,6 @@ export PATH="$qemupath:$qemupath/build/:$PATH"
-var
"memory=
$mem
"
\
-var
"base_img=
$base_img
"
\
-var
"outname=
$outname
"
\
-var
"compressed=
$compressed
"
\
${
pkrfile
}
rm
-rf
input-
$outname
Write
Preview
Markdown
is supported
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