me
/
guix
Archived
1
0
Fork 0

services: mingetty: Wait for udev.

* gnu/services/base.scm (mingetty-service): Add 'udev' to
  'requirement'.
master
Ludovic Courtès 2015-01-27 09:03:02 +01:00
parent 00239d0594
commit 6acef6811f
1 changed files with 3 additions and 2 deletions

View File

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