Bug#604192: os-prober: Won't detect MacOS 9

2010-11-22 Thread Mathias Wittau
I am not a developer myselve, but discussed the following issue with a developer who asked me to at least inform you about my thought. If I understood the patch, which is presented here, correctly, you search with the following lines: -if [ -e $dir/System Folder/System ]; then +if [ -e

Bug#604192: os-prober: Won't detect MacOS 9

2010-11-20 Thread Milan Kupcevic
tags 604192 patch thanks os-prober wouldn't detect installed MacOS because it missed actual mount point of the tested partition. Variable '$dir' was always empty. diff -Nru ./os-probes/mounted/m68k/10macos6-9 ../os-prober-1.40/os-probes/mounted/m68k/10macos6-9 ---