aboutsummaryrefslogtreecommitdiff
path: root/conf.py
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2015-07-28 23:01:38 +0200
committerKarel Kočí <cynerd@email.cz>2015-08-12 10:22:55 +0200
commitaeb12d666ba659cfba033e950d40053a73028db4 (patch)
treee12b8dbbc373b2ca46fbe4572950258c56397d8e /conf.py
parent85b80af997abba8445fe7944095da268a3b0bf77 (diff)
downloadlinux-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.
Diffstat (limited to 'conf.py')
-rw-r--r--conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf.py b/conf.py
index 110f893..9dc2a72 100644
--- a/conf.py
+++ b/conf.py
@@ -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