Closed manics closed 10 years ago
A recent openssl update in Debian 7 brings up an interactive prompt which hangs indefinitely, causing veewee vbox build to timeout (presumably libssl-dev https://github.com/jedi4ever/veewee/blob/master/templates/Debian-7.4.0-amd64-netboot/base.sh#L4) I've checked Debian-7.0-i386-netboot and Debian-7.4.0-amd64-netboot, the problem occurs in both.
veewee vbox build
libssl-dev
This PR sets an environment variable which should force the default action to be taken without prompting.
+1
:+1:
thank you!
A recent openssl update in Debian 7 brings up an interactive prompt which hangs indefinitely, causing
veewee vbox build
to timeout (presumablylibssl-dev
https://github.com/jedi4ever/veewee/blob/master/templates/Debian-7.4.0-amd64-netboot/base.sh#L4) I've checked Debian-7.0-i386-netboot and Debian-7.4.0-amd64-netboot, the problem occurs in both.This PR sets an environment variable which should force the default action to be taken without prompting.