On Mon, Dec 01, 2003 at 09:39:22PM -0600, Scott C. Linnenbringer wrote: > On Mon, Dec 01, 2003, at 14:11 -0800, Tom wrote: > > > I'm sure you're all reading the Slashdot article right now. > > > > Since 2.4.23 does not appear to be in unstable, should we all go out > > and download it ourselves? > > Yes. > > It's very simple; just compile your own kernel and package it for > yourself so it'll be managed by dpkg.
Look at the package 'make-kpkg'. The principle is something like /usr/src$ tar -zxf linux-2.4.23.tar.gz /usr/src$ cp linux-2.4.22/.config linux-2.4.23 /usr/src$ cd linux-2.4.23 /usr/src/linux-2.4.23$ make oldconfig /usr/src/linux-2.4.23$ fakeroot make-kpkg kernel_image modules_image .. and dpkg -i the .deb that appears in /usr/src . -- Jon Dowland http://jon.dowland.name/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]