KVM: Unterschied zwischen den Versionen

Aus Vosp.info
Wechseln zu:Navigation, Suche
Zeile 1: Zeile 1:
 
= KVM mit LVM =
 
= KVM mit LVM =
  
[code]
+
 
kvm -m 1000 -drive file=/dev/debpc/kvm1,if=virtio -drive file=/dev/debpc/kvm1-swap,if=virtio --cdrom <zum Beispiel Core-current.iso>
+
kvm -m 1000 -drive file=/dev/debpc/kvm1,if=virtio -drive file=/dev/debpc/kvm1-swap,if=virtio --cdrom <zum Beispiel Core-current.iso>
[/code]
 

Version vom 5. Oktober 2012, 23:38 Uhr

KVM mit LVM

kvm -m 1000 -drive file=/dev/debpc/kvm1,if=virtio -drive file=/dev/debpc/kvm1-swap,if=virtio --cdrom <zum Beispiel Core-current.iso>