[prev in list] [next in list] [prev in thread] [next in thread] 

List:       lxc-devel
Subject:    [lxc-devel] [lxc-ci/master] images: Disable TTYs and enable /dev/console on Void Linux
From:       monstermunchkin on Github <lxc-bot () linuxcontainers ! org>
Date:       2019-07-26 14:53:31
Message-ID: 5d3b13eb.1c69fb81.961e4.d3d6SMTPIN_ADDED_MISSING () mx ! google ! com
[Download RAW message or body]

[Attachment #2 (text/x-mailbox)]

The following pull request was submitted through Github.
It can be accessed and reviewed at: https://github.com/lxc/lxc-ci/pull/51

This e-mail was sent by the LXC bot, direct replies will not reach the author
unless they happen to be subscribed to this list.

=== Description (from pull-request) ===
Signed-off-by: Thomas Hipp <thomas.hipp@canonical.com>

[Attachment #3 (text/plain)]

From 2835a2b314d27038e0ff404764e0b42e72489190 Mon Sep 17 00:00:00 2001
From: Thomas Hipp <thomas.hipp@canonical.com>
Date: Fri, 26 Jul 2019 16:52:57 +0200
Subject: [PATCH] images: Disable TTYs and enable /dev/console on Void Linux

Signed-off-by: Thomas Hipp <thomas.hipp@canonical.com>
---
 images/voidlinux.yaml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/images/voidlinux.yaml b/images/voidlinux.yaml
index 58d901d..121af68 100644
--- a/images/voidlinux.yaml
+++ b/images/voidlinux.yaml
@@ -121,9 +121,10 @@ actions:
       ln -s /etc/sv/nanoklogd /etc/runit/runsvdir/default/
       ln -s /etc/sv/dhcpcd-eth0 /etc/runit/runsvdir/default/
       ln -s /etc/sv/cronie /etc/runit/runsvdir/default/
+      ln -s /etc/sv/agetty-console /etc/runit/runsvdir/default/
 
       # Disable services
-      for tty in 2 3 4 5 6; do
+      for tty in 1 2 3 4 5 6; do
           rm /etc/runit/runsvdir/default/agetty-tty${tty}
           touch /etc/sv/agetty-tty${tty}/down
       done

[Attachment #4 (text/plain)]

_______________________________________________
lxc-devel mailing list
lxc-devel@lists.linuxcontainers.org
http://lists.linuxcontainers.org/listinfo/lxc-devel


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic