From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:46330) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dB6cx-0006qm-GB for guix-patches@gnu.org; Wed, 17 May 2017 17:37:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dB6cw-0002pp-Ml for guix-patches@gnu.org; Wed, 17 May 2017 17:37:03 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:48751) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dB6cw-0002pd-J8 for guix-patches@gnu.org; Wed, 17 May 2017 17:37:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1dB6cw-0008Ri-D3 for guix-patches@gnu.org; Wed, 17 May 2017 17:37:02 -0400 Subject: bug#26548: [PATCH v2 2/2] install: Enable SSH in installation image. Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <87ziebd6k2.fsf@fastmail.com> <20170517121517.3508-1-mbakke@fastmail.com> <20170517121517.3508-2-mbakke@fastmail.com> Date: Wed, 17 May 2017 23:36:42 +0200 In-Reply-To: <20170517121517.3508-2-mbakke@fastmail.com> (Marius Bakke's message of "Wed, 17 May 2017 14:15:17 +0200") Message-ID: <87r2zntbbp.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Marius Bakke Cc: 26548@debbugs.gnu.org Marius Bakke skribis: > * gnu/system/install.scm (%installation-services): Add OPENSSH-SERVICE. > * doc/guix.texi (Preparing for Installation)[Networking]: Document it. [...] > +@cindex installing over SSH > +From here you can proceed to do the rest of the installation remotely > +by starting an SSH server: Maybe s/From here/If you want to, / to clarify that people are not required to do this? Otherwise LGTM! How does this affect: guix size $(./pre-inst-env guix system build gnu/system/install.scm) ? Thank you! Ludo=E2=80=99.