From: ste-fan Date: Thu, 18 Jun 2015 14:32:22 +0000 (+0200) Subject: Fix relative path detection of ISO files X-Git-Tag: v0.4.6~2 X-Git-Url: http://git.grml.org/?p=grml-rescueboot.git;a=commitdiff_plain;h=f7942b97a5f8de2a2a8f167cd0399bf9b55f3bc8;hp=f7942b97a5f8de2a2a8f167cd0399bf9b55f3bc8 Fix relative path detection of ISO files The problem becomes apparent when using symbolic links in $ISO_LOCATION that point to ISO files on another partition. Calling make_system_path_relative_to_its_root not on the dirname but on the ISO file fixes this. Also avoid a double slash (//...) in $iso_path when $rel_dirname is just the root dir of that other partition (/). ---