This is an old revision of the document!


Instalace KVM

TODO: udelat tutorial :)

Vytvoreni guesta

Debian 8

  1. Instalace guestu:
    virt-install -n vps1 --ram=2048 --vcpus=2 \
    --location='http://ftp.cz.debian.org/debian/dists/jessie/main/installer-amd64/' \
    --disk path=/dev/shared_vg/vps1  --network bridge=br0 --os-type linux \
    --console pty,target_type=serial --graphics none --os-variant generic \
    --extra-args 'console=ttyS0,115200n8 serial'
 
linux/kvm.1448993471.txt.gz · Last modified: 2015/12/01 19:11 (external edit)