]> rtime.felk.cvut.cz Git - linux-conf-perf.git/blob - targets/ryuglab/scripts/boot
Change execute folder for boot
[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 -s ../../../jobfiles/linuxImage uImage
11 ln -s ../../../root/cyclictest/images/rootfs.cpio.uboot rootfs.cpio.uboot
12
13 novaboot nbscripts --exiton="NOVABOOT EXIT LINUX-CONF-PERF"