diff options
Diffstat (limited to 'testenv/v2-hdmiusb-rpi4.override.yaml')
-rw-r--r-- | testenv/v2-hdmiusb-rpi4.override.yaml | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/testenv/v2-hdmiusb-rpi4.override.yaml b/testenv/v2-hdmiusb-rpi4.override.yaml index 60442fae..6cfd5a96 100644 --- a/testenv/v2-hdmiusb-rpi4.override.yaml +++ b/testenv/v2-hdmiusb-rpi4.override.yaml @@ -31,10 +31,16 @@ kvmd: - "--notify-parent" - "--no-log-colors" - vnc: keymap: /usr/share/kvmd/keymaps/ru auth: vncauth: enabled: true + +otgnet: + commands: + post_start_cmd: + - "/bin/true" + pre_stop_cmd: + - "/bin/true" |