feat: PXE debug boot mode for rescue/diagnostics #4
@@ -140,7 +140,7 @@ export async function createApp(_config: LabdConfig, db: DbClient): Promise<{
|
||||
socket,
|
||||
connectedAt: new Date(),
|
||||
lastHeartbeat: new Date(),
|
||||
state: { discovered: {}, install_queue: {}, installed: {} },
|
||||
state: { discovered: {}, install_queue: {}, installed: {}, debug: {} },
|
||||
});
|
||||
|
||||
socket.send(JSON.stringify({ type: "bastion-enrolled", bastionId: record.id }));
|
||||
|
||||
Reference in New Issue
Block a user