diff options
Diffstat (limited to 'kvm-conf.example')
-rw-r--r-- | kvm-conf.example | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/kvm-conf.example b/kvm-conf.example new file mode 100644 index 0000000..46f8274 --- /dev/null +++ b/kvm-conf.example @@ -0,0 +1,12 @@ +VMSOFTWARE=kvm +MACADDR=52:54:1C:10:34:35 +DISKIMAGE=/mnt/kvm/gentoo64.qcow2 +MEMORY=1G +SMP=4 +VNC=:24 +NIC_MODEL=virtio +DRIVE_MODEL=virtio +#OTHER_ARGS="-boot order=dc -cdrom /mnt/archive/gentoo/install-amd64-minimal-20100408.iso" +OTHER_ARGS=" -boot order=cd -cdrom /mnt/archive/gentoo/systemrescuecd-x86-1.5.6.iso" +#OTHER_ARGS="-vga std -boot order=dc -cdrom /dev/sdc" +#TIMEOUT=60 |