summaryrefslogtreecommitdiffstats
path: root/remote/rootfs
diff options
context:
space:
mode:
authorJonathan Bauer2013-08-15 17:54:01 +0200
committerJonathan Bauer2013-08-15 17:54:01 +0200
commitd39fda8384a12b6ee8c938f4493a140e0ff2fc10 (patch)
treeb0c3fb1a9d0acc657740417c06347a8ced9a2d5a /remote/rootfs
parentmerge (diff)
parent[stage32] fix "terminal not fuly functional" (less) etc. (diff)
downloadtm-scripts-d39fda8384a12b6ee8c938f4493a140e0ff2fc10.tar.gz
tm-scripts-d39fda8384a12b6ee8c938f4493a140e0ff2fc10.tar.xz
tm-scripts-d39fda8384a12b6ee8c938f4493a140e0ff2fc10.zip
Merge branch 'master' of git.openslx.org:openslx-ng/tm-scripts
Diffstat (limited to 'remote/rootfs')
-rw-r--r--remote/rootfs/rootfs-stage32/rootfs-stage32.build2
1 files changed, 2 insertions, 0 deletions
diff --git a/remote/rootfs/rootfs-stage32/rootfs-stage32.build b/remote/rootfs/rootfs-stage32/rootfs-stage32.build
index 8ed9951e..f9749740 100644
--- a/remote/rootfs/rootfs-stage32/rootfs-stage32.build
+++ b/remote/rootfs/rootfs-stage32/rootfs-stage32.build
@@ -78,6 +78,8 @@ post_copy() {
# set /etc/environment to include /opt/openslx/bin and /opt/openslx/sbin
add_env PATH "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/opt/openslx/sbin:/opt/openslx/bin"
+ # set terminal to linux as it defaults to xterm which messes up ssh sessions
+ add_env TERM "linux"
# copy static files
cp -r "${MODULE_DIR}"/data/* "${TARGET_BUILD_DIR}" || perror "Copying static files from data/* failed."