From e7fad6fc7fb16c1ae03551c4b4612322ba33dbc6 Mon Sep 17 00:00:00 2001 From: Joachim Wiberg Date: Wed, 25 Jan 2023 20:41:40 +0100 Subject: [PATCH] We have terminfo for more terminals, let's default to TERM=linux This gives us much better rendering of help system and other console mode tools. Signed-off-by: Joachim Wiberg --- configs/aarch64_defconfig | 1 + configs/amd64_defconfig | 1 + 2 files changed, 2 insertions(+) diff --git a/configs/aarch64_defconfig b/configs/aarch64_defconfig index 9fe3ff7f..df427d77 100644 --- a/configs/aarch64_defconfig +++ b/configs/aarch64_defconfig @@ -14,6 +14,7 @@ BR2_INIT_FINIT=y BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_EUDEV=y BR2_ROOTFS_DEVICE_TABLE="system/device_table.txt $(BR2_EXTERNAL_INFIX_PATH)/board/common/xattrs" BR2_SYSTEM_BIN_SH_BASH=y +BR2_TARGET_GENERIC_GETTY_TERM="linux" BR2_SYSTEM_DHCP="eth0" BR2_ENABLE_LOCALE_WHITELIST="C en_US en_CA" BR2_GENERATE_LOCALE="en_US en_CA" diff --git a/configs/amd64_defconfig b/configs/amd64_defconfig index 6f253fbb..8cecca3f 100644 --- a/configs/amd64_defconfig +++ b/configs/amd64_defconfig @@ -13,6 +13,7 @@ BR2_INIT_FINIT=y BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_EUDEV=y BR2_ROOTFS_DEVICE_TABLE="system/device_table.txt $(BR2_EXTERNAL_INFIX_PATH)/board/common/xattrs" BR2_SYSTEM_BIN_SH_BASH=y +BR2_TARGET_GENERIC_GETTY_TERM="linux" BR2_SYSTEM_DHCP="eth0" BR2_ENABLE_LOCALE_WHITELIST="C en_US en_CA" BR2_GENERATE_LOCALE="en_US en_CA"