From 601cd9fd8c7a2865444e74c859ccd05ccf16a521 Mon Sep 17 00:00:00 2001 From: Ben Kohler Date: Thu, 15 Feb 2024 14:34:32 -0600 Subject: [PATCH] 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 --- 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