]> rtime.felk.cvut.cz Git - linux-conf-perf.git/blob - targets/ryuglab/scripts/boot
ryuglab boot force links
[linux-conf-perf.git] / targets / ryuglab / scripts / boot
1 #!/bin/bash
2
3 # Wake target if target is suspended
4 sudo /usr/sbin/etherwake 00:0c:f1:77:ec:46
5
6 # Boot using novaboot
7 cd `dirname $0`
8 cd ../cyclictest
9
10 ln -sf ../../../jobfiles/linuxImage uImage
11 ln -sf ../../../tests/cyclictest/root/images/rootfs.cpio.uboot rootfs.cpio.uboot
12
13 novaboot nbscripts --exiton="NOVABOOT EXIT LINUX-CONF-PERF"