summarylogtreecommitdiffstats
path: root/remove-distro-version-detection.patch
blob: df72305061c2056e97d5e54784fd1ebcc21f11c5 (plain)
1
2
3
4
5
6
7
8
9
10
--- a/src/common/util.cc	2018-05-29 14:04:02.000000000 +0200
+++ b/src/common/util.cc	2018-06-04 13:45:52.279495745 +0200
@@ -96,7 +96,6 @@ static bool os_release_parse(map<string,
   static const map<string, string> kvm = {
     { "distro", "ID=" },
     { "distro_description", "PRETTY_NAME=" },
-    { "distro_version", "VERSION_ID=" }
   };
 
   FILE *fp = fopen("/etc/os-release", "r");