From 09b18a36aef91474774ba405a78d384b3297679b Mon Sep 17 00:00:00 2001 From: BlackNoxis Date: Tue, 21 Apr 2015 23:29:08 +0300 Subject: [sys-boot/os-prober] os-prober recognition patch --- sys-boot/os-prober/files/os-prober-kogaion.patch | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 sys-boot/os-prober/files/os-prober-kogaion.patch (limited to 'sys-boot/os-prober/files') diff --git a/sys-boot/os-prober/files/os-prober-kogaion.patch b/sys-boot/os-prober/files/os-prober-kogaion.patch new file mode 100644 index 00000000..b8466873 --- /dev/null +++ b/sys-boot/os-prober/files/os-prober-kogaion.patch @@ -0,0 +1,15 @@ +--- os-prober-1.53/os-probes/mounted/common/90linux-distro 2011-07-23 04:01:00.000000000 +0300 ++++ os-prober-1.53.new/os-probes/mounted/common/90linux-distro 2015-04-21 23:22:57.835424199 +0300 +@@ -85,6 +85,12 @@ + elif [ -e "$dir/etc/gentoo-release" ]; then + short="Gentoo" + long="$(cat "$dir/etc/gentoo-release")" ++ elif [ -e "$dir/etc/kogaion-release" ]; then ++ short="Kogaion" ++ long="$(cat "$dir/etc/kogaion-release")" ++ elif [ -e "$dir/etc/argent-release" ]; then ++ short="Argent" ++ long="$(cat "$dir/etc/argent-release")" + elif [ -e "$dir/etc/cobalt-release" ]; then + short="Cobalt" + long="$(cat "$dir/etc/cobalt-release")" -- cgit v1.2.3