diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2017-02-28 16:25:15 +0100 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2017-02-28 16:25:15 +0100 |
commit | ebc1c5f127cb5a10335c86f0df09919e1365fa8d (patch) | |
tree | 8d1310130b551182b9cb004af9d2478f59479d80 /RHEL73-efi.sh | |
parent | a717ed22621b9d29c24f842cb4c9ba8e2cc151ab (diff) | |
download | imagefish-ebc1c5f127cb5a10335c86f0df09919e1365fa8d.tar.gz |
add IMAGEFISH_DESTDIR
Diffstat (limited to 'RHEL73-efi.sh')
-rwxr-xr-x | RHEL73-efi.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/RHEL73-efi.sh b/RHEL73-efi.sh index 376b96d..bb13341 100755 --- a/RHEL73-efi.sh +++ b/RHEL73-efi.sh @@ -5,8 +5,8 @@ repo="repos/rhel-73.repo" rpms="grub2-efi shim -dracut-config-rescue" arch="$(uname -m)" -tar="${name}-${arch}.tar.gz" -img="${name}-${arch}.qcow2" +tar="${IMAGEFISH_DESTDIR-.}/${name}-${arch}.tar.gz" +img="${IMAGEFISH_DESTDIR-.}/${name}-${arch}.qcow2" echo "" echo "###" |