Skip to content

Instantly share code, notes, and snippets.

@qwertzguy
Last active August 29, 2015 14:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save qwertzguy/91397dd42bcc72d28750 to your computer and use it in GitHub Desktop.
Save qwertzguy/91397dd42bcc72d28750 to your computer and use it in GitHub Desktop.
Make Fedora cloud-vm run on VirtualBox
/!\ This doesn't work sadly :(
Download image from https://getfedora.org/en/cloud/download/, get General Purpose OpenStack qcow2 image.
Convert using qemu-img (install qemu): qemu-img convert -O vmdk fedora.qcow2 fedora.vmdk
Make user-data iso on a Linux machine: printf "#cloud-config\npassword: password\nchpasswd: { expire: False }\nssh_pwauth: True\n" > user-data; genisoimage -output seed.iso -volid cidata -joliet -rock user-data
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment