feat: PXE debug boot mode for rescue/diagnostics #4

Merged
michal merged 16 commits from wip/ks-debugging into main 2026-03-30 02:59:35 +00:00
Showing only changes of commit d7a59665ad - Show all commits

View File

@@ -164,6 +164,7 @@ export class BastionConnection {
case "command-install":
case "command-forget":
case "command-role-update":
case "command-debug":
void this.handleCommand(msg);
break;
}