diff options
| author | Jonathan Bauer | 2013-08-15 17:54:01 +0200 |
|---|---|---|
| committer | Jonathan Bauer | 2013-08-15 17:54:01 +0200 |
| commit | d39fda8384a12b6ee8c938f4493a140e0ff2fc10 (patch) | |
| tree | b0c3fb1a9d0acc657740417c06347a8ced9a2d5a /remote/rootfs | |
| parent | merge (diff) | |
| parent | [stage32] fix "terminal not fuly functional" (less) etc. (diff) | |
| download | tm-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.build | 2 |
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." |
