I am using the chroot development environment to develop software for devices. The chroot dev environment isolates the rest of my system from hacking the build system. The chroot environment is text based, but I prefer to use a graphical text editor. Right now, I am holding one chrooted terminal in the dev environment to create packages, and one terminal points to the chroot environment from outside for editing files.
I am tired of constantly switching between these terminals, but I do not want to install X and Gnome in my compact developers environment for obvious reasons. I need a way to redirect certain commands to the external environment, but I cannot come up with a simple solution. How can I execute a command on an external system from a chroot environment?
source
share