* [PATCH] gnu: update installation-os for new mingetty-configuration.
@ 2016-09-11 16:47 Jan Nieuwenhuizen
2016-09-11 17:23 ` Leo Famulari
0 siblings, 1 reply; 2+ messages in thread
From: Jan Nieuwenhuizen @ 2016-09-11 16:47 UTC (permalink / raw)
To: guix-devel
[-- Attachment #1: Type: text/plain, Size: 158 bytes --]
Hi!
It seems that commit
Add login-service (317d3b474ab5e0e62509dd1b5b2fbbf2e27c95fe)
break installation-os on master. Fix attached.
Greetings,
Jan
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-gnu-update-installation-os-for-new-mingetty-configur.patch --]
[-- Type: text/x-patch, Size: 1603 bytes --]
From 8c4e24fd682cd7ebcd141ca62e9cb3f9dc8d4f82 Mon Sep 17 00:00:00 2001
From: Jan Nieuwenhuizen <janneke@gnu.org>
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
[-- Attachment #3: Type: text/plain, Size: 154 bytes --]
--
Jan Nieuwenhuizen <janneke@gnu.org> | GNU LilyPond http://lilypond.org
Freelance IT http://JoyofSource.com | Avatar® http://AvatarAcademy.nl
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] gnu: update installation-os for new mingetty-configuration.
2016-09-11 16:47 [PATCH] gnu: update installation-os for new mingetty-configuration Jan Nieuwenhuizen
@ 2016-09-11 17:23 ` Leo Famulari
0 siblings, 0 replies; 2+ messages in thread
From: Leo Famulari @ 2016-09-11 17:23 UTC (permalink / raw)
To: Jan Nieuwenhuizen; +Cc: guix-devel
On Sun, Sep 11, 2016 at 06:47:15PM +0200, Jan Nieuwenhuizen wrote:
> Hi!
>
> It seems that commit
>
> Add login-service (317d3b474ab5e0e62509dd1b5b2fbbf2e27c95fe)
>
> break installation-os on master. Fix attached.
The breakage was fixed in a slightly different way with
2932ab9ca44cc6a5fac6355e228cc691ef29a1a2 (install: Use login-service.).
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2016-09-11 17:23 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-09-11 16:47 [PATCH] gnu: update installation-os for new mingetty-configuration Jan Nieuwenhuizen
2016-09-11 17:23 ` Leo Famulari
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.