diff options
author | BlackNoxis <steven.darklight@gmail.com> | 2015-04-21 23:29:08 +0300 |
---|---|---|
committer | BlackNoxis <steven.darklight@gmail.com> | 2015-04-21 23:29:08 +0300 |
commit | 09b18a36aef91474774ba405a78d384b3297679b (patch) | |
tree | b4077e32973f2b6af55ed25b0808875cad57aa27 /sys-boot/os-prober/files | |
parent | 186bcd951b1e0e3fa7301966a7ff03b3f5f5b85c (diff) |
[sys-boot/os-prober] os-prober recognition patch
Diffstat (limited to 'sys-boot/os-prober/files')
-rw-r--r-- | sys-boot/os-prober/files/os-prober-kogaion.patch | 15 |
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")" |