Scott Moser 11dd718bcc make stdin read from /dev/null for all cloud-init programs (LP: #903993)
the cloud-init programs are never intended to run interactively.
Some programs were being run via subprocess, and would notice that their
input was attached to a terminal (/dev/console).   As a result, they
they would try to prompt the user for input (apt-add-repository)

This change simply re-opens standard input as /dev/null so any
subprocesses will not end up blocking on input.
2011-12-19 17:02:54 -05:00
2011-09-21 15:08:17 -04:00
2011-12-16 12:05:48 -05:00
Description
RETIRED, Cross-platform instance initialization
4 MiB