Updated patch for os-prober-1.71 -- Timo Gurr
Upstream: submitted Source: https://lists.debian.org/debian-boot/2012/04/msg00337.html https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=755804
From a0f78dfaa268861ac71ede686626f48e2d580722 Mon Sep 17 00:00:00 2001 From: "Wulf C. Krueger" <philant...@exherbo.org> Date: Sat, 28 Apr 2012 23:58:23 +0200 Subject: [PATCH 2/2] Add detection of Exherbo Linux. diff -Naur os-prober-1.71.old/os-probes/mounted/common/90linux-distro os-prober-1.71/os-probes/mounted/common/90linux-distro --- os-prober-1.71.old/os-probes/mounted/common/90linux-distro 2015-12-10 05:03:05.000000000 +0100 +++ os-prober-1.71/os-probes/mounted/common/90linux-distro 2016-02-04 18:27:29.480414483 +0100 @@ -128,6 +128,9 @@ elif [ -e "$dir/etc/4MLinux-version" ]; then short="4MLinux" long="4MLinux $(head -1 "$dir/etc/4MLinux-version")" + elif [ -e "$dir/etc/exherbo-release" ]; then + short="Exherbo" + long="Exherbo Linux" else short="Linux" long="unknown Linux distribution"