From 655f43cdac8c56cadc2b14f65cc7041d5eba5ee6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Thu, 6 Aug 2015 16:28:05 +0200 Subject: Fix boot problems Now cyclictest should be bootable. --- boot_script | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'boot_script') diff --git a/boot_script b/boot_script index f416e4e..8fe9bb1 100755 --- a/boot_script +++ b/boot_script @@ -1,7 +1,6 @@ #!/bin/bash - -# Wake target -sudo /usr/sbin/etherwake 00:0c:f1:77:ec:46 +# Wake target if target is suspended +# sudo /usr/sbin/etherwake 00:0c:f1:77:ec:46 # Boot using novaboot -novaboot cyclictest.nb +novaboot cyclictest.nb --exiton="NOVABOOT EXIT LINUX-CONF-PERF" --target="ryuglab" -- cgit v1.2.3