mkimage.sh.in: use for GCP images instead of shell globs
This commit is contained in:
parent
c358b52780
commit
b921097835
@ -342,7 +342,7 @@ case "$PLATFORM" in
|
|||||||
GCP*)
|
GCP*)
|
||||||
# This filename is mandated by the Google Cloud Engine import
|
# This filename is mandated by the Google Cloud Engine import
|
||||||
# process, the archive name is not.
|
# process, the archive name is not.
|
||||||
mv void-GCP*.img disk.raw
|
mv "$FILENAME" disk.raw
|
||||||
info_msg "Compressing disk.raw"
|
info_msg "Compressing disk.raw"
|
||||||
tar Sczf "${FILENAME%.img}.tar.gz" disk.raw
|
tar Sczf "${FILENAME%.img}.tar.gz" disk.raw
|
||||||
# Since this process just produces something that can be
|
# Since this process just produces something that can be
|
||||||
|
Loading…
x
Reference in New Issue
Block a user