test with kvm
authorDobrica Pavlinusic <dpavlin@rot13.org>
Mon, 27 Jul 2009 17:34:42 +0000 (17:34 +0000)
committerDobrica Pavlinusic <dpavlin@rot13.org>
Mon, 27 Jul 2009 17:34:42 +0000 (17:34 +0000)
bin/kvm.sh [new file with mode: 0755]

diff --git a/bin/kvm.sh b/bin/kvm.sh
new file mode 100755 (executable)
index 0000000..f58c3f3
--- /dev/null
@@ -0,0 +1,7 @@
+#!/bin/sh -x
+
+pxe=/undionly.kpxe
+pxe=/pxelinux.0
+
+kvm -boot n -net nic,model=e1000 -net user -tftp ./tftp -bootp $pxe
+