From 1486b8d5bceba8f28bc06f5e6152209a624dd4fb Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 24 Aug 2017 11:37:22 -0400 Subject: 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. --- .../comment_10_7982113b64a7884ce95ff38a6d876e2e._comment | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 doc/forum/DiskImage_creation_does_not_work_on_my_system/comment_10_7982113b64a7884ce95ff38a6d876e2e._comment (limited to 'doc') 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. +"""]] -- cgit v1.2.3