diff options
author | Karel Kočí <cynerd@email.cz> | 2015-07-28 23:01:38 +0200 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2015-08-12 10:22:55 +0200 |
commit | aeb12d666ba659cfba033e950d40053a73028db4 (patch) | |
tree | e12b8dbbc373b2ca46fbe4572950258c56397d8e | |
parent | 85b80af997abba8445fe7944095da268a3b0bf77 (diff) | |
download | linux-conf-perf-aeb12d666ba659cfba033e950d40053a73028db4.tar.gz linux-conf-perf-aeb12d666ba659cfba033e950d40053a73028db4.tar.bz2 linux-conf-perf-aeb12d666ba659cfba033e950d40053a73028db4.zip |
Fix boot_command
Added novaboot call directly. nbscript is not executable.
-rw-r--r-- | conf.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -25,7 +25,7 @@ novaboot_args = ['--qemu=qemu-system-x86_64'] nbscript = 'scripts/nbscript' # boot_command # Command executed for booting. Output of this command is saved to output folder. -boot_command = ['scripts/nbscript'] +boot_command = ['novaboot', 'scripts/nbscript'] # parse_command # Command to parse double value from boot output |