You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by se...@apache.org on 2014/05/16 22:08:30 UTC

git commit: Update templates.rst: This closes #10

Repository: cloudstack-docs-admin
Updated Branches:
  refs/heads/master 928a0df4e -> f1bc609e2


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/f1bc609e
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack-docs-admin/tree/f1bc609e
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack-docs-admin/diff/f1bc609e

Branch: refs/heads/master
Commit: f1bc609e21c45242dfa0a96b0f8e23cd6c7838e7
Parents: 928a0df
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:10 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/f1bc609e/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 ###