Gentoo Archives: gentoo-user

From: Daniel Iliev <danny@××××××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Kernel Config Manager
Date: Sat, 23 Dec 2006 15:26:56
Message-Id: 458D49BC.2000705@ilievnet.com
In Reply to: [gentoo-user] Kernel Config Manager by Trenton Adams
1 Trenton Adams wrote:
2 > Hi guys,
3 >
4 > Does anyone know of a kernel config manager that manages the kernel
5 > configuration settings that I want? For instance, I want this network
6 > driver, and that driver, and the other driver.
7 >
8 > Want this to be managed outside the standard menu config because it
9 > will make it easier to switch to a new kernel, such as xen-sources, or
10 > vanilla-sources. I can then keep the default settings of that
11 > particular kernel, and enable all the *extra* stuff that I need.
12 >
13 > Any help would be much appreciated.
14 >
15 > Thanks.
16
17 Yet another approach:
18
19 cd /usr/src/linux/
20 zcat /proc/config.gz > .config
21 make oldconfig
22 make config | menuconfig | xconfig
23
24
25
26 --
27 Best regards,
28 Daniel
29
30
31 --
32 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] Kernel Config Manager Dale <dalek@××××××××××.net>
Re: [gentoo-user] Kernel Config Manager Neil Bothwick <neil@××××××××××.uk>