From 462e710584c1c9e6743923836d05638566bb84b9 Mon Sep 17 00:00:00 2001 From: Mikhail Gordeev Date: Thu, 27 Jan 2022 18:14:59 +0300 Subject: [PATCH] Add console to /etc/securetty to containers --- configs/cb-ve-other.yaml | 1 + configs/cb-ve-x86.yaml | 1 + 2 files changed, 2 insertions(+) diff --git a/configs/cb-ve-other.yaml b/configs/cb-ve-other.yaml index b3f98ca..f16143c 100644 --- a/configs/cb-ve-other.yaml +++ b/configs/cb-ve-other.yaml @@ -68,6 +68,7 @@ scripts: echo pts/0 >> /etc/securetty echo pts/1 >> /etc/securetty + echo console >> /etc/securetty global: no number: 1 apt_sources: diff --git a/configs/cb-ve-x86.yaml b/configs/cb-ve-x86.yaml index 7104917..6d33be6 100644 --- a/configs/cb-ve-x86.yaml +++ b/configs/cb-ve-x86.yaml @@ -68,6 +68,7 @@ scripts: echo pts/0 >> /etc/securetty echo pts/1 >> /etc/securetty + echo console >> /etc/securetty global: no number: 1 apt_sources: