Changeset 18114 in vbox for trunk/src/VBox/Main
- Timestamp:
- Mar 20, 2009 1:07:29 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/ApplianceImpl.cpp
r18052 r18114 3101 3101 try 3102 3102 { 3103 // c lonethe source disk image3104 rc = pSourceDisk-> CloneTo(pTargetDisk, HardDiskVariant_VmdkStreamOptimized, pProgress2.asOutParam());3103 // create a flat copy of the source disk image 3104 rc = pSourceDisk->FlattenTo(pTargetDisk, HardDiskVariant_VmdkStreamOptimized, pProgress2.asOutParam()); 3105 3105 if (FAILED(rc)) throw rc; 3106 3106
Note:
See TracChangeset
for help on using the changeset viewer.