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:
parent
ce42103746
commit
3738d4889f
2 changed files with 2 additions and 1 deletions
|
|
@ -130,6 +130,7 @@ packages:
|
|||
- iwlwifi-mvm-firmware
|
||||
- kernel
|
||||
- keyutils
|
||||
- kmscon
|
||||
- less
|
||||
- libsss_sudo
|
||||
- linux-firmware
|
||||
|
|
|
|||
2
justfile
2
justfile
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue