Gentoo Archives: gentoo-user

From: "Hemmann
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Gentoo and KISS ?
Date: Sat, 19 May 2007 03:59:15
Message-Id: 200705190535.03824.volker.armin.hemmann@tu-clausthal.de
In Reply to: Re: [gentoo-user] Gentoo and KISS ? by Kent Fredric
1 On Samstag, 19. Mai 2007, Kent Fredric wrote:
2 > /etc/genkernel.conf
3 >
4 > MENUCONFIG="no"
5 > MRPROPER="no"
6 > CLEAN="no"
7 > BOOTSPLASH="no"
8 > SAVE_CONFIG="yes"
9 > DEBUGLEVEL=5
10 > BOOTLOADER="grub"
11 > USECOLOR="yes"
12 >
13 >
14 > cd /usr/src/linux
15 > zcat /proc/config.gz > .config
16 > make oldconfig
17 > genkernel --kernname=WhateverFitsMyMood all
18 >
19 >
20 > the above gives you you the power to configure your kernel to suit
21 > your needs, -and- makes genkernel useful as a time-saving 'ok, just
22 > build it ' tool :)
23 >
24
25 and that is faster than
26 zcat /proc/config.gz > .config
27 make oldconfig
28 make all modules_install install
29 ?
30
31 or easier?
32
33 --
34 gentoo-user@g.o mailing list