diff options
author | Jochen Sprickerhof <git@jochen.sprickerhof.de> | 2023-01-08 14:49:21 +0100 |
---|---|---|
committer | Jochen Sprickerhof <git@jochen.sprickerhof.de> | 2023-01-08 22:46:58 +0100 |
commit | b161406981c2c9fb72cf5da3108a2c36906c2c01 (patch) | |
tree | cfee0134c6b96884994b53f54b4cf84d8e0ab16a | |
parent | fcc6be9ec9d98321c7c987d9d8277c149f2bc1f4 (diff) | |
download | debvm-b161406981c2c9fb72cf5da3108a2c36906c2c01.tar.gz |
Add FAQ to debvm-run
-rwxr-xr-x | debvm-run | 17 |
1 files changed, 17 insertions, 0 deletions
@@ -58,6 +58,23 @@ F<rootfs.ext4>, resulting in an ephemeral run. debvm-run -s 8022 -i rootfs.ext4 -- -snapshot +=head1 FAQ + +=over 8 + +=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. + +=item How can I kill debvm-run? + +The wrapped B<qemu> can be terminated by pressing Ctrl-a x. +Refer to the B<qemu> manual page for more escape sequences. + +=back + =head1 LIMITATIONS Due to the way kernel and bootloader are being extracted before running B<qemu>, one cannot upgrade a kernel and then just reboot. |