-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support virtualbox as output #4
Comments
Also, #7 needs done first |
Is anyone working on this? |
Not I. |
it would be great to have this ! Although my coding skills are not sufficient to code it myself :/ |
@sciurus Do you still plan to implement it in the future ? |
I managed to transform IMG (qcow2) into virtualbox. If anybody interested, I could find it and post it here. |
@varac I do not plan to implement this myself. I'll keep this issue open so anyone who wants to contribute this feature knows that it is welcome. |
@lukas0krupa that's exapctly what we're looking for ! so yes, please post it here or even better, do a pull request ! |
@lukas0krupa: ping, did you noticed my comment above ^ ? |
@varac No, I haven't. Thanks for notification. I have it somewhere at work and today we have bank holiday ;-). I will post it here. |
@varac Convert Libvirt to VirtualboxUntar sudo qemu-img convert -f qcow2 -O vdi box.img <name>.vdi Now you create new machine in VB by following wizard and choose options that your box need to have (memory, processor, netword, etc.) Virtual box require VBox additions to be installed on guest machine. For Linux, following need be installed before installing VBox additions sudo apt-get install linux-headers-generic build-essential dkms Install additions sudo apt-get install virtualbox-guest-utils or choose one of the method described here Ubuntu-14-04 install VBox guest additions Run following command to package box (see vagrant help package for more information) vagrant package --base <name_in_virtualbox> --output <box_name>.box |
@lukas0krupa thx for the howto just for the record, i won't work on this neither (i'm not a developer and neither am i going to install virtualbox), i was just curious how the image migration looks like. Maybe someone else picks this up. |
This requires generating an appropriate OVF file.
The text was updated successfully, but these errors were encountered: