Gentoo Archives: gentoo-user

From: gottlieb@×××.edu
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Re: Debian just voted in systemd for default init system in jessie
Date: Tue, 18 Feb 2014 19:24:40
Message-Id: 87sirgmdg4.fsf@nyu.edu
In Reply to: Re: [gentoo-user] Re: Debian just voted in systemd for default init system in jessie by "Canek Peláez Valdés"
1 On Tue, Feb 18 2014, Canek Peláez Valdés wrote:
2
3 > On Tue, Feb 18, 2014 at 2:19 AM, Nicolas Sebrecht <nsebrecht@×××××.fr> wrote:
4 >> The 17/02/14, Canek Peláez Valdés wrote:
5 >>
6 >>> It depends; right now you can't switch back and forth between OpenRC
7 >>> and systemd without reemerging some stuff.
8 >>
9 >> Interesting. Didn't know that. What packages need to be recompiled?
10 >
11 > Some packages need to be emerged with USE="-systemd" when going from
12 > systemd to OpenRC, and with USE="systemd" the other way around.
13 > Different code paths are selected in each case.
14
15 I think the consolekit USE flag also has to be changed.
16 Systemd: USE="+systemd -consolkit"
17 OpenRC: USE="-systemd +consolkit"
18
19 At least that is what I did when I switched OpenRC-->Systemd (with
20 Canek's help). Now I have no global USE flags, thanks to the systemd
21 subprofile.
22
23 newlap-wireless gottlieb # eselect profile show
24 Current /etc/portage/make.profile symlink:
25 default/linux/amd64/13.0/desktop/gnome/systemd
26 newlap-wireless gottlieb #
27
28 allan