2013-06-19 04:22:25 +02:00
|
|
|
Index: os-prober-1.57/os-probes/mounted/common/90linux-distro
|
2011-07-12 15:23:33 +02:00
|
|
|
===================================================================
|
2013-06-19 04:22:25 +02:00
|
|
|
--- os-prober-1.57.orig/os-probes/mounted/common/90linux-distro
|
|
|
|
+++ os-prober-1.57/os-probes/mounted/common/90linux-distro
|
|
|
|
@@ -84,7 +84,7 @@ if (ls "$dir"/lib*/ld*.so* || ls "$dir"/
|
2011-07-12 15:23:33 +02:00
|
|
|
short="RedHat"
|
|
|
|
long="$(cat "$dir/etc/redhat-release")"
|
|
|
|
elif [ -e "$dir/etc/SuSE-release" ]; then
|
|
|
|
- short="SuSE"
|
|
|
|
+ short="SUSE"
|
|
|
|
long="$(head -n 1 "$dir/etc/SuSE-release")"
|
|
|
|
elif [ -e "$dir/etc/gentoo-release" ]; then
|
|
|
|
short="Gentoo"
|