diff options
author | Błażej Sowa <[email protected]> | 2018-12-17 01:02:18 +0100 |
---|---|---|
committer | XECDesign <[email protected]> | 2018-12-21 04:11:13 +0000 |
commit | 08405eb792c66acf7f4fa4d11abf31bb3da5ab13 (patch) | |
tree | d5d87ff5e55763f995455491f853b526a60c0d4f /export-image/03-set-partuuid | |
parent | 7fbfdda31e5771b849876d306c25ede237bc577b (diff) |
Allow custom image filename
Diffstat (limited to 'export-image/03-set-partuuid')
-rwxr-xr-x | export-image/03-set-partuuid/00-run.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/export-image/03-set-partuuid/00-run.sh b/export-image/03-set-partuuid/00-run.sh index 29edc67..e166e97 100755 --- a/export-image/03-set-partuuid/00-run.sh +++ b/export-image/03-set-partuuid/00-run.sh @@ -1,6 +1,6 @@ #!/bin/bash -e -IMG_FILE="${STAGE_WORK_DIR}/${IMG_DATE}-${IMG_NAME}${IMG_SUFFIX}.img" +IMG_FILE="${STAGE_WORK_DIR}/${IMG_FILENAME}.img" IMGID="$(dd if="${IMG_FILE}" skip=440 bs=1 count=4 2>/dev/null | xxd -e | cut -f 2 -d' ')" |