summaryrefslogtreecommitdiffstats
path: root/validator/docs/howto/virt-manager/node-cycle.sh
diff options
context:
space:
mode:
Diffstat (limited to 'validator/docs/howto/virt-manager/node-cycle.sh')
-rwxr-xr-xvalidator/docs/howto/virt-manager/node-cycle.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/validator/docs/howto/virt-manager/node-cycle.sh b/validator/docs/howto/virt-manager/node-cycle.sh
new file mode 100755
index 0000000..5b945dc
--- /dev/null
+++ b/validator/docs/howto/virt-manager/node-cycle.sh
@@ -0,0 +1,5 @@
+#!/bin/bash
+
+for i in range $(seq 1 5);do
+ qemu-kvm -m 512M -boot n -enable-kvm -net nic -net user,tftp=/srv/tftp/,bootfile=/pxelinux.0 &
+done