diff options
| -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 +"""]] |
