Ignore:
Timestamp:
Sep 22, 2006, 8:30:38 PM (18 years ago)
Author:
Jim Gifford <clfs@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
8953f24
Parents:
5921622
Message:

Sync up with 1.0 Book

Location:
BOOK/final-system/common
Files:
7 edited

Legend:

Unmodified
Added
Removed
  • BOOK/final-system/common/findutils.xml

    r5921622 r040521bc  
    5858<screen os="h"><userinput>make install</userinput></screen>
    5959
    60     <para os="i">Find from Findutils is used by some of the scripts
     60    <para os="i">The <command>find</command> program is used by some of the scripts
    6161    in the CLFS-Bootscripts package. As <filename
    6262    class="directory">/usr</filename> may not be available during the early
  • BOOK/final-system/common/module-init-tools.xml

    r5921622 r040521bc  
    6565        <term><parameter>INSTALL=install</parameter></term>
    6666        <listitem>
    67           <para>Normally, make install will not install the binaries if they
     67          <para>Normally, <command>make install</command> will not install the binaries if they
    6868          already exist. This option overrides that behavior by calling
    6969          <command>install</command> instead of using the default wrapper
  • BOOK/final-system/common/ncurses.xml

    r5921622 r040521bc  
    5454ln -svf ../../lib/libform.so.5 /usr/lib/libform.so</userinput></screen>
    5555
    56     <para os="l">Give the Ncurses libraries execute permissions:</para>
     56    <para os="l">Give the Ncurses dynamic libraries execute permissions:</para>
    5757
    5858<screen os="m"><userinput>chmod -v 755 /lib/lib{panel,menu,form,ncurses}.so.&ncurses-version;</userinput></screen>
  • BOOK/final-system/common/perl.xml

    r5921622 r040521bc  
    2828    <para os="s1">The following sed causes <filename>DynaLoader.a</filename>
    2929    to be built with -fPIC so it can be linked into a shared library
    30     later.</para>
     30    later:</para>
    3131
    3232<screen os="s2"><userinput>sed -i -e "s@pldlflags=''@pldlflags=\"\$cccdlflags\"@g" \
  • BOOK/final-system/common/stripping.xml

    r5921622 r040521bc  
    3333    <para os="e">Then reenter it with:</para>
    3434
    35 <screen os="f" role="nodump"><userinput>chroot $CLFS /tools/bin/env -i \
    36     HOME=/root TERM=$TERM PS1='\u:\w\$ ' \
     35<screen os="f" role="nodump"><userinput>chroot ${CLFS} /tools/bin/env -i \
     36    HOME=/root TERM=${TERM} PS1='\u:\w\$ ' \
    3737    PATH=/bin:/usr/bin:/sbin:/usr/sbin \
    3838    /tools/bin/bash --login</userinput></screen>
  • BOOK/final-system/common/sysklogd.xml

    r5921622 r040521bc  
    6666mail.*                          -/var/log/mail.log
    6767user.*                          -/var/log/user.log
    68 *.=info;*.=notice;*.=warn;
    69 auth,authpriv.none;
    70 cron,daemon.none;
     68*.=info;*.=notice;*.=warn;\
     69auth,authpriv.none;\
     70cron,daemon.none;\
    7171mail,news.none                  -/var/log/messages.log
    7272
  • BOOK/final-system/common/udev.xml

    r5921622 r040521bc  
    3030<screen os="b"><userinput>make EXTRAS="extras/floppy extras/cdrom_id extras/firmware \
    3131    extras/scsi_id extras/volume_id extras/ata_id extras/usb_id \
    32     extras/edd_id extras/dasd_id extras/path_id" udevdir=/dev</userinput></screen>
     32    extras/edd_id extras/dasd_id extras/path_id"</userinput></screen>
    3333
    3434    <variablelist os="c">
     
    6161    EXTRAS="extras/floppy extras/cdrom_id extras/firmware \
    6262    extras/scsi_id extras/volume_id extras/ata_id extras/usb_id \
    63     extras/edd_id extras/dasd_id extras/path_id" udevdir=/dev install</userinput></screen>
     63    extras/edd_id extras/dasd_id extras/path_id" install</userinput></screen>
    6464
    6565    <variablelist os="i">
Note: See TracChangeset for help on using the changeset viewer.