diff options
| author | Joey Hess <joeyh@joeyh.name> | 2017-08-24 11:37:22 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2017-08-24 11:37:22 -0400 |
| commit | 1486b8d5bceba8f28bc06f5e6152209a624dd4fb (patch) | |
| tree | 9095a5f9660580f0440c4c7dbf778e7e25780b97 /doc | |
| parent | 3e96b093874f2d8d35ea2337d658fa308e8c41a4 (diff) | |
DiskImage type class
* DiskImage: Made a DiskImage type class, so that different disk image
formats can be implemented. The properties in this module can generate
any type that is a member of DiskImage. (API change)
(To convert existing configs, convert the filename of the disk image
to RawDiskImage filename.)
* Removed DiskImage.vmdkBuiltFor property. (API change)
Instead, use VirtualBoxPointer in the property that creates the disk
image.
This commit was sponsored by Jack Hill on Patreon.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/forum/DiskImage_creation_does_not_work_on_my_system/comment_10_7982113b64a7884ce95ff38a6d876e2e._comment | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/forum/DiskImage_creation_does_not_work_on_my_system/comment_10_7982113b64a7884ce95ff38a6d876e2e._comment b/doc/forum/DiskImage_creation_does_not_work_on_my_system/comment_10_7982113b64a7884ce95ff38a6d876e2e._comment new file mode 100644 index 00000000..3ccfc4db --- /dev/null +++ b/doc/forum/DiskImage_creation_does_not_work_on_my_system/comment_10_7982113b64a7884ce95ff38a6d876e2e._comment @@ -0,0 +1,7 @@ +[[!comment format=mdwn + username="joey" + subject="""comment 10""" + date="2017-08-24T15:35:22Z" + content=""" +I've implemented the DiskImage type class. +"""]] |
