On Mon, 2003-10-20 at 01:15, Luke-Jr wrote: > IIRC, get_KV etc all check /usr/src/linux. Using functions to get the version > would just make it easier if the policies on how to choose a kernel > changed... Kumba already pointed to /sbin/functions.sh, which contains this snippet: get_KV() { local KV="$(uname -r)"