From a0a729454668cdbf3ccdbab056ef155a04bf6d09 Mon Sep 17 00:00:00 2001 From: Paul Meyer <49727155+katexochen@users.noreply.github.com> Date: Mon, 28 Nov 2022 17:41:25 +0100 Subject: [PATCH] image: set TERM environmet variable Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com> --- image/mkosi.skeleton/etc/profile.d/constellation.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/image/mkosi.skeleton/etc/profile.d/constellation.sh b/image/mkosi.skeleton/etc/profile.d/constellation.sh index a1b519aac..d52d2361d 100755 --- a/image/mkosi.skeleton/etc/profile.d/constellation.sh +++ b/image/mkosi.skeleton/etc/profile.d/constellation.sh @@ -5,6 +5,7 @@ # Note: This script is sourced. +export TERM=linux export PATH=/run/state/bin:${PATH} export KUBECONFIG=/etc/kubernetes/admin.conf alias k=kubectl