fix: use kmscon as default VT console

The kernel console fbcon has been replaced with the userspace console
kmscon in Fedora 45.

See: https://github.com/fedora-iot/iot-distro/issues/137

Signed-off-by: Kenneth Giusti <kgiusti@redhat.com>
This commit is contained in:
Kenneth Giusti 2026-06-15 12:56:47 -04:00
commit 3738d4889f
No known key found for this signature in database
GPG key ID: 3F923132C42FC74B
2 changed files with 2 additions and 1 deletions

View file

@ -130,6 +130,7 @@ packages:
- iwlwifi-mvm-firmware
- kernel
- keyutils
- kmscon
- less
- libsss_sudo
- linux-firmware

View file

@ -87,7 +87,7 @@ compose-legacy variant=default_variant:
${CMD} compose tree ${ARGS} \
--add-metadata-string="version=${variant_pretty} ${version}.${buildid}" \
"${variant}-ostree.yaml" \
"${variant}.yaml" \
|& tee "logs/${variant}_${version}_${buildid}.${timestamp}.log"
if [[ ${EUID} -ne 0 ]]; then