fix 'stdin: is not a tty' problem (thanks, steven)

Signed-off-by: Nico Schottelius <nico@bento.schottelius.org>
This commit is contained in:
Nico Schottelius 2014-01-11 22:48:47 +01:00
parent 07545f4f7f
commit 3daa74e81d
1 changed files with 4 additions and 0 deletions

View File

@ -58,6 +58,10 @@ auto eth0
allow-hotplug eth0
iface eth0 inet dhcp
eof
# Steven found this out - coyping it 1:1
# fix the bloody 'stdin: is not a tty' problem
__line /root/.profile --line 'mesg n' --state absent
"""
class PreOSExistsError(cdist.Error):