Changeset c35d00e
- Timestamp:
- Jun 20, 2006, 4:55:25 PM (18 years ago)
- Children:
- a1f3e8a
- Parents:
- dbbb7658
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
boot/ppc64/yaboot.xml
rdbbb7658 rc35d00e 48 48 xpointer="xpointer(//*[@os='f'])"/> 49 49 50 <para os="f2">It is also appr priate if you are running an old 32-bit Linux50 <para os="f2">It is also appropriate if you are running an old 32-bit Linux 51 51 kernel on a 64-bit machine, or if the kernel personality has been forced to 52 52 32-bit.</para> -
final-system/common/glibc.xml
rdbbb7658 rc35d00e 29 29 30 30 <note os="z"> 31 <para>Some packages outside of LFS suggest installing GNU libiconv in31 <para>Some packages outside of CLFS suggest installing GNU libiconv in 32 32 order to translate data from one encoding to another. The project's 33 33 home page (<ulink url="http://www.gnu.org/software/libiconv/"/>) says … … 36 36 implementation cannot convert from/to Unicode.</quote> Glibc provides 37 37 an <function>iconv()</function> implementation and can convert from/to 38 Unicode, therefore libiconv is not required on a nLFS system.</para>38 Unicode, therefore libiconv is not required on a CLFS system.</para> 39 39 </note> 40 40 -
final-system/common/shadow.xml
rdbbb7658 rc35d00e 45 45 <term><parameter>--without-libpam</parameter></term> 46 46 <listitem><para>Support for Linux-PAM is enabled by default in Shadow, 47 however PAM is not installed on a base LFS system, so this switch47 however PAM is not installed on a base CLFS system, so this switch 48 48 disables PAM support in Shadow. For instructions to install PAM and 49 49 link Shadow to it, you can look at … … 53 53 <term><parameter>--without-audit</parameter></term> 54 54 <listitem><para>Support for auditing is enabled by default, but a 55 library that it needs is not installed in a base LFS system. This55 library that it needs is not installed in a base CLFS system. This 56 56 switch disables auditing support.</para></listitem> 57 57 </varlistentry> … … 59 59 <term><parameter>--without-selinux</parameter></term> 60 60 <listitem><para>Support for selinux is enabled by default, but selinux 61 is not built in a base LFS system and configure will fail without this61 is not built in a base CLFS system and configure will fail without this 62 62 switch.</para></listitem> 63 63 </varlistentry> … … 86 86 obsolete <filename class="directory">/var/spool/mail</filename> location 87 87 for user mailboxes that Shadow uses by default to the <filename 88 class="directory">/var/mail</filename> location used currently. Both of89 these can be accomplished by changing the relevant configuration file90 while copying it to its destination:</para>88 class="directory">/var/mail</filename> location used currently. Use the 89 following sed command to make these changes to the appropriate 90 configuration file:</para> 91 91 92 92 <indexterm zone="shadow-login_defs"> … … 116 116 rm -v /lib/libshadow.so 117 117 ln -svf ../../lib/libshadow.so.0 /usr/lib/libshadow.so</userinput></screen> 118 119 <para os="y">The <option>-D</option> option of the <command>useradd</command>120 program requires the <filename class="directory">/etc/default</filename>121 directory for it to work properly:</para>122 123 <screen os="z"><userinput>install -dv /etc/default</userinput></screen>124 118 125 119 </sect2> … … 149 143 150 144 <screen role="nodump"><userinput>grpconv</userinput></screen> 145 146 <para>To view or change the default settings for new user accounts that 147 you create, you can edit <filename>/etc/default/useradd</filename>. See 148 <command>man useradd</command> or 149 <ulink url="&blfs-root;view/svn/postlfs/skel.html"/> for more 150 information.</para> 151 151 152 152 </sect2> -
final-system/common/vim.xml
rdbbb7658 rc35d00e 99 99 100 100 <para os="p">If an X Window System is going to be installed on the LFS 101 system, it may be necessaryto recompile Vim after installing X. Vim101 system, you may want to recompile Vim after installing X. Vim 102 102 comes with a GUI version of the editor that requires X and some 103 additional libraries to be installed. For more information on this104 process, refer to theVim documentation and the Vim installation page103 additional libraries to be installed. For more information, refer to the 104 Vim documentation and the Vim installation page 105 105 in the BLFS book at <ulink 106 106 url="&blfs-root;view/svn/postlfs/editors.html#postlfs-editors-vim"/>.</para> -
final-system/multilib/shadow-64bit.xml
rdbbb7658 rc35d00e 105 105 ln -svf ../../lib64/libshadow.so.0 /usr/lib64/libshadow.so</userinput></screen> 106 106 107 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"108 href="../common/shadow.xml"109 xpointer="xpointer(//*[@os='y'])"/>110 111 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"112 href="../common/shadow.xml"113 xpointer="xpointer(//*[@os='z'])"/>114 115 107 </sect2> 116 108
Note:
See TracChangeset
for help on using the changeset viewer.