[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <874oxgmvur.wl%vmayatsk@redhat.com>
Date: Thu, 26 Mar 2009 11:17:32 +0100
From: Vitaly Mayatskikh <v.mayatskih@...il.com>
To: Victoria Muntean <vikimun@...il.com>
Cc: Kernel Linux <linux-kernel@...r.kernel.org>
Subject: Re: how to extract 'uname -r' string from bzImage without booting it ?
At Thu, 26 Mar 2009 12:09:38 +0200, Victoria Muntean wrote:
> How can make (or find) a script or utility
> that can extract 'uname -r' string from bzImage without booting it ?
$ strings vmlinuz | grep -P -o \\d\\.\\d\\.\\d{2}
2.6.29
--
wbr, Vitaly
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists