From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9B9AB1382C5 for ; Fri, 16 Mar 2018 01:07:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5CB0EE07EA; Fri, 16 Mar 2018 01:07:19 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2E97DE07EA for ; Fri, 16 Mar 2018 01:07:19 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id ACCB7335C7A for ; Fri, 16 Mar 2018 01:07:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B3FBC1F1 for ; Fri, 16 Mar 2018 01:07:15 +0000 (UTC) From: "Richard Farina" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Richard Farina" Message-ID: <1521162396.8153df03e15624ba4319d2fc9b1fd1fefb47cd86.zerochaos@gentoo> Subject: [gentoo-commits] proj/livecd-tools:master commit in: init.d/ X-VCS-Repository: proj/livecd-tools X-VCS-Files: init.d/fixinittab X-VCS-Directories: init.d/ X-VCS-Committer: zerochaos X-VCS-Committer-Name: Richard Farina X-VCS-Revision: 8153df03e15624ba4319d2fc9b1fd1fefb47cd86 X-VCS-Branch: master Date: Fri, 16 Mar 2018 01:07:15 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: cd76ac3f-d967-4fab-8664-472bb830627f X-Archives-Hash: 692c122a6cda3d0b5069cc3df0d2affd commit: 8153df03e15624ba4319d2fc9b1fd1fefb47cd86 Author: Rick Farina (Zero_Chaos) gentoo org> AuthorDate: Fri Mar 16 01:06:36 2018 +0000 Commit: Richard Farina gentoo org> CommitDate: Fri Mar 16 01:06:36 2018 +0000 URL: https://gitweb.gentoo.org/proj/livecd-tools.git/commit/?id=8153df03 fix typos, reenable remaining vt (no autologin) init.d/fixinittab | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/init.d/fixinittab b/init.d/fixinittab index d675b9b..7123cc0 100644 --- a/init.d/fixinittab +++ b/init.d/fixinittab @@ -83,7 +83,11 @@ start() if [ "${LIVECD_CONSOLE}" = "tty0" -o "${LIVECD_CONSOLE}" = "" ] then if [ "${SECURECONSOLE}" = "yes" ]; then - echo "c1:12345:respawn:/sbin/mingetty --noclear --autologin $(id -nu 1000 2>/dev/null || echo root) tty${x}" >> /etc/inittab + echo "c1:12345:respawn:/sbin/mingetty --noclear --autologin $(id -nu 1000 2>/dev/null || echo root) tty1" >> /etc/inittab + for x in 2 3 4 5 6 + do + echo "c${x}:2345:respawn:/sbin/agetty 38400 tty${x} linux" >> /etc/inittab + done else for x in 1 2 3 4 5 6 do