diff options
Diffstat (limited to 'di-maker')
-rwxr-xr-x | di-maker | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -59,7 +59,9 @@ menuentry "$SUITE d-i (created $(date -R))" { } EOF +absoutput="$(pwd)/$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" -grub-mkrescue --overlay="$WORKDIR" "$output" +(cd "$WORKDIR" && grub-mkrescue --output="$absoutput" .) |