diff options
author | Helmut Grohne <helmutg@debian.org> | 2023-01-08 22:19:24 +0000 |
---|---|---|
committer | Helmut Grohne <helmutg@debian.org> | 2023-01-08 22:19:24 +0000 |
commit | 68124a2db6f6f4e29df71740798fcaff0dea8fe8 (patch) | |
tree | 8dbdb6e75b6267d1164db34e4622dfa19785e368 | |
parent | 80b239b821af73f8a74b3694cc116773d37d43d6 (diff) | |
parent | b161406981c2c9fb72cf5da3108a2c36906c2c01 (diff) | |
download | debvm-68124a2db6f6f4e29df71740798fcaff0dea8fe8.tar.gz |
Merge branch 'faq' into 'main'
Add FAQ to debvm-run
See merge request helmutg/debvm!19
-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. |