Hi, suprisingly I can't find a recommended way to extract the kernel version from a kernel image file. Any ideas? Thanks, Stephan P.S.: At the moment I use --- # this is really a hack... function kernel_version_from_file { if test -e $1; then strings $1 | grep -i "^[[:digit:]+]\.[[:digit:]+]\.[[:digit:]+]" | cut -d' ' -f1 else echo "None." fi } -- s-Stephan Suerken <[EMAIL PROTECTED]> s-Voice (+49) (6241) 92566-2 -- WWW http://www.fh-worms.de/~suerken s-Debian-related mail: <[EMAIL PROTECTED]>