summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJochen Sprickerhof <git@jochen.sprickerhof.de>2023-01-17 21:19:25 +0100
committerJochen Sprickerhof <git@jochen.sprickerhof.de>2023-01-18 08:57:12 +0100
commit7ee975583c52ace472b5fced23178e006f8a8700 (patch)
treec9e9b67d11055cb830cf0f0d75dbefcb76595046
parentc2167985357b5d89c51aedb9df8461a83dc83333 (diff)
downloaddebvm-7ee975583c52ace472b5fced23178e006f8a8700.tar.gz
Update FAQ about console renderings
-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?