blob: e57caa4c40f79ac51c0f380051441e6d6f9b75ef (
plain)
1
2
3
4
5
6
7
|
#!/bin/bash
# Wake target if target is suspended
sudo /usr/sbin/etherwake 00:0c:f1:77:ec:46
# Boot using novaboot
novaboot cyclictest.nb --exiton="NOVABOOT EXIT LINUX-CONF-PERF" -a "init=/sbin/lcpinit"
|