Changeset 5590e0d in clfs-sysroot


Ignore:
Timestamp:
Jun 21, 2006, 11:03:05 AM (18 years ago)
Author:
Joe Ciccone <jciccone@…>
Branches:
master
Children:
8de5f9f
Parents:
f867ec0
Message:

Brought the clfs-2.0 branch up to trunk.

Location:
BOOK
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • BOOK/cross-tools/common/glibc.xml

    rf867ec0 r5590e0d  
    3030
    3131    <note os="a">
    32       <para>Some packages outside of LFS suggest installing GNU libiconv in
     32      <para>Some packages outside of CLFS suggest installing GNU libiconv in
    3333      order to translate data from one encoding to another. The project's
    3434      home page (<ulink url="http://www.gnu.org/software/libiconv/"/>) says
     
    3737      implementation cannot convert from/to Unicode.</quote> Glibc provides
    3838      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>
    4040    </note>
    4141
  • BOOK/final-system/common/shadow.xml

    rf867ec0 r5590e0d  
    5151      <term><parameter>--without-libpam</parameter></term>
    5252      <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 switch
     53      however PAM is not installed on a base CLFS system, so this switch
    5454      disables PAM support in Shadow. For instructions to install PAM and
    5555      link Shadow to it, you can look at
     
    5959      <term><parameter>--without-audit</parameter></term>
    6060      <listitem><para>Support for auditing is enabled by default, but a
    61       library that it needs is not installed in a base LFS system. This
     61      library that it needs is not installed in a base CLFS system. This
    6262      switch disables auditing support.</para></listitem>
    6363    </varlistentry>
     
    6565      <term><parameter>--without-selinux</parameter></term>
    6666      <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 this
     67      is not built in a base CLFS system and configure will fail without this
    6868      switch.</para></listitem>
    6969    </varlistentry>
     
    9292    obsolete <filename class="directory">/var/spool/mail</filename> location
    9393    for user mailboxes that Shadow uses by default to the <filename
    94     class="directory">/var/mail</filename> location used currently. Both of
    95     these can be accomplished by changing the relevant configuration file
    96     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>
    9797
    9898    <indexterm zone="shadow-login_defs" os="s">
     
    124124rm -v ${LFS}/lib/libshadow.so
    125125ln -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>
    132126
    133127  </sect2>
     
    157151
    158152<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>
    159159
    160160  </sect2>
  • BOOK/final-system/common/vim.xml

    rf867ec0 r5590e0d  
    8888<screen os="j"><userinput>make DESTDIR=${LFS} install</userinput></screen>
    8989
    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>
    9496
    9597<screen os="l"><userinput>ln -sv vim ${LFS}/usr/bin/vi</userinput></screen>
     
    103105<screen os="n"><userinput>ln -sv ../vim/vim&vim-version2;/doc ${LFS}/usr/share/doc/vim-&vim-version;</userinput></screen>
    104106
    105     <para os="p">If an X Window System is going to be installed on the LFS
    106     system, it may be necessary to recompile Vim after installing X. Vim
     107    <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
    107109    comes with a GUI version of the editor that requires X and some
    108     additional libraries to be installed. For more information on this
    109     process, refer to the Vim documentation and the Vim installation page
     110    additional libraries to be installed. For more information, refer to the
     111    Vim documentation and the Vim installation page
    110112    in the BLFS book at <ulink
    111113    url="&blfs-root;view/svn/postlfs/editors.html#postlfs-editors-vim"/>.</para>
  • BOOK/general.ent

    rf867ec0 r5590e0d  
    11<?xml version="1.0" encoding="ISO-8859-1"?>
    22
    3 <!ENTITY version "SVN-20060618">
     3<!ENTITY version "SVN-20060621">
    44<!ENTITY version-ARM "&version;-ARM">
    55
    6 <!ENTITY releasedate "June 18, 2006">
     6<!ENTITY releasedate "June 21, 2006">
    77<!ENTITY milestone "0.2">
    88<!ENTITY generic-version "svn"> <!-- Use "svn", "testing", or "x.y[-pre{x}]" -->
  • BOOK/introduction/common/changelog.xml

    rf867ec0 r5590e0d  
    3838
    3939    <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>
    4150      <itemizedlist>
    4251        <listitem>
  • BOOK/packages.ent

    rf867ec0 r5590e0d  
    233233<!ENTITY linux-dl-version "2.6">
    234234
    235 <!ENTITY linux-version "2.6.17">
    236 <!ENTITY linux-size "40,352 KB">
     235<!ENTITY linux-version "2.6.17.1">
     236<!ENTITY linux-size "40,356 KB">
    237237<!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">
    239239<!ENTITY linux-home "http://www.kernel.org/">
    240240
    241 <!ENTITY linux-headers-version "&linux-version;-06192006">
     241<!ENTITY linux-headers-version "&linux-version;-06192006-1">
    242242<!ENTITY linux-headers-size "1,496 KB">
    243243<!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">
    245245<!ENTITY linux-headers-home "http://headers.cross-lfs.org/">
    246246
Note: See TracChangeset for help on using the changeset viewer.