diff options
| author | picca <picca@web> | 2017-08-22 07:36:06 +0000 |
|---|---|---|
| committer | admin <admin@branchable.com> | 2017-08-22 07:36:06 +0000 |
| commit | 0233979737e950b437537cc943a2cf29188c2a22 (patch) | |
| tree | dff6f0c1527603141a3c8ed356e2b80f9f51c0ff /doc | |
| parent | 4bd3c68208d06fbcebad9f66a50711481587cce4 (diff) | |
Added a comment
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/forum/DiskImage_creation_does_not_work_on_my_system/comment_3_047bca6e0676f0d93338d4eff20825bf._comment | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/doc/forum/DiskImage_creation_does_not_work_on_my_system/comment_3_047bca6e0676f0d93338d4eff20825bf._comment b/doc/forum/DiskImage_creation_does_not_work_on_my_system/comment_3_047bca6e0676f0d93338d4eff20825bf._comment new file mode 100644 index 00000000..aeeaf724 --- /dev/null +++ b/doc/forum/DiskImage_creation_does_not_work_on_my_system/comment_3_047bca6e0676f0d93338d4eff20825bf._comment @@ -0,0 +1,18 @@ +[[!comment format=mdwn + username="picca" + avatar="http://cdn.libravatar.org/avatar/7e61c80d28018b10d31f6db7dddb864c" + subject="comment 3" + date="2017-08-22T07:36:06Z" + content=""" +It seems that we do not need virtualbox in order to generate a vmdk image + +I installed *qemu-utils* and then + + # qemu-img convert -O vmdk soleil.img soleil.vmdk + # file soleil.vmdk + soleil.vmdk: VMware4 disk image + +what about using this solution instead of the virtualbox one ? + +Cheers +"""]] |
