d19be93ad7
New package for operating system probing OBS-URL: https://build.opensuse.org/request/show/76111 OBS-URL: https://build.opensuse.org/package/show/Base:System/os-prober?expand=0&rev=1
14 lines
545 B
Diff
14 lines
545 B
Diff
Index: os-prober/os-probes/mounted/common/90linux-distro
|
|
===================================================================
|
|
--- os-prober.orig/os-probes/mounted/common/90linux-distro
|
|
+++ os-prober/os-probes/mounted/common/90linux-distro
|
|
@@ -80,7 +80,7 @@ if ls "$dir"/lib*/ld*.so* >/dev/null 2>/
|
|
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"
|