]> rtime.felk.cvut.cz Git - linux-conf-perf.git/commitdiff
Fix boot and build scripts
authorKarel Kočí <kocikare@fel.cvut.cz>
Tue, 11 Aug 2015 16:56:31 +0000 (18:56 +0200)
committerKarel Kočí <cynerd@email.cz>
Wed, 12 Aug 2015 08:22:55 +0000 (10:22 +0200)
Remove init atribut from boot_script. It is not usable when system using
/init as default.

Build script is moved for ryuglab target. Root build script is now
pointing to right location.

boot_script
build_script

index 940022d4e3b6037d4570316eef22a61f49cb9db2..e57caa4c40f79ac51c0f380051441e6d6f9b75ef 100755 (executable)
@@ -1,6 +1,7 @@
 #!/bin/bash
+
 # Wake target if target is suspended
-# sudo /usr/sbin/etherwake 00:0c:f1:77:ec:46
+ sudo /usr/sbin/etherwake 00:0c:f1:77:ec:46
 
 # Boot using novaboot
-novaboot cyclictest.nb --exiton="NOVABOOT EXIT LINUX-CONF-PERF"
+novaboot cyclictest.nb --exiton="NOVABOOT EXIT LINUX-CONF-PERF" -a "init=/sbin/lcpinit"
index a7f70e769f6a9600f36115cd85754fd428cb23db..8ae4467da89e430ebe7b1f03f1eb645324f5e2fd 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/bash
 
 # This script is called from linux folder
-cd ../measure_scripts
+cd ../ryuglab_scripts
 
 ./30-compile