KVM: Difference between revisions

From DWIKI
mNo edit summary
Line 5: Line 5:


==Install to drbd==
==Install to drbd==
  kvm -name squeeze1 -vnc :1 -hda /dev/drbd0 -cdrom /tmp/debiansqueeze.iso  -boot d -m 384
  kvm -name squeeze1 -usbdevice tablet -vnc :1 -hda /dev/drbd0 -cdrom /tmp/debiansqueeze.iso  -boot d -m 384
 
And then use -boot c to actually boot it

Revision as of 16:22, 7 April 2011

Links

Cheatsheet

Install to drbd

kvm -name squeeze1 -usbdevice tablet -vnc :1 -hda /dev/drbd0 -cdrom /tmp/debiansqueeze.iso  -boot d -m 384

And then use -boot c to actually boot it