report linux distro if possible

This commit is contained in:
Ben Sander
2016-03-24 22:12:41 -05:00
parent 3f211cce30
commit 120d45b0dc
+4
View File
@@ -116,6 +116,10 @@ if (!$printed or $p_full) {
print "== Linux Kernel\n";
system ("uname -a");
if (-e "/usr/bin/lsb_release") {
system ("/usr/bin/lsb_release -a");
}
print "\n" ;
$printed = 1;
}