Commit ce1e69dd authored by Antoine Kaufmann's avatar Antoine Kaufmann
Browse files

images: add missing script param for compressed images

parent f444ddb4
......@@ -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
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment