Gentoo Archives: gentoo-amd64

From: Duncan <1i5t5.duncan@×××.net>
To: gentoo-amd64@l.g.o
Subject: [gentoo-amd64] Re: 2.6.18 kernel
Date: Thu, 02 Nov 2006 00:44:47
Message-Id: eibeu7$6ht$2@sea.gmane.org
In Reply to: [gentoo-amd64] 2.6.18 kernel by Mark Haney
1 "Mark Haney" <mhaney@××××××××××××.org> posted
2 4548D810.3010103@××××××××××××.org, excerpted below, on Wed, 01 Nov 2006
3 12:23:28 -0500:
4
5 > Is it just me or is the .18 kernel slow in getting unmasked? I don't
6 > recall any other releases taking as long to be marked stable, but then I
7 > haven't been quite as anxious to test a new kernel as I have been for
8 > .18. I'm sure people are running it, so I ask, how is it? Has it been
9 > stable or is it not quite ready for us 'less than hardcore' testers?
10
11 FWIW, I handle my kernel stuff directly, downloading from kernel.org, not
12 thru portage. Thus, I care not one whit about Gentoo's kernel
13 stabilizing. If a new kernel.org kernel doesn't work, I just keep using
14 the old one until the next -rc or whatever that /does/ work. I had been
15 doing it that way long before I switched to Gentoo, so I just kept doing
16 what I had always done. The only thing I needed to do was add a kernel
17 entry to package.provided, so various packages in portage with a
18 dependency on the kernel knew it was there. Here's my package.provided
19 file. Note that I use ridiculously high versions like 999, or 2.6.999 for
20 the kernel, so I don't have to worry about dependency version number creep:
21
22 ~$cat /etc/portage/profile/package.provided
23 # portage always considers these packages merged,
24 # and won't attempt to merge them.
25
26 ################################################################################
27 # profile related
28 # in profile as virtual/ssh but unneeded
29 net-misc/openssh-99
30 # in profile but unneeded
31 sys-apps/busybox-99
32 # don't use Gentoo kernels
33 sys-kernel/gentoo-sources-2.6.999
34
35 ################################################################################
36 # X-related
37 # xorg-server thinks it needs, but 100dpi better
38 media-fonts/font-adobe-75dpi-99
39 # xinit needs for default Xsession, I use kde
40 x11-apps/xsm-99
41 # don't need xterm since I use kde/konsole
42 x11-terms/xterm-999
43
44
45 ################################################################################
46 # proprietaryware related
47 # imagemagick thinks it needs
48 media-fonts/corefonts-99
49
50
51 --
52 Duncan - List replies preferred. No HTML msgs.
53 "Every nonfree program has a lord, a master --
54 and if you use the program, he is your master." Richard Stallman
55
56 --
57 gentoo-amd64@g.o mailing list

Replies

Subject Author
Re: [gentoo-amd64] Re: 2.6.18 kernel Christoph Mende <ch.mende@××××××××××.com>