diff options
author | Karel Kočí <kocikare@fel.cvut.cz> | 2015-08-06 16:28:05 +0200 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2015-08-12 10:22:55 +0200 |
commit | 655f43cdac8c56cadc2b14f65cc7041d5eba5ee6 (patch) | |
tree | 7aa97a7647282caa4109a11c359714e5606c2502 /boot_script | |
parent | c64debd5c6831bd0437b7ce750a192fb67319a48 (diff) | |
download | linux-conf-perf-655f43cdac8c56cadc2b14f65cc7041d5eba5ee6.tar.gz linux-conf-perf-655f43cdac8c56cadc2b14f65cc7041d5eba5ee6.tar.bz2 linux-conf-perf-655f43cdac8c56cadc2b14f65cc7041d5eba5ee6.zip |
Fix boot problems
Now cyclictest should be bootable.
Diffstat (limited to 'boot_script')
-rwxr-xr-x | boot_script | 7 |
1 files changed, 3 insertions, 4 deletions
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" |