Skip to content

Commit f917bc4

Browse files
committed
feat(cmd/rofl): Enable the stage 2 persistence flag
1 parent 74b768c commit f917bc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/rofl/build/tdx.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ func tdxBundleComponent(
235235
return err
236236
}
237237

238-
// TODO: (Oasis Core 25.0+) Set comp.TDX.Stage2Persist = true
238+
comp.TDX.Stage2Persist = true
239239
case buildRofl.StorageKindDiskEphemeral:
240240
// Ephemeral storage can be set up by stage 1 directly.
241241
storageMode = "disk"

0 commit comments

Comments
 (0)