You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by ra...@apache.org on 2014/09/10 08:39:11 UTC

[02/40] git commit: Update templates.rst: This closes #10

Update templates.rst: This closes #10

The right command is dpkg-reconfigure and not dpkg-reconfig.

Signed-off-by: Sebastien Goasguen <ru...@gmail.com>


Project: http://git-wip-us.apache.org/repos/asf/cloudstack-docs-admin/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack-docs-admin/commit/a49d204c
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack-docs-admin/tree/a49d204c
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack-docs-admin/diff/a49d204c

Branch: refs/heads/4.4
Commit: a49d204cf217b5f5d78c816b30e3de33f587a1d3
Parents: ba544d2
Author: w00binda <ro...@gmail.com>
Authored: Thu May 15 17:58:24 2014 +0200
Committer: Sebastien Goasguen <ru...@gmail.com>
Committed: Fri May 16 22:08:56 2014 +0200

----------------------------------------------------------------------
 source/templates.rst | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack-docs-admin/blob/a49d204c/source/templates.rst
----------------------------------------------------------------------
diff --git a/source/templates.rst b/source/templates.rst
index 5480279..c4d33b2 100644
--- a/source/templates.rst
+++ b/source/templates.rst
@@ -485,7 +485,8 @@ templating.
                 echo $hostname > /etc/hostname
                 hostname $hostname
                 # Recreate SSH2
-                dpkg-reconfig openssh-server
+                export DEBIAN_FRONTEND=noninteractive
+                dpkg-reconfigure openssh-server
             fi
             ### End of Script ###