FAQ: add hint regarding ssh boot option to password/security section
[grml.org.git] / faq / index.php
index 1264f04..372c9c7 100644 (file)
@@ -35,6 +35,7 @@
         <p class="toc"><a href="#general">General:</a></p>
         <ol>
           <li><a href="#whatis">What is Grml?</a></li>
+          <li><a href="#flavours">What are grml32 / grml64 and grml96?</a></li>
           <li><a href="#get">Where do I get Grml?</a></li>
           <li><a href="#whatmeans">What does Grml mean?</a></li>
           <li><a href="#releasename">What about the release name?</a></li>
         administrators. It specializes on administrative tasks like
         installation, deployment and system rescue.</p>
 
+       <h3><a name="flavours"></a><a href="#doc">What are grml32 / grml64 and grml96?</a></h3>
+
+        <ul>
+          <li>grml32: 32bit version (kernel and userspace)</li>
+          <li>grml64: 64bit version (kernel and userspace)</li>
+          <li>grml96: multi boot version (featuring grml32 and grml64 on one ISO)</li>
+        </ul>
+
+       <p>Unless you've a good reason to really choose the 32bit flavour we
+       strongly encourage you to use either the grml64 or the grml96
+       flavour.</p>
+
+       <p>Please notice that this schema was introduced starting with Grml
+       release 2011.12. Until then grml96 didn't exist and grml32 was known as
+       just 'grml'.</p>
+
         <h3><a name="get"></a><a href="#toc">Where do I get Grml?</a></h3>
 
         <p>Grml is open source, you can download it from the mirrors
 
         <h3><a name="releasename"></a><a href="#toc">What about the release name?</a></h3>
 
-        <p>Codename of Grml 2011.12 is "Knetch Rootrecht". It's a wordplay on
+        <p>Codename of Grml 2011.12 is "Knecht Rootrecht". It's a wordplay on
         <a href="http://en.wikipedia.org/wiki/Companions_of_Saint_Nicholas">Knecht
         Ruprecht</a>, which translates as Farmhand Ruprecht or Servant
         Ruprecht.</p>
         <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>