We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1b9980 commit 3c3a83cCopy full SHA for 3c3a83c
Sources/Services/ContainerSandboxService/SandboxService.swift
@@ -120,8 +120,10 @@ public actor SandboxService {
120
121
var config = try bundle.configuration
122
123
+ var kernel = try bundle.kernel
124
+ kernel.commandLine.kernelArgs.append("oops=panic")
125
let vmm = VZVirtualMachineManager(
- kernel: try bundle.kernel,
126
+ kernel: kernel,
127
initialFilesystem: bundle.initialFilesystem.asMount,
128
rosetta: config.rosetta,
129
logger: self.log
0 commit comments