summaryrefslogtreecommitdiff
path: root/sys-boot/os-prober/files/os-prober-kogaion.patch
diff options
context:
space:
mode:
Diffstat (limited to 'sys-boot/os-prober/files/os-prober-kogaion.patch')
-rw-r--r--sys-boot/os-prober/files/os-prober-kogaion.patch15
1 files changed, 15 insertions, 0 deletions
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")"