summaryrefslogtreecommitdiff
path: root/doc/forum/DiskImage_creation_does_not_work_on_my_system/comment_5_df27f39bfb7104b4440c972b71f586e4._comment
blob: 374de3272966a1480dd7be6c02364279eda8b5c2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[[!comment format=mdwn
 username="joey"
 subject="""comment 5"""
 date="2017-08-23T15:49:27Z"
 content="""
The `vmdkBuiltFor` property is provided to make a disk image
usable with virtualbox. If your distribution chooses not to include
virtualbox and so you don't have virtualbox installed, what good would
such an image be to you?

To use `vmdkBuiltFor` you must already have a disk image file, which qemu
etc can already use.

"qemu-img convert" writes a whole disk image file. This is a much more
expensive operation than what `vmdkBuiltFor` currently does, which creates
a tiny text file that makes virtualbox use the existing disk image.
"""]]