Gentoo Archives: gentoo-user

From: Peter Humphrey <peter@××××××××××××.uk>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Peeve - finding kernel config options
Date: Thu, 27 Feb 2014 10:25:47
Message-Id: 6273333.NpkFlBXyu1@wstn
In Reply to: Re: [gentoo-user] Peeve - finding kernel config options by Tanstaafl
1 On Wednesday 26 Feb 2014 16:41:22 Tanstaafl wrote:
2 > On 2/26/2014 3:05 PM, Neil Bothwick <neil@××××××××××.uk> wrote:
3 > > Run make menuconfig
4 > > Press /
5 > > Type FHANDLE
6 > >
7 > > Then you can see it is enabled by switching on systemd support in the
8 > > Gentoo specific options.
9 >
10 > I did say that I know how to search - that is how I was able to find it.
11 >
12 > But... I don't WANT to switch on systemd support.
13
14 You don't have to. At least, I haven't:
15
16 $ grep -i systemd /usr/src/linux/.config
17 # CONFIG_GENTOO_LINUX_INIT_SYSTEMD is not set
18 $ grep -i fhandle /usr/src/linux/.config
19 CONFIG_FHANDLE=y
20
21 This is gentoo-sources-3.10.25.
22
23 --
24 Regards
25 Peter