Changeset 5590e0d in clfs-sysroot
- Timestamp:
- Jun 21, 2006, 11:03:05 AM (18 years ago)
- Branches:
- master
- Children:
- 8de5f9f
- Parents:
- f867ec0
- Location:
- BOOK
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/cross-tools/common/glibc.xml
rf867ec0 r5590e0d 30 30 31 31 <note os="a"> 32 <para>Some packages outside of LFS suggest installing GNU libiconv in32 <para>Some packages outside of CLFS suggest installing GNU libiconv in 33 33 order to translate data from one encoding to another. The project's 34 34 home page (<ulink url="http://www.gnu.org/software/libiconv/"/>) says … … 37 37 implementation cannot convert from/to Unicode.</quote> Glibc provides 38 38 an <function>iconv()</function> implementation and can convert from/to 39 Unicode, therefore libiconv is not required on an LFS system.</para>39 Unicode, therefore libiconv is not required on an CLFS system.</para> 40 40 </note> 41 41 -
BOOK/final-system/common/shadow.xml
rf867ec0 r5590e0d 51 51 <term><parameter>--without-libpam</parameter></term> 52 52 <listitem><para>Support for Linux-PAM is enabled by default in Shadow, 53 however PAM is not installed on a base LFS system, so this switch53 however PAM is not installed on a base CLFS system, so this switch 54 54 disables PAM support in Shadow. For instructions to install PAM and 55 55 link Shadow to it, you can look at … … 59 59 <term><parameter>--without-audit</parameter></term> 60 60 <listitem><para>Support for auditing is enabled by default, but a 61 library that it needs is not installed in a base LFS system. This61 library that it needs is not installed in a base CLFS system. This 62 62 switch disables auditing support.</para></listitem> 63 63 </varlistentry> … … 65 65 <term><parameter>--without-selinux</parameter></term> 66 66 <listitem><para>Support for selinux is enabled by default, but selinux 67 is not built in a base LFS system and configure will fail without this67 is not built in a base CLFS system and configure will fail without this 68 68 switch.</para></listitem> 69 69 </varlistentry> … … 92 92 obsolete <filename class="directory">/var/spool/mail</filename> location 93 93 for user mailboxes that Shadow uses by default to the <filename 94 class="directory">/var/mail</filename> location used currently. Both of95 these can be accomplished by changing the relevant configuration file96 while copying it to its destination:</para>94 class="directory">/var/mail</filename> location used currently. Use the 95 following sed command to make these changes to the appropriate 96 configuration file:</para> 97 97 98 98 <indexterm zone="shadow-login_defs" os="s"> … … 124 124 rm -v ${LFS}/lib/libshadow.so 125 125 ln -svf ../../lib/libshadow.so.0 ${LFS}/usr/lib/libshadow.so</userinput></screen> 126 127 <para os="z">The <option>-D</option> option of the <command>useradd</command>128 program requires the <filename class="directory">/etc/default</filename>129 directory for it to work properly:</para>130 131 <screen os="za"><userinput>install -dv ${LFS}/etc/default</userinput></screen>132 126 133 127 </sect2> … … 157 151 158 152 <screen role="nodump"><userinput>grpconv</userinput></screen> 153 154 <para>To view or change the default settings for new user accounts that 155 you create, you can edit <filename>/etc/default/useradd</filename>. See 156 <command>man useradd</command> or 157 <ulink url="&blfs-root;view/svn/postlfs/skel.html"/> for more 158 information.</para> 159 159 160 160 </sect2> -
BOOK/final-system/common/vim.xml
rf867ec0 r5590e0d 88 88 <screen os="j"><userinput>make DESTDIR=${LFS} install</userinput></screen> 89 89 90 <para os="k">Many users are used to using <command>vi</command> instead of 91 <command>vim</command>. To allow execution of <command>vim</command> 92 when users habitually enter <command>vi</command>, create a 93 symlink:</para> 90 <para os="k">Many users are accustomed to using <command>vi</command> 91 instead of <command>vim</command>. Some programs, such as 92 <command>vigr</command> and <command>vipw</command>, also use 93 <command>vi</command>. Create a symlink to permit execution of 94 <command>vim</command> when users habitually enter <command>vi</command> 95 and allow programs that use <command>vi</command> to work:</para> 94 96 95 97 <screen os="l"><userinput>ln -sv vim ${LFS}/usr/bin/vi</userinput></screen> … … 103 105 <screen os="n"><userinput>ln -sv ../vim/vim&vim-version2;/doc ${LFS}/usr/share/doc/vim-&vim-version;</userinput></screen> 104 106 105 <para os=" p">If an X Window System is going to be installed on the LFS106 system, it may be necessaryto recompile Vim after installing X. Vim107 <para os="o">If an X Window System is going to be installed on the LFS 108 system, you may want to recompile Vim after installing X. Vim 107 109 comes with a GUI version of the editor that requires X and some 108 additional libraries to be installed. For more information on this109 process, refer to theVim documentation and the Vim installation page110 additional libraries to be installed. For more information, refer to the 111 Vim documentation and the Vim installation page 110 112 in the BLFS book at <ulink 111 113 url="&blfs-root;view/svn/postlfs/editors.html#postlfs-editors-vim"/>.</para> -
BOOK/general.ent
rf867ec0 r5590e0d 1 1 <?xml version="1.0" encoding="ISO-8859-1"?> 2 2 3 <!ENTITY version "SVN-200606 18">3 <!ENTITY version "SVN-20060621"> 4 4 <!ENTITY version-ARM "&version;-ARM"> 5 5 6 <!ENTITY releasedate "June 18, 2006">6 <!ENTITY releasedate "June 21, 2006"> 7 7 <!ENTITY milestone "0.2"> 8 8 <!ENTITY generic-version "svn"> <!-- Use "svn", "testing", or "x.y[-pre{x}]" --> -
BOOK/introduction/common/changelog.xml
rf867ec0 r5590e0d 38 38 39 39 <listitem> 40 <para>Date</para> 40 <para>June 21, 2006</para> 41 <itemizedlist> 42 <listitem> 43 <para>[jciccone] - Updated to linux-2.6.17.1 and linux-headers-2.6.17.1-06202006-1.</para> 44 </listitem> 45 </itemizedlist> 46 </listitem> 47 48 <listitem> 49 <para>June 19, 2006</para> 41 50 <itemizedlist> 42 51 <listitem> -
BOOK/packages.ent
rf867ec0 r5590e0d 233 233 <!ENTITY linux-dl-version "2.6"> 234 234 235 <!ENTITY linux-version "2.6.17 ">236 <!ENTITY linux-size "40,35 2KB">235 <!ENTITY linux-version "2.6.17.1"> 236 <!ENTITY linux-size "40,356 KB"> 237 237 <!ENTITY linux-url "&kernel;linux/kernel/v&linux-dl-version;/linux-&linux-version;.tar.bz2"> 238 <!ENTITY linux-md5 " 37ddefe96625502161f075b9d907f21e">238 <!ENTITY linux-md5 "0a8f1a66646bc6ac7b3ec3e8f51652a0"> 239 239 <!ENTITY linux-home "http://www.kernel.org/"> 240 240 241 <!ENTITY linux-headers-version "&linux-version;-06192006 ">241 <!ENTITY linux-headers-version "&linux-version;-06192006-1"> 242 242 <!ENTITY linux-headers-size "1,496 KB"> 243 243 <!ENTITY linux-headers-url "http://ftp.jg555.com/headers/linux-headers-&linux-headers-version;.tar.bz2"> 244 <!ENTITY linux-headers-md5 " 4410d6e3b30aca67a130fcebf3f38ff3">244 <!ENTITY linux-headers-md5 "6e8612219ca1514c3080b949c58d2e31"> 245 245 <!ENTITY linux-headers-home "http://headers.cross-lfs.org/"> 246 246
Note:
See TracChangeset
for help on using the changeset viewer.