guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/07: services: mingetty: Wait for udev.


From: Ludovic Courtès
Subject: 01/07: services: mingetty: Wait for udev.
Date: Tue, 27 Jan 2015 09:34:33 +0000

civodul pushed a commit to branch master
in repository guix.

commit 6acef6811fffe20fb65b5e97b37c0feb0ab13c9b
Author: Ludovic Courtès <address@hidden>
Date:   Tue Jan 27 09:03:02 2015 +0100

    services: mingetty: Wait for udev.
    
    * gnu/services/base.scm (mingetty-service): Add 'udev' to
      'requirement'.
---
 gnu/services/base.scm |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/services/base.scm b/gnu/services/base.scm
index 17dd0fb..32eb903 100644
--- a/gnu/services/base.scm
+++ b/gnu/services/base.scm
@@ -366,8 +366,9 @@ the ``message of the day''."
       (provision (list (symbol-append 'term- (string->symbol tty))))
 
       ;; Since the login prompt shows the host name, wait for the 'host-name'
-      ;; service to be done.
-      (requirement '(user-processes host-name))
+      ;; service to be done.  Also wait for udev essentially so that the tty
+      ;; text is not lost in the middle of kernel messages (XXX).
+      (requirement '(user-processes host-name udev))
 
       (start  #~(make-forkexec-constructor
                  (list (string-append #$mingetty "/sbin/mingetty")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]