Changeset eb55250


Ignore:
Timestamp:
Feb 21, 2006, 2:27:09 AM (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:
94e6142
Parents:
0b637f1
Message:

r1166@server (orig r1164): chris | 2006-02-10 22:07:07 -0800
Added -v to the rest of the temp-system pages, and various other text updates

Location:
BOOK
Files:
25 edited

Legend:

Unmodified
Added
Removed
  • BOOK/boot/alpha/kernel.xml

    r0b637f1 reb55250  
    9898    xpointer="xpointer(//*[@os='v'])"/>
    9999
    100 <screen><userinput>cp vmlinux ${LFS}/boot/lfskernel-&linux-version;</userinput></screen>
     100<screen><userinput>cp -v vmlinux ${LFS}/boot/lfskernel-&linux-version;</userinput></screen>
    101101
    102102    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • BOOK/boot/common/bootscripts.xml

    r0b637f1 reb55250  
    2929    <para>Make bootscripts usable at boot:</para>
    3030
    31 <screen><userinput>cp ${LFS}/etc/rc.d/init.d/functions{,.bak}
     31<screen><userinput>cp -v ${LFS}/etc/rc.d/init.d/functions{,.bak}
    3232sed 's|/bin:/usr/bin:/sbin:/usr/sbin|/tools/bin:/tools/sbin:/bin:/sbin|g' \
    3333   ${LFS}/etc/rc.d/init.d/functions.bak \
    3434   > ${LFS}/etc/rc.d/init.d/functions
    35 cp ${LFS}/etc/rc.d/init.d/mountfs{,.bak}
     35cp -v ${LFS}/etc/rc.d/init.d/mountfs{,.bak}
    3636sed 's@mount -f /sys || failed=1@mount -f /sys | udevstart || failed=1@' \
    3737   ${LFS}/etc/rc.d/init.d/mountfs.bak \
  • BOOK/boot/common/changingowner.xml

    r0b637f1 reb55250  
    1919  <systemitem class="username">root</systemitem>. Change the ownership for $LFS and its subdirectories by running these commands:</para>
    2020
    21 <screen><userinput>chown root:root ${LFS}
    22 chown -R root:root $LFS/{bin,boot,dev,etc,home,lib,media,mnt,opt,proc,root,sbin,srv,sys,tmp,usr,var}</userinput></screen>
     21<screen><userinput>chown -v root:root ${LFS}
     22chown -Rv root:root $LFS/{bin,boot,dev,etc,home,lib,media,mnt,opt,proc,root,sbin,srv,sys,tmp,usr,var}</userinput></screen>
    2323
    2424  <para os="b">The same issue also exists with <filename class="directory">/tools</filename> and <filename class="directory">/cross-tools</filename>. Although these directories can be deleted once the
     
    3939  the following commands:</para>
    4040
    41 <screen><userinput>chown -R root:root /tools
    42 chown -R root:root /cross-tools</userinput></screen>
     41<screen><userinput>chown -Rv root:root /tools
     42chown -Rv root:root /cross-tools</userinput></screen>
    4343
    4444</sect1>
  • BOOK/boot/common/creatingdirs.xml

    r0b637f1 reb55250  
    1414  standard directory tree by issuing the following commands:</para>
    1515
    16 <screen><userinput>install -d ${LFS}/{bin,boot,dev,etc/opt,home,lib,mnt}
    17 install -d ${LFS}/{sbin,srv,usr/local,var,opt,proc,sys}
    18 install -d ${LFS}/root -m 0750
    19 install -d ${LFS}/tmp ${LFS}/var/tmp -m 1777
    20 install -d ${LFS}/media/{floppy,cdrom}
    21 install -d ${LFS}/usr/{bin,include,lib,sbin,share,src}
    22 ln -s share/{man,doc,info} ${LFS}/usr
    23 install -d ${LFS}/usr/share/{doc,info,locale,man}
    24 install -d ${LFS}/usr/share/{misc,terminfo,zoneinfo}
    25 install -d ${LFS}/usr/share/man/man{1,2,3,4,5,6,7,8}
    26 install -d ${LFS}/usr/local/{bin,etc,include,lib,sbin,share,src}
    27 ln -s share/{man,doc,info} ${LFS}/usr/local
    28 install -d ${LFS}/usr/local/share/{doc,info,locale,man}
    29 install -d ${LFS}/usr/local/share/{misc,terminfo,zoneinfo}
    30 install -d ${LFS}/usr/local/share/man/man{1,2,3,4,5,6,7,8}
    31 install -d ${LFS}/var/{lock,log,mail,run,spool}
    32 install -d ${LFS}/var/{opt,cache,lib/{misc,locate},local}
    33 install -d ${LFS}/opt/{bin,doc,include,info}
    34 install -d ${LFS}/opt/{lib,man/man{1,2,3,4,5,6,7,8}}</userinput></screen>
     16<screen><userinput>install -dv ${LFS}/{bin,boot,dev,etc/opt,home,lib,mnt}
     17install -dv ${LFS}/{sbin,srv,usr/local,var,opt,proc,sys}
     18install -dv ${LFS}/root -m 0750
     19install -dv ${LFS}/tmp ${LFS}/var/tmp -m 1777
     20install -dv ${LFS}/media/{floppy,cdrom}
     21install -dv ${LFS}/usr/{bin,include,lib,sbin,share,src}
     22ln -sv share/{man,doc,info} ${LFS}/usr
     23install -dv ${LFS}/usr/share/{doc,info,locale,man}
     24install -dv ${LFS}/usr/share/{misc,terminfo,zoneinfo}
     25install -dv ${LFS}/usr/share/man/man{1,2,3,4,5,6,7,8}
     26install -dv ${LFS}/usr/local/{bin,etc,include,lib,sbin,share,src}
     27ln -sv share/{man,doc,info} ${LFS}/usr/local
     28install -dv ${LFS}/usr/local/share/{doc,info,locale,man}
     29install -dv ${LFS}/usr/local/share/{misc,terminfo,zoneinfo}
     30install -dv ${LFS}/usr/local/share/man/man{1,2,3,4,5,6,7,8}
     31install -dv ${LFS}/var/{lock,log,mail,run,spool}
     32install -dv ${LFS}/var/{opt,cache,lib/{misc,locate},local}
     33install -dv ${LFS}/opt/{bin,doc,include,info}
     34install -dv ${LFS}/opt/{lib,man/man{1,2,3,4,5,6,7,8}}</userinput></screen>
    3535
    3636  <para os="b">Directories are, by default, created with permission mode 755,
  • BOOK/boot/common/e2fsprogs.xml

    r0b637f1 reb55250  
    5252    </variablelist>
    5353
    54 <screen os="ac"><userinput>make</userinput></screen>
     54    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     55    href="../../final-system/common/e2fsprogs.xml"
     56    xpointer="xpointer(//*[@os='f'])"/>
     57
     58    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     59    href="../../final-system/common/e2fsprogs.xml"
     60    xpointer="xpointer(//*[@os='g'])"/>
    5561
    5662    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • BOOK/boot/common/introduction.xml

    r0b637f1 reb55250  
    3333class="username">root</systemitem>:</para>
    3434
    35 <screen><userinput>chown lfs $LFS</userinput></screen>
     35<screen><userinput>chown -v lfs $LFS</userinput></screen>
    3636
    3737</sect1>
  • BOOK/boot/common/pwdgroup.xml

    r0b637f1 reb55250  
    111111
    112112<screen><userinput>touch ${LFS}/var/run/utmp ${LFS}/var/log/{btmp,lastlog,wtmp}
    113 chmod 664 ${LFS}/var/run/utmp ${LFS}/var/log/lastlog
    114 chmod 600 ${LFS}/var/log/btmp</userinput></screen>
     113chmod -v 664 ${LFS}/var/run/utmp ${LFS}/var/log/lastlog
     114chmod -v 600 ${LFS}/var/log/btmp</userinput></screen>
    115115
    116116  <para>The <filename>${LFS}/var/run/utmp</filename> file records the users
  • BOOK/boot/common/sysvinit.xml

    r0b637f1 reb55250  
    2626    during our build:</para>
    2727
    28 <screen os="ab"><userinput>cp src/Makefile src/Makefile.orig
     28<screen os="ab"><userinput>cp -v src/Makefile src/Makefile.orig
    2929sed -e 's@root@0@g' \
    3030    -e "s@/dev/initctl@${LFS}&amp;@g" \
  • BOOK/boot/common/udev.xml

    r0b637f1 reb55250  
    4444    xpointer="xpointer(//*[@os='j'])"/>
    4545
    46 <screen os="k"><userinput>cp ../&udev-config-file; ${LFS}/etc/udev/rules.d/25-lfs.rules</userinput></screen>
     46<screen os="k"><userinput>cp -v ../&udev-config-file; ${LFS}/etc/udev/rules.d/25-lfs.rules</userinput></screen>
    4747
    4848  </sect2>
  • BOOK/boot/common/util-linux.xml

    r0b637f1 reb55250  
    4343    directory by default. This is fixed by altering the configure script:</para>
    4444
    45 <screen os="bb"><userinput>cp configure{,.orig}
     45<screen os="bb"><userinput>cp -v configure{,.orig}
    4646sed -e 's@/usr/include@/tools/include@g' configure.orig > configure</userinput></screen>
    4747
     
    5050    yet:</para>
    5151
    52 <screen os="bd"><userinput>cp MCONFIG{,.orig}
     52<screen os="bd"><userinput>cp -v MCONFIG{,.orig}
    5353sed -e 's|-o root||' MCONFIG.orig > MCONFIG</userinput></screen>
    5454
  • BOOK/boot/mips/kernel.xml

    r0b637f1 reb55250  
    114114    xpointer="xpointer(//*[@os='v'])"/>
    115115
    116 <screen><userinput>cp vmlinux ${LFS}/boot/vmlinux-&linux-version;
     116<screen><userinput>cp -v vmlinux ${LFS}/boot/vmlinux-&linux-version;
    117117gzip -9 ${LFS}/boot/vmlinux-&linux-version;</userinput></screen>
    118118
  • BOOK/boot/mips64/kernel.xml

    r0b637f1 reb55250  
    118118    xpointer="xpointer(//*[@os='v'])"/>
    119119
    120 <screen><userinput>cp vmlinux ${LFS}/boot/vmlinux-&linux-version;
     120<screen><userinput>cp -v vmlinux ${LFS}/boot/vmlinux-&linux-version;
    121121gzip -9 ${LFS}/boot/vmlinux-&linux-version;</userinput></screen>
    122122
  • BOOK/boot/multilib/e2fsprogs.xml

    r0b637f1 reb55250  
    2323    <title>Installation of E2fsprogs</title>
    2424
    25     <para>Make sure the libraries get installed to
     25    <para os="m1">Make sure the libraries get installed to
    2626    <filename class="directory">/tools/lib64</filename>:</para>
    2727
    28 <screen os="m1"><userinput>chmod 0755 configure
    29 cp configure{,.orig}
     28<screen os="m2"><userinput>chmod -v 0755 configure
     29cp -v configure{,.orig}
    3030sed -e "/libdir=.*\/lib/s@/lib@/lib64@g" configure.orig > configure</userinput></screen>
    3131
  • BOOK/boot/ppc/kernel.xml

    r0b637f1 reb55250  
    9898    xpointer="xpointer(//*[@os='v'])"/>
    9999
    100 <screen><userinput>cp vmlinux ${LFS}/boot/lfskernel-&linux-version;</userinput></screen>
     100<screen><userinput>cp -v vmlinux ${LFS}/boot/lfskernel-&linux-version;</userinput></screen>
    101101
    102102    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • BOOK/boot/ppc64/e2fsprogs.xml

    r0b637f1 reb55250  
    2323    <title>Installation of E2fsprogs</title>
    2424
    25     <para>Make sure the libraries get installed to
    26     <filename class="directory">/tools/lib64</filename>:</para>
     25    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     26    href="../multilib/e2fsprogs.xml"
     27    xpointer="xpointer(//*[@os='m1'])"/>
    2728
    28 <screen os="m1"><userinput>chmod 0755 configure
    29 cp configure{,.orig}
    30 sed -e "/libdir=.*\/lib/s@/lib@/lib64@g" configure.orig > configure</userinput></screen>
     29    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     30    href="../multilib/e2fsprogs.xml"
     31    xpointer="xpointer(//*[@os='m2'])"/>
    3132
    3233    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     
    6162    xpointer="xpointer(//*[@os='e'])"/>
    6263
    63 <screen os="ac"><userinput>make CC="${CC} ${BUILD64}"</userinput></screen>
     64    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     65    href="../64/e2fsprogs.xml"
     66    xpointer="xpointer(//*[@os='ac'])"/>
    6467
    6568    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • BOOK/boot/ppc64/kernel.xml

    r0b637f1 reb55250  
    3232
    3333    <para os="m1">To ensure that your system boots and you can properly run both
    34     32 bits and 64 bits binaries, please make sure that you enable support for
     34    32 bit and 64 bit binaries, please make sure that you enable support for
    3535    ELF and emulations for 32bit ELF into the kernel.</para>
    3636
     
    102102    xpointer="xpointer(//*[@os='v'])"/>
    103103
    104 <screen><userinput>cp vmlinux ${LFS}/boot/lfskernel-&linux-version;</userinput></screen>
     104<screen><userinput>cp -v vmlinux ${LFS}/boot/lfskernel-&linux-version;</userinput></screen>
    105105
    106106    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • BOOK/boot/sparc/kernel.xml

    r0b637f1 reb55250  
    9898    xpointer="xpointer(//*[@os='v'])"/>
    9999
    100 <screen><userinput>cp vmlinux ${LFS}/boot/lfskernel-&linux-version;</userinput></screen>
     100<screen><userinput>cp -v vmlinux ${LFS}/boot/lfskernel-&linux-version;</userinput></screen>
    101101
    102102    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • BOOK/boot/sparc64/kernel.xml

    r0b637f1 reb55250  
    100100    xpointer="xpointer(//*[@os='v'])"/>
    101101
    102 <screen><userinput>cp vmlinux ${LFS}/boot/lfskernel-&linux-version;</userinput></screen>
     102<screen><userinput>cp -v vmlinux ${LFS}/boot/lfskernel-&linux-version;</userinput></screen>
    103103
    104104    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • BOOK/boot/x86/kernel.xml

    r0b637f1 reb55250  
    106106    xpointer="xpointer(//*[@os='v'])"/>
    107107
    108 <screen><userinput>cp arch/i386/boot/bzImage ${LFS}/boot/lfskernel-&linux-version;</userinput></screen>
     108<screen><userinput>cp -v arch/i386/boot/bzImage ${LFS}/boot/lfskernel-&linux-version;</userinput></screen>
    109109
    110110    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     
    112112    xpointer="xpointer(//*[@os='w'])"/>
    113113
    114 <screen os="w1"><userinput>cp System.map ${LFS}/boot/System.map-&linux-version;</userinput></screen>
     114<screen os="w1"><userinput>cp -v System.map ${LFS}/boot/System.map-&linux-version;</userinput></screen>
    115115
    116116    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     
    118118    xpointer="xpointer(//*[@os='x'])"/>
    119119
    120 <screen os="x1"><userinput>cp .config ${LFS}/boot/config-&linux-version;</userinput></screen>
     120<screen os="x1"><userinput>cp -v .config ${LFS}/boot/config-&linux-version;</userinput></screen>
    121121
    122122  </sect2>
  • BOOK/boot/x86_64/kernel.xml

    r0b637f1 reb55250  
    3232
    3333    <para os="m1">To ensure that your system boots and you can properly run both
    34     32 bits and 64 bits binaries, please make sure that you enable support for
     34    32 bit and 64 bit binaries, please make sure that you enable support for
    3535    ELF and emulations for 32bit ELF into the kernel.</para>
    3636
     
    102102    xpointer="xpointer(//*[@os='v'])"/>
    103103
    104 <screen><userinput>cp arch/x86_64/boot/bzImage ${LFS}/boot/lfskernel-&linux-version;</userinput></screen>
     104<screen><userinput>cp -v arch/x86_64/boot/bzImage ${LFS}/boot/lfskernel-&linux-version;</userinput></screen>
    105105
    106106    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • BOOK/cross-tools/sparcv8/glibc.xml

    r0b637f1 reb55250  
    8181    xpointer="xpointer(//*[@os='g'])"/>
    8282
    83     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    84     href="../common/glibc.xml"
    85     xpointer="xpointer(//*[@os='df'])"/>
    86 
    8783<screen os="df"><userinput>BUILD_CC="gcc" CC="${LFS_TARGET}-gcc" \
    8884    AR="${LFS_TARGET}-ar" RANLIB="${LFS_TARGET}-ranlib" \
  • BOOK/final-system/sparc/glibc.xml

    r0b637f1 reb55250  
    3838    xpointer="xpointer(//*[@os='d'])"/>
    3939
    40    <para os="s1">This patch will add TLS(Thread Local Storage) support to Sparc:</para>
     40   <para os="s1">This patch will add TLS (Thread Local Storage) support to Sparc:</para>
    4141
    4242<screen os="s2"><userinput>patch -Np1 -i ../&glibc-sparc_tls-patch;</userinput></screen>
  • BOOK/general.ent

    r0b637f1 reb55250  
    11<?xml version="1.0" encoding="ISO-8859-1"?>
    22
    3 <!ENTITY version "CLFS-SVN-20060209">
     3<!ENTITY version "CLFS-SVN-20060211">
    44<!ENTITY version-x86 "&version;-x86">
    55<!ENTITY version-x86_64 "&version;-x86_64-Multilib">
     
    1616<!ENTITY version-alpha "&version;-ALPHA">
    1717
    18 <!ENTITY releasedate "February 9, 2006">
     18<!ENTITY releasedate "February 11, 2006">
    1919<!ENTITY milestone "0.1">
    2020<!ENTITY generic-version "svn"> <!-- Use "svn", "testing", or "x.y[-pre{x}]" -->
  • BOOK/temp-system/common/bash.xml

    r0b637f1 reb55250  
    2525    <para os="aa">Fix a minor issue during the build when cross-compiling:</para>
    2626
    27 <screen os="ab"><userinput>cp Makefile.in Makefile.in.orig
     27<screen os="ab"><userinput>cp -v Makefile.in Makefile.in.orig
    2828sed -e "s@size \$(Program)@${LFS_TARGET}-&amp;@g"  Makefile.in.orig > Makefile.in</userinput></screen>
    2929
     
    7474    a shell:</para>
    7575
    76 <screen os="af"><userinput>ln -s bash /tools/bin/sh</userinput></screen>
     76<screen os="af"><userinput>ln -sv bash /tools/bin/sh</userinput></screen>
    7777
    7878  </sect2>
  • BOOK/temp-system/common/bzip2.xml

    r0b637f1 reb55250  
    2323    <title>Installation of Bzip2</title>
    2424
    25     <para os="ca">Remove the tests to since they won't work on
    26     a multi-architecture build:</para>
     25    <para os="ca">Remove the tests since they won't work on a
     26    multi-architecture build:</para>
    2727
    2828<screen os="cb"><userinput>cp -v Makefile{,.orig}
Note: See TracChangeset for help on using the changeset viewer.