Changeset 0225b23 for chroot/common/pwdgroup.xml
- Timestamp:
- Jul 8, 2006, 8:54:37 PM (18 years ago)
- Children:
- 8cb087f
- Parents:
- 4e2bbfd
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
chroot/common/pwdgroup.xml
r4e2bbfd r0225b23 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
Note:
See TracChangeset
for help on using the changeset viewer.