On Wed, 21 Nov 2001, Thomas Ward wrote: > Once done you can easily type a line like this. > > make dep ; make clean ; make modules ; make bzImage > Then, once compiled you can type, > make modules_install ; make install > Actually, you could simply do: make dep clean bzImage modules modules_install install The install script (the last part of the command) should take care of running lilo for you. Look at the output on screen when it's finished to confirm that everything came out OK by looking for lilo output.