Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions src/share/rsdk/build/mod/packages/categories/desktop.libjsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,24 @@ then
]
else
[]
),
"customize-hooks"+:
(if suite == "trixie" && std.contains(product_soc_array(product), "a733")
then
// Keep kmscon as logind's on-demand VT provider, but do not start a
// persistent console on tty1 where it can race the display manager
// for DRM master while the graphical session is restarting.
[
|||
set -e

rm -f \
"$1/etc/systemd/system/getty.target.wants/getty@tty1.service" \
"$1/etc/systemd/system/getty.target.wants/kmsconvt@tty1.service"
|||,
]
else
[]
)
},
}
Loading