* On Mon Apr-11-2005 at 10:34:59 PM +0200, Bastian Balthazar Bux said:
> Matthew Cline wrote:
> >>I recommend using genkernel for creating a kernel. You still have to
> >>deal with configuring yourself, but then Gentoo deals with the compile
> >>and moving the kernel around and such.
> >
> >
> >What's wrong with make && make modules_install && make install?
> 
> probably that you forget 50% of the times the
> # mount /boot
> ;) (I've started to mount it read only so at least an error came up)

That's why I've got a small shell script that runs from a config file
(also takes cmd line params for all options). You can have it perform
any combination of the following actions:

* mount /boot
* make menuconfig
* make all
* make modules_install
* install kernel to boot
* add kernel to grub.conf
* re-emerge nvidia-kernel

If /boot was mounted by the script it is unmounted.

Once you get a "config" file in place (sourced script that sets
variables) it's a one step process, `kernmagic -v` (i like to know where
it's at in the process).

-- 
Sami Samhuri

Attachment: pgp9aBTXHoBDI.pgp
Description: PGP signature

Reply via email to