[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: standard Debian kernel .config file



On Wed, Jul 24, 2002 at 05:34:47PM -0700, Paul Yeatman wrote:
> Does any one know of a cute way to get the .config file used for a
> standard Debian kernel-image?  For instance, let's say I want to know what
> the .config file looks like for the kernel build options used for building
> the kernel in package kernel-image-2.4.18-686.  The kernel-config file
> in the disks-i386 directory on the ftp site is close but no cigar.

If you want to take a look without installing...

[sorry about the long line...]

$ wget ftp://ftp.debian.org/debian/pool/main/k/kernel-image-2.4.18-i386/kernel-image-2.4.18-686_2.4.18-5_i386.deb
$ ar x kernel-image-2.4.18-686_2.4.18-5_i386.deb
$ tar -xzf data.tar.gz
$ cd boot
$ less config-2.4.18-686

This method requires a few megs of space to use. It also results in the
creation of a few subdirectories. binutils (or binutils-multiarch) and
wget are required, although manual ftping can be used instead of wget.

-- 
Seneca
seneca-cunningham@rogers.com

Attachment: pgps6EGcZUai1.pgp
Description: PGP signature


Reply to: