diff options
Diffstat (limited to 'bin/debvm-run')
-rwxr-xr-x | bin/debvm-run | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/debvm-run b/bin/debvm-run index 81114e6..e45f350 100755 --- a/bin/debvm-run +++ b/bin/debvm-run @@ -67,7 +67,8 @@ F<rootfs.ext4>, resulting in an ephemeral run. 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. +The serial console will miss events of resizing the terminal emulator. +You may run C<setterm -resize> in that case. =item How can I kill debvm-run? |