Merge branch 'master' into nonophp nonophp
authorAlexander Wirt <formorer@debian.org>
Tue, 10 Jan 2012 06:32:05 +0000 (07:32 +0100)
committerAlexander Wirt <formorer@debian.org>
Tue, 10 Jan 2012 06:32:05 +0000 (07:32 +0100)
1  2 
faq/index.html.tt2
team/index.html.tt2

diff --combined faq/index.html.tt2
@@@ -20,7 -20,7 +20,7 @@@
  </head>
  
  <body>
 -<?php include '../static.inc'; ?>
 +[% INCLUDE static.inc %]
  
        <div class="content">
  
          <p>There are no default passwords - all accounts are locked by
          default for security reasons. Even local logins are not
          possible (unless you set a password or create new user
-         accounts as root).  You can create valid passwords using "sudo
-         passwd [username]" from the shell individually.</p>
+         accounts as root). You can create valid passwords using "sudo
+         passwd [username]" from the shell individually. To set a password
+         for the Grml user and enable SSH login you can use the 'ssh'
+         boot option, like 'ssh=yourpassword'.</p>
  
          <h3><a name="version"></a><a href="#toc">How do I find out the version of Grml</a></h3>
  
@@@ -348,4 -350,4 +350,4 @@@ grml keyboard=de xkeyboard=de lang=at 
  
        </div>
  
 -<?php include '../static_bottom.inc'; ?>
 +[% INCLUDE static_bottom.inc %]
diff --combined team/index.html.tt2
@@@ -21,7 -21,7 +21,7 @@@
  </head>
  
  <body>
 -<?php include '../static.inc'; ?>
 +[% INCLUDE static.inc %]
  
        <div class="content">
  
@@@ -34,7 -34,6 +34,6 @@@
                  <li>Andreas Gredler (jimmy)</li>
                  <li>Christian Hofstaedtler (ch)</li>
                  <li>Frank Terbeck (ft)</li>
-                 <li>Gerfried Fuchs (rhonda)</li>
                  <li>Michael Prokop (mika)</li>
                  <li>Ulrich Dangel (mru)</li>
              </ul>
@@@ -58,6 -57,7 +57,7 @@@
                  <li>Carsten Hey</li>
                  <li>Christoph Biedl</li>
                  <li>Eduard Bloch</li>
+                 <li>Gerfried Fuchs</li>
                  <li>Gregor Perner</li>
                  <li>Jan-Pieter Jacobs</li>
                  <li>Jens Kubieziel</li>
@@@ -88,5 -88,4 +88,5 @@@
  
        </div>
  
 -<?php include '../static_bottom.inc'; ?>
 +[% INCLUDE static_bottom.inc %]
 +