From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:56192) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eQwKE-0005Uu-Mu for guix-patches@gnu.org; Mon, 18 Dec 2017 09:23:48 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eQwJq-0000oi-4L for guix-patches@gnu.org; Mon, 18 Dec 2017 09:23:26 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:59427) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1eQwJp-0000o2-Rr for guix-patches@gnu.org; Mon, 18 Dec 2017 09:23:01 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1eQwJp-0000VF-K6 for guix-patches@gnu.org; Mon, 18 Dec 2017 09:23:01 -0500 Subject: [bug#29409] [PATCH] system: examples: Add a template for BeagleBone Black. Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <877euhtjkj.fsf@gmail.com> <1513605417-27016-1-git-send-email-m.othacehe@gmail.com> Date: Mon, 18 Dec 2017 15:22:35 +0100 In-Reply-To: <1513605417-27016-1-git-send-email-m.othacehe@gmail.com> (m. othacehe's message of "Mon, 18 Dec 2017 14:56:57 +0100") Message-ID: <87h8sot8t0.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: m.othacehe@gmail.com Cc: 29409@debbugs.gnu.org m.othacehe@gmail.com skribis: > From: Mathieu Othacehe > > * gnu/system/examples/beaglebone-black.tmpl: New file. > * Makefile.am (EXAMPLES): Add it. > * gnu/system/install.scm (/etc/configuration-files): Add it. [...] > + ;; Add services to the baseline: a DHCP client and > + ;; an SSH server. > + (services (cons* (dhcp-client-service) > + (service openssh-service-type > + (openssh-configuration > + (port-number 2222))) I think you can remove (openssh-configuration =E2=80=A6) altogether. Otherwise LGTM, thank you! Ludo=E2=80=99.