diff -Naur os-prober.orig/os-probes/mounted/common/90linux-distro os-prober/os-probes/mounted/common/90linux-distro --- os-prober.orig/os-probes/mounted/common/90linux-distro 2007-02-20 12:54:47.000000000 +0100 +++ os-prober/os-probes/mounted/common/90linux-distro 2007-06-03 16:47:35.000000000 +0200 @@ -109,6 +109,9 @@ elif grep -qs OpenLinux "$dir/etc/issue"; then short="Caldera" long="Caldera OpenLinux" + elif [ -e "$dir/etc/frugalware-release" ]; then + short="Frugalware Linux" + long=$(cat "$dir/etc/frugalware-release") else short="Linux" long="unknown Linux distribution"