From aeb12d666ba659cfba033e950d40053a73028db4 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Tue, 28 Jul 2015 23:01:38 +0200 Subject: [PATCH] Fix boot_command Added novaboot call directly. nbscript is not executable. --- conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2