diff options
author | Barry J. Grundy <bgrundyat> | 2022-05-25 07:56:30 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-05-28 09:11:36 +0700 |
commit | 18245d5ce9b483b0e57d2805554427f17e6afdee (patch) | |
tree | c21a3f5ca7fa5d238cb2c164be17e68a716b0eee /libraries/libvmdk/README | |
parent | 3871af76fcda5b75688b5a61507ca30dc04c07ab (diff) | |
download | slackbuilds-18245d5ce9b483b0e57d2805554427f17e6afdee.tar.gz |
libraries/libvmdk: Enable python3.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/libvmdk/README')
-rw-r--r-- | libraries/libvmdk/README | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libraries/libvmdk/README b/libraries/libvmdk/README index aaad7fe9ef..6f81978679 100644 --- a/libraries/libvmdk/README +++ b/libraries/libvmdk/README @@ -7,13 +7,13 @@ Read supported extent file formats: -RAW (flat) -COWD version 1 (sparse) - -VMDK version 1, 2 and 3 (sparse) + -VMDK version 1, 2 and 3 (sparse) Supported VMDK format features: -delta links -grain compression (as of version 20131209) - -data markers (as of version 20140416) + -data markers (as of version 20140416) VMDK format features not supported at the moment: |