From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: Installation Date: Thu, 18 Jan 2018 11:27:31 +0100 Message-ID: <87efmnbgx8.fsf@gnu.org> References: <87mv1c4kp7.fsf@gnu.org> <87k1wgh4hf.fsf@elephly.net> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:33115) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ec7Q2-0000Ni-Qv for guix-devel@gnu.org; Thu, 18 Jan 2018 05:27:44 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ec7Py-0005b8-T2 for guix-devel@gnu.org; Thu, 18 Jan 2018 05:27:38 -0500 Received: from hera.aquilenet.fr ([185.233.100.1]:47120) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1ec7Py-0005aB-NM for guix-devel@gnu.org; Thu, 18 Jan 2018 05:27:34 -0500 In-Reply-To: (=?utf-8?Q?=22G=C3=A1bor?= Boskovits"'s message of "Wed, 17 Jan 2018 20:35:14 +0100") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: =?utf-8?Q?G=C3=A1bor?= Boskovits Cc: Guix-devel Hi, G=C3=A1bor Boskovits skribis: > Yes, partitioning information is one of the primary missing point for me. > I don't think that it should be default behaviour either. Another thing t= hat > could be useful is secret provisioning in some form. Makes sense. > I am thinking of this as a base of a bare-metal provisioning framework. > We could get some ideas, what else the other tools are doing. Indeed. > I guess I've also read something about guix deploy. What is the current > status of that? Essentially there=E2=80=99s a =E2=80=98wip-deploy=E2=80=99 branch with earl= y code and probably mailing list discussions about how this should work. Note however that =E2=80=98guix deploy=E2=80=99 is intended primarily to de= al with upgrades of existing GuixSD deployments, I think. IOW, it=E2=80=99s like = =E2=80=98guix system reconfigure=E2=80=99 rather than =E2=80=98guix system init=E2=80=99. Ludo=E2=80=99.