X-Git-Url: https://git.grml.org/?p=grml2usb.git;a=blobdiff_plain;f=grml2usb;h=e2cffe8b7a5b4d3a64ea6c4a8bc95bb5b5272341;hp=c696623ac8310f151966be972df402f1bdab5b19;hb=0ab2a7261eef1435cf5b0ce1180e826f4c663414;hpb=62acdab01523c26b167683c74b1feb19173665fc diff --git a/grml2usb b/grml2usb index c696623..e2cffe8 100755 --- a/grml2usb +++ b/grml2usb @@ -1472,7 +1472,7 @@ def install(image, device): logging.info("Using %s as install base", image) else: logging.info("Using ISO %s", image) - iso_mountpoint = tempfile.mkdtemp(prefix="grml2usb", dir=options.tmpdir) + iso_mountpoint = tempfile.mkdtemp(prefix="grml2usb", dir=os.path.abspath(options.tmpdir)) register_tmpfile(iso_mountpoint) remove_image_mountpoint = True try: