...
Code Block |
---|
# qemu-img create -f qcow2 disk.qcow2 5G
|
The following command will start the virtual machine with 256MB booting from a CD-ROM image linux.iso. Adjust these settings to your needs during installation.
You can readjust the memory assigned later when uploading the image to Abiquo.
Code Block |
---|
# qemu-system-x86_64 -hda disk.qcow2 -cdrom linux.iso -boot d -m 256
|
Proceed with installation, customize the system to your requirements and halt. The qcow2 image is now ready to be uploaded to Abiquo.
...