From: Holger Levsen Date: Wed, 14 Sep 2011 14:13:25 +0000 (+0200) Subject: say yes X-Git-Url: https://git.uhu-banane.net/?a=commitdiff_plain;h=d93552b0a384e65005f3f9e2c65338ab7b3bd9c7;p=profitbricks%2Fjenkins-build-scripts.git say yes --- diff --git a/kernel_inpbuilder.py b/kernel_inpbuilder.py index 69dded2..cc29660 100644 --- a/kernel_inpbuilder.py +++ b/kernel_inpbuilder.py @@ -295,7 +295,7 @@ def install_extra_modules(): fh.close() if extra_modules: - cmd = [APT_GET, 'install'] + cmd = [APT_GET, '-y', 'install'] cmd += extra_modules subprocess.check_call(cmd) return True