From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1600675-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits))
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id 40F2315808B
	for <garchives@archives.gentoo.org>; Thu, 15 Feb 2024 20:40:12 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 575C9E29D1;
	Thu, 15 Feb 2024 20:40:11 +0000 (UTC)
Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256)
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 38ABCE29D1
	for <gentoo-commits@lists.gentoo.org>; Thu, 15 Feb 2024 20:40:11 +0000 (UTC)
Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 0B09B33BE00
	for <gentoo-commits@lists.gentoo.org>; Thu, 15 Feb 2024 20:40:10 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id E9300E95
	for <gentoo-commits@lists.gentoo.org>; Thu, 15 Feb 2024 20:40:06 +0000 (UTC)
From: "Ben Kohler" <bkohler@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Ben Kohler" <bkohler@gentoo.org>
Message-ID: <1708029600.601cd9fd8c7a2865444e74c859ccd05ccf16a521.bkohler@gentoo>
Subject: [gentoo-commits] proj/releng:master commit in: releases/specs/amd64/livegui/
X-VCS-Repository: proj/releng
X-VCS-Files: releases/specs/amd64/livegui/livegui-stage2.spec
X-VCS-Directories: releases/specs/amd64/livegui/
X-VCS-Committer: bkohler
X-VCS-Committer-Name: Ben Kohler
X-VCS-Revision: 601cd9fd8c7a2865444e74c859ccd05ccf16a521
X-VCS-Branch: master
Date: Thu, 15 Feb 2024 20:40:06 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: f15987e4-51e6-414c-a639-049cda378744
X-Archives-Hash: d77bf3352406e946107fa582f30e871a

commit:     601cd9fd8c7a2865444e74c859ccd05ccf16a521
Author:     Ben Kohler <bkohler <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 15 20:34:32 2024 +0000
Commit:     Ben Kohler <bkohler <AT> gentoo <DOT> org>
CommitDate: Thu Feb 15 20:40:00 2024 +0000
URL:        https://gitweb.gentoo.org/proj/releng.git/commit/?id=601cd9fd

amd64/livegui/livegui-stage2.spec: add secureconsole to bootargs

There seems to be a race condition occurring when livecd-tools
"fixinittab" script enables autologin on tty1-6 by default.  This is
racing with sddm's autostart & autologin on tty2, causing hiccups in the
elogind session and preventing user shutdown, networking, etc.

Adding secureconsole will limit fixinittab to only autologin on tty1,
avoiding this race.

Bug: https://bugs.gentoo.org/915217

Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org>

 releases/specs/amd64/livegui/livegui-stage2.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/releases/specs/amd64/livegui/livegui-stage2.spec b/releases/specs/amd64/livegui/livegui-stage2.spec
index 5a887bb6..9792e01c 100644
--- a/releases/specs/amd64/livegui/livegui-stage2.spec
+++ b/releases/specs/amd64/livegui/livegui-stage2.spec
@@ -7,7 +7,7 @@ snapshot: @TIMESTAMP@
 source_subpath: default/livecd-stage1-amd64-plasma-@TIMESTAMP@
 portage_confdir: @REPO_DIR@/releases/portage/livegui
 
-livecd/bootargs: overlayfs nodhcp
+livecd/bootargs: overlayfs nodhcp secureconsole
 livecd/depclean: no
 livecd/fstype: squashfs
 livecd/iso: livegui-amd64-@TIMESTAMP@.iso