Gentoo Archives: gentoo-user

From: Kent Fredric <kentfredric@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Switching from Genkernel to manual build
Date: Wed, 01 Aug 2007 09:26:44
Message-Id: 8cd1ed20708010217h4d67f160r18fa471e8cc70240@mail.gmail.com
In Reply to: [gentoo-user] Switching from Genkernel to manual build by Dan Cowsill
1 On 8/1/07, Dan Cowsill <danthehat@×××××.com> wrote:
2 >
3
4 /etc/genkernel.conf
5
6
7 # Run 'make menuconfig' before compiling this kernel?
8 MENUCONFIG="no"
9
10 # Run 'make clean' before compilation?
11 # If set to NO, implies MRPROPER WILL NOT be run
12 # Also, if clean is NO, it won't copy over any configuration
13 # file, it will use what's there.
14 CLEAN="no"
15
16 # Run 'make mrproper' before configuration/compilation?
17 MRPROPER="no"
18
19 # Save the new configuration in /etc/kernels upon
20 # successfull compilation
21 SAVE_CONFIG="yes"
22
23 # Debug Level
24 DEBUGLEVEL=5
25
26 Set those, and then I recommend just stay with using genkernel, it
27 basically converts genkernel from a kernel configurator, to merely a
28 nice automated build-and-install script.
29
30
31 that way you can configure your kernel custome like usual, and then just
32 genkernel --kernname=somenickname all
33
34 and go away and leave it and it will take care of the rest :)
35
36 --
37 Kent
38 ruby -e '[1, 2, 4, 7, 0, 9, 5, 8, 3, 10, 11, 6, 12, 13].each{|x|
39 print "enNOSPicAMreil kdrtf@×××.com"[(2*x)..(2*x+1)]}'
40 --
41 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] Switching from Genkernel to manual build Volker Armin Hemmann <volker.armin.hemmann@××××××××××××.de>