diff options
author | Barry J. Grundy <bgrundy@linuxleo.com> | 2014-12-16 19:04:38 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-12-16 19:04:38 +0700 |
commit | 0b6e1611e0ddaee4562874b8a7c7b946f1190375 (patch) | |
tree | 30560a5686fd2adf39d6c471dd5d107d1db67d34 /libraries/libvhdi/README | |
parent | 59627d0053a3fbcae7ea18886b26ece019a8a1d7 (diff) | |
download | slackbuilds-0b6e1611e0ddaee4562874b8a7c7b946f1190375.tar.gz |
libraries/libvhdi: Added (libYAL VHD Library).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/libvhdi/README')
-rw-r--r-- | libraries/libvhdi/README | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/libraries/libvhdi/README b/libraries/libvhdi/README new file mode 100644 index 0000000000..d148ce9f51 --- /dev/null +++ b/libraries/libvhdi/README @@ -0,0 +1,14 @@ +libvhdi (libYAL VHD library) + +Library and tools to access the Virtual Hard Disk (VHD) image format. + +Read supported formats: + + VHD version 1 + +Supported image types: + + Fixed-size hard disk image + Dynamic-size (or sparse) hard disk image + Differential (or differencing) hard disk image + Note that an undo disk image (.vud) is also a differential image |