- Timestamp:
- Jul 8, 2006, 8:54:37 PM (18 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 9176ba26
- Parents:
- b2011e5
- Location:
- BOOK
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/boot/common/pwdgroup.xml
rb2011e5 r934e597 35 35 </indexterm> 36 36 37 <para >In order for user <systemitem class="username">root</systemitem> to37 <para os="a">In order for user <systemitem class="username">root</systemitem> to 38 38 be able to login and for the name <quote>root</quote> to be recognized, 39 39 there must be relevant entries in the <filename>/etc/passwd</filename> … … 47 47 EOF</userinput></screen> 48 48 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> 50 50 (the <quote>::</quote> used here is just a placeholder and allow you to login 51 51 with no password) will be set later.</para> 52 52 53 <variablelist os=" b">53 <variablelist os="c"> 54 54 55 55 <title>Additional users you may want to add:</title> … … 139 139 EOF</userinput></screen> 140 140 141 <variablelist os=" c">141 <variablelist os="d"> 142 142 143 143 <title>Additional groups you may want to add</title> … … 199 199 </variablelist> 200 200 201 <para os=" d">The created groups are not part of any standard—they are201 <para os="e">The created groups are not part of any standard—they are 202 202 groups decided on in part by the requirements of the Udev configuration 203 203 in the final system, and in part by common convention employed by a … … 210 210 group's name.</para> 211 211 212 <para os=" e">The <command>login</command>, <command>agetty</command>, and212 <para os="f">The <command>login</command>, <command>agetty</command>, and 213 213 <command>init</command> programs (and others) use a number of log 214 214 files to record information such as who was logged into the system and -
BOOK/chroot/common/pwdgroup.xml
rb2011e5 r934e597 35 35 </indexterm> 36 36 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 42 41 <para>Create the <filename>/etc/passwd</filename> file by running the 43 42 following command:</para> … … 47 46 EOF</userinput></screen> 48 47 49 <para os=" a">The actual password for48 <para os="b">The actual password for 50 49 <systemitem class="username">root</systemitem> (the <quote>x</quote> 51 50 used here is just a placeholder) will be set later.</para> … … 53 52 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 54 53 href="../../boot/common/pwdgroup.xml" 55 xpointer="xpointer(//*[@os=' b'])"/>54 xpointer="xpointer(//*[@os='c'])"/> 56 55 57 56 <para>Create the <filename>/etc/group</filename> file by running the … … 79 78 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 80 79 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"85 80 xpointer="xpointer(//*[@os='d'])"/> 86 81 … … 88 83 href="../../boot/common/pwdgroup.xml" 89 84 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'])"/> 90 89 91 90 <para>To remove the <quote>I have no name!</quote> prompt, start a -
BOOK/chroot/multilib/util-linux.xml
rb2011e5 r934e597 37 37 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 38 38 href="../common/util-linux.xml" 39 xpointer="xpointer(//*[@os=' ca'])"/>39 xpointer="xpointer(//*[@os='bb'])"/> 40 40 41 41 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
Note:
See TracChangeset
for help on using the changeset viewer.