mirror of
https://github.com/kata-containers/kata-containers.git
synced 2026-07-26 07:30:19 +00:00
Add a debug_console_shell field to the [agent] config and, when it is set, inject agent.debug_console_shell=<path> onto the guest kernel cmdline next to the existing debug_console options. This is how the runtime-rs shims tell the guest agent which shell the debug console should exec (the agent added support for the option and its extension-prefix guard in a previous commit). An empty value is not emitted, so default configurations are unchanged. Signed-off-by: Fabiano Fidêncio <ffidencio@nvidia.com> Assisted-by: Cursor <cursoragent@cursor.com>