diff options
Diffstat (limited to 'en/boot-installer/parameters.xml')
-rw-r--r-- | en/boot-installer/parameters.xml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/en/boot-installer/parameters.xml b/en/boot-installer/parameters.xml index f9214c232..68f69cf03 100644 --- a/en/boot-installer/parameters.xml +++ b/en/boot-installer/parameters.xml @@ -46,7 +46,11 @@ terminal emulator, the parameter Note that the installer only supports the following terminal types: <literal>linux</literal>, <literal>bterm</literal>, <literal>ansi</literal>, <literal>vt102</literal> and <literal>dumb</literal>. The default for -serial console in &d-i; is <userinput>vt102</userinput>. +serial console in &d-i; is <userinput>vt102</userinput>. If you are using a +virtualization tool which does not provide conversion into such terminals types +itself, e.g. QEMU/KVM, you can start it inside a <command>screen</command> +session. That will indeed perform translation into the <literal>screen</literal> +terminal type, which is very close to <literal>vt102</literal>. </para> </footnote> |