diff options
| author | Simon Rettberg | 2013-08-15 17:31:41 +0200 |
|---|---|---|
| committer | Simon Rettberg | 2013-08-15 17:31:41 +0200 |
| commit | e0f7e04c92f017107a865a538196c85ffdf3e30c (patch) | |
| tree | cc0212482ea73fa650ab82610d448c0748d6609e | |
| parent | [stage31] move configuration of stage32 into /bin/activate_sysconfig. (diff) | |
| download | tm-scripts-e0f7e04c92f017107a865a538196c85ffdf3e30c.tar.gz tm-scripts-e0f7e04c92f017107a865a538196c85ffdf3e30c.tar.xz tm-scripts-e0f7e04c92f017107a865a538196c85ffdf3e30c.zip | |
[stage32] fix "terminal not fuly functional" (less) etc.
| -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." |
