summaryrefslogtreecommitdiff
path: root/sys-boot/os-prober/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@rogentos.ro>2016-11-06 12:22:32 +0000
committerV3n3RiX <venerix@rogentos.ro>2016-11-06 12:22:32 +0000
commit3f39841100b066b73e530a8be9cd3ee7c9d0c95c (patch)
treefac819ed14bdce288f1b9b90a6c5e18f265c8a6e /sys-boot/os-prober/files
parent68dfc672c0f6948b88ebe56103fb1d4c1b3a7abb (diff)
os-prober done
Diffstat (limited to 'sys-boot/os-prober/files')
-rw-r--r--sys-boot/os-prober/files/os-prober-redcore.patch (renamed from sys-boot/os-prober/files/os-prober-kogaion.patch)10
1 files changed, 7 insertions, 3 deletions
diff --git a/sys-boot/os-prober/files/os-prober-kogaion.patch b/sys-boot/os-prober/files/os-prober-redcore.patch
index b8466873..5ce141bd 100644
--- a/sys-boot/os-prober/files/os-prober-kogaion.patch
+++ b/sys-boot/os-prober/files/os-prober-redcore.patch
@@ -1,9 +1,13 @@
---- 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 @@
+diff -Nur a/os-probes/mounted/common/90linux-distro b/os-probes/mounted/common/90linux-distro
+--- a/os-probes/mounted/common/90linux-distro 2014-09-28 22:04:17.000000000 +0100
++++ b/os-probes/mounted/common/90linux-distro 2016-11-06 12:16:59.285765508 +0000
+@@ -89,6 +89,15 @@
elif [ -e "$dir/etc/gentoo-release" ]; then
short="Gentoo"
long="$(cat "$dir/etc/gentoo-release")"
++ elif [ -e "$dir/etc/redcore-release" ]; then
++ short="Redcore"
++ long="$(cat "$dir/etc/redcore-release")"
+ elif [ -e "$dir/etc/kogaion-release" ]; then
+ short="Kogaion"
+ long="$(cat "$dir/etc/kogaion-release")"