Prepare Clean GNU/Linux Images

Retrieve an installation disk, e.g. Centos 6.4: $ wget http://mirror.corbina.net/pub/Linux/centos/6.4/isos/x86_64/CentOS-6.4-x86_64-minimal.iso Create an empty image: $ IMG_NAME=centos-6.4-i386 $ qemu-img create -f qcow2 ${IMG_NAME}.qcow2 12G Boot with kvm. Note that you should […]

Read Article →