aboutsummaryrefslogtreecommitdiff
path: root/targets/ryuglab/scripts/boot
diff options
context:
space:
mode:
Diffstat (limited to 'targets/ryuglab/scripts/boot')
-rwxr-xr-xtargets/ryuglab/scripts/boot13
1 files changed, 0 insertions, 13 deletions
diff --git a/targets/ryuglab/scripts/boot b/targets/ryuglab/scripts/boot
deleted file mode 100755
index 19d50a3..0000000
--- a/targets/ryuglab/scripts/boot
+++ /dev/null
@@ -1,13 +0,0 @@
-#!/bin/bash
-
-# Wake target if target is suspended
-sudo /usr/sbin/etherwake 00:0c:f1:77:ec:46
-
-# Boot using novaboot
-cd `dirname $0`
-cd ../boot
-
-ln -sf ../../../jobfiles/linuxImage uImage
-ln -sf ../../../tests/cyclictest/root/images/rootfs.cpio.uboot rootfs.cpio.uboot
-
-novaboot nbscripts --exiton="NOVABOOT EXIT LINUX-CONF-PERF"