1
0
mirror of https://github.com/kata-containers/kata-containers.git synced 2025-08-21 17:34:31 +00:00

kernel: Add console kernel config for s390

This config is to update console kernel config for s390.

Fixes: 

Signed-off-by: Hyounggyu Choi <Hyounggyu.Choi@ibm.com>
This commit is contained in:
Hyounggyu Choi 2023-01-30 19:23:53 +01:00
parent b29cbbfd2c
commit 56f0a27fef
2 changed files with 3 additions and 1 deletions
tools/packaging/kernel
configs/fragments/s390
kata_config_version

View File

@ -6,3 +6,5 @@ CONFIG_TN3270_CONSOLE=y
CONFIG_CCW_CONSOLE=y
CONFIG_SCLP_TTY=y
CONFIG_SCLP_CONSOLE=y
CONFIG_SCLP_VT220_TTY=y
CONFIG_SCLP_VT220_CONSOLE=y

View File

@ -1 +1 @@
98
99