diff options
author | Karel Kočí <cynerd@email.cz> | 2015-08-17 16:06:16 +0200 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2015-08-17 16:11:00 +0200 |
commit | 4a1e2cd1ce5ce44fdf4461e0ea51f4f362b23256 (patch) | |
tree | b41785922f8c8e6123a05849b245f61a0ead2889 /boot_script | |
parent | ca4f750f7738c6ab6a7bcc85ac0a7cbed58a7c35 (diff) | |
download | linux-conf-perf-4a1e2cd1ce5ce44fdf4461e0ea51f4f362b23256.tar.gz linux-conf-perf-4a1e2cd1ce5ce44fdf4461e0ea51f4f362b23256.tar.bz2 linux-conf-perf-4a1e2cd1ce5ce44fdf4461e0ea51f4f362b23256.zip |
Set configuration back do default and add overlap
Configuration is set back as it was before previous merge on branch
master.
Configurations for targets can be specified by overlapping
configuration options with external config.
Diffstat (limited to 'boot_script')
-rwxr-xr-x | boot_script | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/boot_script b/boot_script deleted file mode 100755 index 64647ac..0000000 --- a/boot_script +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/bash - -# Wake target if target is suspended - sudo /usr/sbin/etherwake 00:0c:f1:77:ec:46 - -# Boot using novaboot -novaboot cyclictest.nb --exiton="NOVABOOT EXIT LINUX-CONF-PERF" |