From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 2B63313877A for ; Sat, 30 Aug 2014 02:41:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A65C6E0EB1; Sat, 30 Aug 2014 02:41:53 +0000 (UTC) Received: from mail-vc0-f178.google.com (mail-vc0-f178.google.com [209.85.220.178]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CAB58E0DE3 for ; Sat, 30 Aug 2014 02:41:52 +0000 (UTC) Received: by mail-vc0-f178.google.com with SMTP id la4so3373350vcb.37 for ; Fri, 29 Aug 2014 19:41:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:content-type; bh=GVuQXFNuM/aozaPmtaDEJIKvyNh5Oh101r0aYCG6UBU=; b=X/oGxoFwUyK/S+Y6mV+ZzhHJiQIQnBRk4s/HO2mPmP7cOLccBE8cHlvCi4MwQqwWMJ BJwXkg+sAa9m+r2dlumeHG6XxmwXnq7ZzjGO68BEguH2Px0Xo3VyT06KZB15ySRAlF61 dYj19GXF/e+8k2cfkV9iLIMjUzOMfExZ5zr1N2nTUjQ1Xbua7N3rUUFHEW+qIY+pA/nB 2nTuzxIaqNj3GX58+kMdGPfkBaaz1XBEpkhPz/I+VORBxZk+MVapMGq5bteq+3NR/OU0 2mUKTgWsOun/PgcO2MsHNEL2cXKSe74IHdaRAOOQBTOVA0hHeaG1hdY/VgVppki3zJPu zNOA== Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-dev@lists.gentoo.org Reply-to: gentoo-dev@lists.gentoo.org MIME-Version: 1.0 X-Received: by 10.220.172.8 with SMTP id j8mr11889014vcz.32.1409366511840; Fri, 29 Aug 2014 19:41:51 -0700 (PDT) Sender: freemanrich@gmail.com Received: by 10.52.8.229 with HTTP; Fri, 29 Aug 2014 19:41:51 -0700 (PDT) In-Reply-To: <5401080E.8090904@gentoo.org> References: <5401080E.8090904@gentoo.org> Date: Fri, 29 Aug 2014 22:41:51 -0400 X-Google-Sender-Auth: acdTctuDC4xGc9FsM4jV9zk8vOc Message-ID: Subject: Re: [gentoo-dev] systemd profiles From: Rich Freeman To: gentoo-dev Content-Type: text/plain; charset=UTF-8 X-Archives-Salt: b1c9c361-d144-4f7f-ae98-244e6e287423 X-Archives-Hash: ce7d9a6272d2d0f59b5c3b7d299c4918 On Fri, Aug 29, 2014 at 7:09 PM, Jauhien Piatlicki wrote: > Hi all, > > I have a simple question: why do we have systemd subprofiles only in gnome and kde profiles? > > Could we add systemd subprofiles also to default/linux/$arch/13.0/ and desktop (and any other profiles where it makes sense)? I'm not sure systemd profiles actually make that much sense these days. To install systemd from a stage3 you basically just need to set USE=systemd and do an emerge -uDN world. We're actually getting close to the point where you would pick an init system the way you pick a kernel or cron implementation during install. -- Rich