diff options
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/ver_linux | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/ver_linux b/scripts/ver_linux index 8b5c009ca78c..bb195a1c0f2d 100755 --- a/scripts/ver_linux +++ b/scripts/ver_linux @@ -87,6 +87,8 @@ loadkeys -V 2>&1 | awk \ expr --v 2>&1 | awk 'NR==1{print "Sh-utils ", $NF}' +udevinfo -V | awk '{print "udev ", $3}' + if [ -e /proc/modules ]; then X=`cat /proc/modules | sed -e "s/ .*$//"` echo "Modules Loaded "$X |
