# Create the environment
kvmx init <guest> /var/cache/qemu/<guest>
cd /var/cache/qemu/<guest>
- qemu-img create -f raw box.raw 10G
+ qemu-img create -f qcow2 box.img 10G
# Install the Operating System
- kvm -m 2048 -net nic,model=virtio -net user -drive file=box.raw,format=raw -cdrom ~/path/to/installation.iso
-
- # Convert image to qcow2 format
- qemu-img convert -O qcow2 box.raw box.img
+ kvm -m 2048 -net nic,model=virtio -net user -drive file=box.img -cdrom ~/path/to/installation.iso
If you want OpenSSH functionality, make sure to create an user and set a password
related to the configuration present at the project's `kvmxfile`. Also, make sure