Files
kata-containers/src
Fabiano Fidêncio cab005483d kata-types: emit agent.debug_console_shell on the guest cmdline
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>
2026-07-23 19:05:15 +02:00
..