Added more info to this file.
diff --git a/ver_linux b/ver_linux
index fa151ba..00deac8 100755
--- a/ver_linux
+++ b/ver_linux
@@ -9,6 +9,12 @@
 echo 'Compare to the current minimal requirements in Documentation/Changes.'
 echo ' '
 
+cat /etc/*release 2> /dev/null
+if [ $? = 1 ]; then
+   echo '/etc/issue:'
+   cat /etc/issue 2> /dev/null
+fi
+
 uname -a
 echo ' '
 
@@ -70,3 +76,11 @@
     X=`cat /proc/modules | sed -e "s/ .*$//"`
     echo "Modules Loaded         "$X
 fi
+
+echo
+echo 'free -m reports:'
+free -m
+
+echo
+echo '/proc/cpuinfo'
+cat /proc/cpuinfo