Changeset 0225b23


Ignore:
Timestamp:
Jul 8, 2006, 8:54:37 PM (18 years ago)
Author:
Chris Staub <chris@…>
Children:
8cb087f
Parents:
4e2bbfd
Message:

More text changes in passwd/group file sections

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • boot/common/pwdgroup.xml

    r4e2bbfd r0225b23  
    3535  </indexterm>
    3636
    37   <para>In order for user <systemitem class="username">root</systemitem> to
     37  <para os="a">In order for user <systemitem class="username">root</systemitem> to
    3838  be able to login and for the name <quote>root</quote> to be recognized,
    3939  there must be relevant entries in the <filename>/etc/passwd</filename>
     
    4747EOF</userinput></screen>
    4848
    49   <para os="a">The actual password for <systemitem class="username">root</systemitem>
     49  <para os="b">The actual password for <systemitem class="username">root</systemitem>
    5050  (the <quote>::</quote> used here is just a placeholder and allow you to login
    5151  with no password) will be set later.</para>
    5252
    53   <variablelist os="b">
     53  <variablelist os="c">
    5454 
    5555    <title>Additional users you may want to add:</title>
     
    139139EOF</userinput></screen>
    140140
    141   <variablelist os="c">
     141  <variablelist os="d">
    142142
    143143    <title>Additional groups you may want to add</title>
     
    199199  </variablelist>
    200200
    201   <para os="d">The created groups are not part of any standard&mdash;they are
     201  <para os="e">The created groups are not part of any standard&mdash;they are
    202202  groups decided on in part by the requirements of the Udev configuration
    203203  in the final system, and in part by common convention employed by a
     
    210210  group's name.</para>
    211211
    212   <para os="e">The <command>login</command>, <command>agetty</command>, and
     212  <para os="f">The <command>login</command>, <command>agetty</command>, and
    213213  <command>init</command> programs (and others) use a number of log
    214214  files to record information such as who was logged into the system and
  • chroot/common/pwdgroup.xml

    r4e2bbfd r0225b23  
    3535  </indexterm>
    3636
    37   <para>In order for user <systemitem class="username">root</systemitem> to
    38   be able to login and for the name <quote>root</quote> to be recognized,
    39   there must be relevant entries in the <filename>/etc/passwd</filename>
    40   and <filename>/etc/group</filename> files.</para>
    41 
     37  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     38  href="../../boot/common/pwdgroup.xml"
     39  xpointer="xpointer(//*[@os='a'])"/>
     40 
    4241  <para>Create the <filename>/etc/passwd</filename> file by running the
    4342  following command:</para>
     
    4746EOF</userinput></screen>
    4847
    49   <para os="a">The actual password for
     48  <para os="b">The actual password for
    5049  <systemitem class="username">root</systemitem> (the <quote>x</quote>
    5150  used here is just a placeholder) will be set later.</para>
     
    5352  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    5453  href="../../boot/common/pwdgroup.xml"
    55   xpointer="xpointer(//*[@os='b'])"/>
     54  xpointer="xpointer(//*[@os='c'])"/>
    5655
    5756  <para>Create the <filename>/etc/group</filename> file by running the
     
    7978  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    8079  href="../../boot/common/pwdgroup.xml"
    81   xpointer="xpointer(//*[@os='c'])"/>
    82 
    83   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    84   href="../../boot/common/pwdgroup.xml"
    8580  xpointer="xpointer(//*[@os='d'])"/>
    8681
     
    8883  href="../../boot/common/pwdgroup.xml"
    8984  xpointer="xpointer(//*[@os='e'])"/>
     85
     86  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     87  href="../../boot/common/pwdgroup.xml"
     88  xpointer="xpointer(//*[@os='f'])"/>
    9089
    9190  <para>To remove the <quote>I have no name!</quote> prompt, start a
  • chroot/multilib/util-linux.xml

    r4e2bbfd r0225b23  
    3737    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    3838    href="../common/util-linux.xml"
    39     xpointer="xpointer(//*[@os='ca'])"/>
     39    xpointer="xpointer(//*[@os='bb'])"/>
    4040
    4141    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
Note: See TracChangeset for help on using the changeset viewer.