*** os-prober-1.44-orig/os-probes/mounted/common/90linux-distro	Thu Jan 20 08:59:35 2011
--- os-prober-1.44/os-probes/mounted/common/90linux-distro	Sun Apr 24 17:59:29 2011
***************
*** 115,120 ****
--- 115,123 ----
  	elif [ -e "$dir/etc/kdemar-release" ]; then
  		short="K-DEMar"
  		long="$(printf "K-DEMar GNU/Linux (%s)\n" "$(cat "$dir/etc/kdemar-release")")"
+ 	if [ -e "$dir/etc/lfs-release" ]; then
+ 		short="LFS"
+ 		long="$(printf "Linux From Scratch (%s)\n" "$(cat "$dir/etc/lfs-release")")"
  	else
  		short="Linux"
  		long="unknown Linux distribution"
