summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/debvm-run6
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/debvm-run b/bin/debvm-run
index 22e3571..0ef8740 100755
--- a/bin/debvm-run
+++ b/bin/debvm-run
@@ -64,9 +64,9 @@ F<rootfs.ext4>, resulting in an ephemeral run.
=item The debvm-run console renders wrong.
-Get C<echo $LINES $COLUMNS> from an other terminal and run C<stty rows $LINES cols $COLUMNS> in the console or use ssh.
-Another option is to run C<eval $(resize)>, which is available from the B<xterm> package.
-Also set C<$TERM> to the outside value.
+Make sure C<$TERM> is set to a value known inside the VM.
+You may need to install B<ncurses-term> for more definitions.
+It also helps to run C<setterm --resize> after boot and when resizing the terminal emulator.
=item How can I kill debvm-run?