On Samstag, 19. Mai 2007, Kent Fredric wrote:
> /etc/genkernel.conf
>
> MENUCONFIG="no"
> MRPROPER="no"
> CLEAN="no"
> BOOTSPLASH="no"
> SAVE_CONFIG="yes"
> DEBUGLEVEL=5
> BOOTLOADER="grub"
> USECOLOR="yes"
>
>
> cd /usr/src/linux
> zcat /proc/config.gz > .config
> make oldconfig
> genkernel --kernname=WhateverFitsMyMood all
>
>
> the above gives you you the power to configure your kernel to suit
> your needs, -and- makes genkernel useful as a time-saving 'ok, just
> build it ' tool :)
>

and that is faster than 
zcat /proc/config.gz > .config
make oldconfig
make all modules_install install
?

or easier?

-- 
[EMAIL PROTECTED] mailing list

Reply via email to