Gentoo Archives: gentoo-dev

From: William Hubbs <williamh@g.o>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] Re: rfc: virtual/modutils and module-init-tools
Date: Sat, 25 Feb 2012 17:26:39
Message-Id: 20120225172555.GA13487@linux1
In Reply to: [gentoo-dev] Re: rfc: virtual/modutils and module-init-tools by Duncan <1i5t5.duncan@cox.net>
1 On Sat, Feb 25, 2012 at 08:44:39AM +0000, Duncan wrote:
2 > You are however correct that it'll be on most systems, at least with
3 > udev-181, since udev won't build without kmod, now. (I found that out
4 > when the build broke on me due to missing kmod, as I've had udev unmasked
5 > for awhile and got 181 before kmod was added as a dep.)
6
7 But, one thing about kmod is that you can turn off the command line
8 portions of it completely on a monolythic system since udev just uses
9 the library. That is actually the main reason we are transitioning over
10 to kmod.
11
12 You do that by putting the following in /etc/portage/package.use:
13
14 sys-apps/kmod -compat -tools
15
16 William

Replies

Subject Author
[gentoo-dev] Re: rfc: virtual/modutils and module-init-tools Duncan <1i5t5.duncan@×××.net>