diff options
author | Karel Kočí <kocikare@fel.cvut.cz> | 2015-08-08 09:51:49 +0200 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2015-08-12 10:22:55 +0200 |
commit | a1530515b326efa92a15a5fb879a57a2707423bc (patch) | |
tree | 2abb031ea1cea03d5ce76dead8a06445d79840e7 | |
parent | 6d7447ad132839bf63e960eb041db0f05cb8a15c (diff) | |
download | linux-conf-perf-a1530515b326efa92a15a5fb879a57a2707423bc.tar.gz linux-conf-perf-a1530515b326efa92a15a5fb879a57a2707423bc.tar.bz2 linux-conf-perf-a1530515b326efa92a15a5fb879a57a2707423bc.zip |
Move target specification from boot_script back to .novaboot file
-rw-r--r-- | .novaboot | 1 | ||||
-rwxr-xr-x | boot_script | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/.novaboot b/.novaboot new file mode 100644 index 0000000..0cd421a --- /dev/null +++ b/.novaboot @@ -0,0 +1 @@ +$default_target = 'ryuglab'; diff --git a/boot_script b/boot_script index 8fe9bb1..940022d 100755 --- a/boot_script +++ b/boot_script @@ -3,4 +3,4 @@ # sudo /usr/sbin/etherwake 00:0c:f1:77:ec:46 # Boot using novaboot -novaboot cyclictest.nb --exiton="NOVABOOT EXIT LINUX-CONF-PERF" --target="ryuglab" +novaboot cyclictest.nb --exiton="NOVABOOT EXIT LINUX-CONF-PERF" |