On Tue, Aug 16, 2005 at 01:05:47AM -0400, David R. Litwin wrote: > I read entirely through the Creating Custom Kernels with Debian's > Kernel-Package System and I don't think I really feel like doing that. > It seems ridiculously elaborate.
Well if you aren't fussed about fine-tuning the configuration, it's a six-liner: obtain and unpack kernel sources /usr/src$ wget ... /usr/src$ tar -xzf ... /usr/src$ cd ... copy in existing config /usr/src/...$ cp /boot/config-`uname -r` .config build /usr/src/...$ fakeroot make-kpkg --append_to_version <initials> kernel-image install /usr/src# dpkg -i kernel-image*<initials>*deb -- Jon Dowland http://jon.dowland.name/ FD35 0B0A C6DD 5D91 DB7A 83D1 168B 4E71 7032 F238 -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]