[deployment-guide/comm-rel: 47/727] sysconfig: minor changes

Jaromir Hradilek jhradile at fedoraproject.org
Tue Oct 19 12:28:03 UTC 2010


commit 3246896a4728d188b02e1b59b2e71c1b6f3ca288
Author: Douglas Silas <dhensley at redhat.com>
Date:   Thu Jul 15 15:48:30 2010 +0200

    sysconfig: minor changes

 en-US/The_sysconfig_Directory.xml |   35 ++++++++++++++++++++++++++++-------
 1 files changed, 28 insertions(+), 7 deletions(-)
---
diff --git a/en-US/The_sysconfig_Directory.xml b/en-US/The_sysconfig_Directory.xml
index 87def21..54c9884 100644
--- a/en-US/The_sysconfig_Directory.xml
+++ b/en-US/The_sysconfig_Directory.xml
@@ -1,6 +1,7 @@
 <?xml version='1.0'?>
 <!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-]><chapter
+]>
+<chapter
   id="ch-The_sysconfig_Directory">
   <title>The sysconfig Directory</title>
   <indexterm
@@ -196,7 +197,7 @@
           <para>
             <command>UTC=<replaceable>&lt;value&gt;</replaceable>
             </command>, where <command><replaceable>&lt;value&gt;</replaceable>
-            </command> is one of the following boolean values:</para>
+            </command> is one of the following Boolean values:</para>
           <itemizedlist>
             <listitem>
               <para>
@@ -382,6 +383,7 @@
       <para>The first time the system boots, the <command>/sbin/init</command> program calls the <filename>etc/rc.d/init.d/firstboot</filename> script, which in turn launches the <application> Setup Agent</application>. This application allows the user to install the latest updates as well as additional applications and documentation.</para>
       <para>The <filename>/etc/sysconfig/firstboot</filename> file tells the <application> Setup Agent</application> application not to run on subsequent reboots. To run it the next time the system boots, remove <filename>/etc/sysconfig/firstboot</filename> and execute <command>chkconfig --level 5 firstboot on</command>.</para>
     </section>
+    <!--updated for RHEL6-->
     <section
       id="s2-sysconfig-i18n">
       <title>
@@ -417,7 +419,7 @@ SYSFONT="latarcyrheb-sun16"
           <itemizedlist>
             <listitem>
               <para>
-                <command>color</command> — The standard color boot display, where the success or failure of devices and services starting up is shown in different colors.</para>
+                <command>color</command> — The &MAJOROSVER; color boot display, where the success or failure of devices and services starting up is shown in different colors.</para>
             </listitem>
             <listitem>
               <para>
@@ -474,7 +476,7 @@ SYSFONT="latarcyrheb-sun16"
           <para>
             <command>PROMPT=<replaceable>&lt;value&gt;</replaceable>
             </command>, where <command><replaceable>&lt;value&gt;</replaceable>
-            </command> is one of the following boolean values:</para>
+            </command> is one of the following Boolean values:</para>
           <itemizedlist>
             <listitem>
               <para>
@@ -486,6 +488,25 @@ SYSFONT="latarcyrheb-sun16"
             </listitem>
           </itemizedlist>
         </listitem>
+        <listitem>
+          <para>
+            <command>AUTOSWAP=<replaceable>&lt;value&gt;</replaceable>
+            </command> where <replaceable>&lt;value&gt;</replaceable> is one of the following Boolean values:</para>
+          <itemizedlist>
+            <listitem>
+              <para>
+                <command>yes</command> — at boot time, probe for devices with swap signatures.</para>
+            </listitem>
+            <listitem>
+              <para>
+                <command>no</command> — do not probe for devices with swap signatures at boot time.</para>
+            </listitem>
+          </itemizedlist>
+        </listitem>
+        <listitem>
+          <para>
+            <command>ACTIVE_CONSOLES=/dev/tty<replaceable>&lt;minimum&gt;</replaceable>-<replaceable>&lt;maximum&gt;</replaceable></command>. This sets the maximum number of ttys that the <command>agetty</command> utility uses. <command>agetty</command> prompts for the initial login and then runs the <command>/bin/login</command> command.</para>
+        </listitem>
       </itemizedlist>
     </section>
     <section
@@ -556,7 +577,7 @@ SYSFONT="latarcyrheb-sun16"
           <para>
             <command>IRDA=<replaceable>&lt;value&gt;</replaceable>
             </command>, where <command><replaceable>&lt;value&gt;</replaceable>
-            </command> is one of the following boolean values:</para>
+            </command> is one of the following Boolean values:</para>
           <itemizedlist>
             <listitem>
               <para>
@@ -584,7 +605,7 @@ SYSFONT="latarcyrheb-sun16"
           <para>
             <command>DISCOVERY=<replaceable>&lt;value&gt;</replaceable>
             </command>, where <command><replaceable>&lt;value&gt;</replaceable>
-            </command> is one of the following boolean values:</para>
+            </command> is one of the following Boolean values:</para>
           <itemizedlist>
             <listitem>
               <para>
@@ -676,7 +697,7 @@ SYSFONT="latarcyrheb-sun16"
           <para>
             <command>NETWORKING=<replaceable>&lt;value&gt;</replaceable>
             </command>, where <command><replaceable>&lt;value&gt;</replaceable>
-            </command> is one of the following boolean values:</para>
+            </command> is one of the following Boolean values:</para>
           <itemizedlist>
             <listitem>
               <para>


More information about the docs-commits mailing list