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@gentoo.org>
This commit is contained in:
Ben Kohler 2024-02-15 14:34:32 -06:00
parent 48dfd4a007
commit 601cd9fd8c
No known key found for this signature in database
GPG key ID: 7A85BDA4D57605C7

View file

@ -7,7 +7,7 @@ snapshot: @TIMESTAMP@
source_subpath: default/livecd-stage1-amd64-plasma-@TIMESTAMP@ source_subpath: default/livecd-stage1-amd64-plasma-@TIMESTAMP@
portage_confdir: @REPO_DIR@/releases/portage/livegui portage_confdir: @REPO_DIR@/releases/portage/livegui
livecd/bootargs: overlayfs nodhcp livecd/bootargs: overlayfs nodhcp secureconsole
livecd/depclean: no livecd/depclean: no
livecd/fstype: squashfs livecd/fstype: squashfs
livecd/iso: livegui-amd64-@TIMESTAMP@.iso livecd/iso: livegui-amd64-@TIMESTAMP@.iso