From: Daniel Kahn Gillmor Date: Sat, 14 Mar 2015 19:41:25 +0000 (-0400) Subject: di-maker should work when absolute paths are passed to it X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=68a87321df98baff8a2e14a4692bfe1175e6b66c;p=kvm-manager.git di-maker should work when absolute paths are passed to it --- diff --git a/di-maker b/di-maker index 6fa862f..e5247dd 100755 --- a/di-maker +++ b/di-maker @@ -106,7 +106,7 @@ $BOOTINSTRUCTIONS } EOF -absoutput="$(pwd)/$output" +absoutput="$(readlink -f "$output")" ## no longer using genisoimage with grub2: # genisoimage -R -input-charset utf-8 -b boot/grub/stage2_eltorito -no-emul-boot --boot-load-size 4 -boot-info-table "$WORKDIR"