bug-guix
[Top][All Lists]
Advanced

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

bug#34211: error running container: mingetty cannot find ttys


From: Arun Isaac
Subject: bug#34211: error running container: mingetty cannot find ttys
Date: Fri, 15 Feb 2019 01:38:19 +0530

> please any hint on how to "manually" remove those two failing services?

You should do something along the lines of the following:

(remove (lambda (service)
          (let ((type (service-type-name (service-kind service))))
            (or (eq? type 'mingetty)
                (eq? type 'console-fonts))))
        %base-services)

Notice the function call to service-type-name.

Attachment: signature.asc
Description: PGP signature


reply via email to

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