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-@[email protected]
