[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <loom.20101018T034339-27@post.gmane.org>
Date: Mon, 18 Oct 2010 01:45:23 +0000 (UTC)
From: Alex Elsayed <eternaleye@...il.com>
To: linux-kernel@...r.kernel.org
Subject: Re: scripts/extract-ikconfig only works on uncompressed and CONFIG_KERNEL_GZIP kernels
Alex Elsayed <eternaleye <at> gmail.com> writes:
>
> I have a kernel that was compiled with LZMA compression (CONFIG_KERNEL_LZMA). I
> wish to extract the .config from it without running it, but the script to do so
> does not support such kernels. How could I go about fixing this, so that the
> script supports other compression modes than just gzip?
>
>
I managed to extract the .config by abusing dd's skip= parameter to try feeding
every byte-offset to unlzma, but I am still interested in making the script work
with non-gzipped compressed kernels.
--
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