Install Agent Stage Stuck
Nucleic-Session: CC59896F-5A33-43D8-93E0-AD8C2B16E60E Co-authored-by: Nucleic <[email protected]>
This commit is contained in:
@@ -227,10 +227,12 @@ extension MacVMEngine {
|
||||
provisioned: false, agentInstalled: false, sipDisabled: false, axAgentReady: false)
|
||||
}
|
||||
|
||||
let surfaceName = "base-provision"
|
||||
let surfaceName = Self.baseProvisionSurfaceName
|
||||
await surface.attach(
|
||||
name: surfaceName,
|
||||
virtualMachine: UncheckedSendableBox(value: instance.vm as AnyObject))
|
||||
// If the operator opted to watch this build, bring the monitor up now that the view is bound.
|
||||
if baseObserverRequested { await surface.setObserverVisible(name: surfaceName, visible: true) }
|
||||
|
||||
// ── 3–4. Drive HID → launch the bootstrap → poll STATUS on the share.
|
||||
let activePhase: MacVMBaseProgress.Phase =
|
||||
|
||||
Reference in New Issue
Block a user