diff options
author | Michael Reifenberger <mr@FreeBSD.org> | 2022-01-20 22:44:04 +0000 |
---|---|---|
committer | Michael Reifenberger <mr@FreeBSD.org> | 2022-01-20 22:49:27 +0000 |
commit | 19eaa01beaba68ed4c70c44127955f5c9b331cb9 (patch) | |
tree | e73e7e5c2586de94250bfcaafad059fa2b8318b3 /usr.sbin/bhyve/bhyve_config.5 | |
parent | 89e0ee0db442131a237e7665eae7bdbef5577d6c (diff) | |
download | src-19eaa01beaba68ed4c70c44127955f5c9b331cb9.tar.gz src-19eaa01beaba68ed4c70c44127955f5c9b331cb9.zip |
Append Keyboard Layout specified option for using VNC.
Part two: Append bhyve -K option for specified keyboard layout
with layout setting files every languages.
Since the cmd option '-k' was used in the meantime
it was changed to '-K'
PR: 246121
Submitted by: koinec@yahoo.co.jp
Reviewed by: grehan@
Differential Revision: https://reviews.freebsd.org/D29473
MFC after: 4 weeks
Diffstat (limited to 'usr.sbin/bhyve/bhyve_config.5')
-rw-r--r-- | usr.sbin/bhyve/bhyve_config.5 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/usr.sbin/bhyve/bhyve_config.5 b/usr.sbin/bhyve/bhyve_config.5 index 941fc447535c..125484cd4727 100644 --- a/usr.sbin/bhyve/bhyve_config.5 +++ b/usr.sbin/bhyve/bhyve_config.5 @@ -133,6 +133,12 @@ will listen for connections on this port. .It Va gdb.wait Ta bool Ta false Ta If the debug server is enabled, wait for a debugger to connect before starting the guest. +.It Va keyboard.layout Ta string Ta Ta +Specify the keyboard layout name with the file name in +.Ar /usr/share/bhyve/kbdlayout . +This value only works when loaded with UEFI mode for VNC, and +used a VNC client that don't support QEMU Extended Key Event +Message (e.g. TightVNC). .It Va rtc.use_localtime Ta bool Ta true Ta The real time clock uses the local time of the host. If this is set to false, the real time clock uses UTC. |