On Mon, Nov 12, 2001 at 07:13:21PM -0600, Timothy Wilson wrote: > I just downloaded 2.4.14, but rather than go through each config > option I'd like to duplicate my 2.4.9 configuration. I know about > 'make oldconfig' for configuring a kernel, but I don't know if that > will work for different kernel versions or what I have to do to make > it work. Any hints? Just use it. bash$ tar -C ~/src -zxvf linux-2.4.14.tar.gz bash$ cp /boot/config-2.4.9 ~/src/linux/.config bash$ cd ~/src/linux bash$ make oldconfig # Use debian's make-kpkg tool to make the kernel, pipe it through # tee so I can get a log in /tmp, and then pipe it through grc # (grcat) to get a colorized display of the make process bash$ sudo make-kpkg --revision="1:custom.1.0" kernel_image 2>&1 | tee /tmp/make-custom-1.0.out | grcat conf.gcc bash$ sudo dpkg --install ../kernel-image-2.4.14-custom.1.0_i386.deb bash$ echo "Ohhh, yeahhhh...that's the shit!" Ohhh, yeahhhh...that's the shit! bash$ shutdown -r now -- Chad Walstrom <chewie at wookimus.net> | a.k.a. ^chewie http://www.wookimus.net/ | s.k.a. gunnarr Key fingerprint = B4AB D627 9CBD 687E 7A31 1950 0CC7 0B18 206C 5AFD -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 232 bytes Desc: not available Url : http://shadowknight.real-time.com/pipermail/tclug-list/attachments/20011113/154d3fea/attachment.pgp