On Sun, 4 Jul 1999, Oden Eriksson wrote:

> 
> > On Sat, 03 Jul 1999 09:19:25 -0400, "Sheldon Lee Wen"
> > <[EMAIL PROTECTED]> wrote:
> > 
> > >Actually the easiest way to recompile and install a new kernel
> > >is to cd to the source directory:
> > >cd /usr/src/linux
> > >
> > >type: make xconfig and do your configuration.
> > >then do: make dep clean install modules_install
> > 
> > I tried this but got no modules.  
> > 
> > Then I tried "make modules_install" again and I still had no modules
> > -- I noticed it did not compile anything.
> > 
> > So then I did "make modules" followed by "make modules_install" and
> > that finally created and installed the modules.
> 
> this is how i usally do it:
> 
> make clean; make menuconfig; make dep; make bzImage; make modules; 
> make modules_install; make install; init 6
> --

 I'd make that
make clean && make dep && make modules && make modules_install \
        make bzImage && make install && init 6

useing ;'s it will continue even if one steps  fails useing &&'s
it will stop if there are problems
 
> V�nliga h�lsningar / Oden Eriksson CNE+MCSE+Linux
> UIN: 952113
> 0971-554 52
> 070-346 43 02
> 

Reply via email to