From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jan Nieuwenhuizen Subject: [PATCH] gnu: update installation-os for new mingetty-configuration. Date: Sun, 11 Sep 2016 18:47:15 +0200 Message-ID: <87r38qtmcs.fsf@gnu.org> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:57218) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bj7ut-0000WK-Ii for guix-devel@gnu.org; Sun, 11 Sep 2016 12:47:40 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bj7uq-0000Ad-BA for guix-devel@gnu.org; Sun, 11 Sep 2016 12:47:39 -0400 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: guix-devel@gnu.org --=-=-= Content-Type: text/plain Hi! It seems that commit Add login-service (317d3b474ab5e0e62509dd1b5b2fbbf2e27c95fe) break installation-os on master. Fix attached. Greetings, Jan --=-=-= Content-Type: text/x-patch Content-Disposition: inline; filename=0001-gnu-update-installation-os-for-new-mingetty-configur.patch >From 8c4e24fd682cd7ebcd141ca62e9cb3f9dc8d4f82 Mon Sep 17 00:00:00 2001 From: Jan Nieuwenhuizen Date: Sun, 11 Sep 2016 18:34:47 +0200 Subject: [PATCH] gnu: update installation-os for new mingetty-configuration. * gnu/system/install.scm (installation-services): Remove motd field from mingetty-configuration calls. Fixes installation-os. --- gnu/system/install.scm | 3 --- 1 file changed, 3 deletions(-) diff --git a/gnu/system/install.scm b/gnu/system/install.scm index 5acfa2c..1962b3f 100644 --- a/gnu/system/install.scm +++ b/gnu/system/install.scm @@ -268,13 +268,11 @@ You have been warned. Thanks for being so brave. "))) (define (normal-tty tty) (mingetty-service (mingetty-configuration (tty tty) - (motd motd) (auto-login "root") (login-pause? #t)))) (list (mingetty-service (mingetty-configuration (tty "tty1") - (motd motd) (auto-login "root"))) ;; Documentation. The manual is in UTF-8, but @@ -282,7 +280,6 @@ You have been warned. Thanks for being so brave. ;; with all the useful glyphs like em dash and quotation marks. (mingetty-service (mingetty-configuration (tty "tty2") - (motd motd) (auto-login "guest") (login-program (log-to-info)))) -- 2.10.0 --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable --=20 Jan Nieuwenhuizen | GNU LilyPond http://lilypond.org Freelance IT http://JoyofSource.com | Avatar=C2=AE http://AvatarAcademy.nl= =20=20 --=-=-=--