On Mon, 7 Jul 2003 12:54:54 -0500 Michael Kahle <[EMAIL PROTECTED]> wrote:
> The procedure for the "Debian Way" is: > make xconfig > make-kpkg kernel-image > > Should I be doing other steps when doing it the Debian way? For instance > instead of first running make xconfig should I run make mrproper? After I > run make-kpkg kernel-image should I run make modules and make > modules_install? Or does make-kpkg kernel-image take care of all of this > for me? The short answer is look here: http://newbiedoc.sourceforge.net/system/kernel-pkg.html The idea of make-kpkg was to automate that long sequence of steps; after you configure the kernel and make the kernel image all you need to do is install the kernel image .deb. By default make-kpkg runs distclean (cleaner than mrproper) after building the kernel .deb (it moves the .config file out of the way first, and restores it afterward). Kevin -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]