Changeset 4a7a683


Ignore:
Timestamp:
05/13/2003 07:38:47 AM (21 years ago)
Author:
Gerard Beekmans <gerard@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 6.0, 6.1, 6.1.1, 6.3, 6.4, 6.5, 6.6, 6.7, 6.8, 7.0, 7.1, 7.2, 7.3, 7.4, 7.5, 7.5-systemd, 7.6, 7.6-systemd, 7.7, 7.7-systemd, 7.8, 7.8-systemd, 7.9, 7.9-systemd, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, v5_0, v5_1, v5_1_1, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
21b1878
Parents:
b74e415
Message:

Applied Zack's various-fixes patch.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2608 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Files:
43 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    rb74e415 r4a7a683  
    6666<listitem><para>fileutils-4.1</para></listitem>
    6767<listitem><para>fileutils-4.1.patch</para></listitem>
     68<listitem><para>findutils-4.1-segfault.patch</para></listitem>
     69<listitem><para>findutils-4.1.patch</para></listitem>
     70<listitem><para>gzip-1.2.4b.patch</para></listitem>
    6871<listitem><para>netkit-base-0.17</para></listitem>
    6972<listitem><para>sh-utils-2.0</para></listitem>
    7073<listitem><para>sh-utils-2.0.patch</para></listitem>
    7174<listitem><para>sh-utils-2.0-hostname.patch</para></listitem>
     75<listitem><para>tar-1.13.patch</para></listitem>
    7276<listitem><para>textutils-2.1</para></listitem>
    7377<listitem><para>vim-6.1.patch</para></listitem>
    7478</itemizedlist>
    7579</para></listitem>
     80
     81<listitem><para>May 12th, 2003 [winkie]: Removed all occurrences &amp;&amp;.
     82Updated bug syntax. Added "make check/test" where necessary in Chapter
     836.</para></listitem>
    7684
    7785<listitem><para>May 12th, 2003 [winkie]: Applied "Changing ownership"
     
    151159
    152160<listitem><para>May 11th, 2003 [gerard]: Updated to
    153 gcc-3.2.3-specs-4.patch</para></listitem>
    154 
    155 <listitem><para>May 11th, 2003 (Bug #359 &amp; #515) [winkie]: Chapter
    156 06 - Setting up Basic Networking: Added section. Create a basic /etc/hosts
    157 files, and create /etc/services and /etc/protocols from IANA.</para></listitem>
     161gcc-3.2.3-specs-4.patch.</para></listitem>
     162
     163<listitem><para>May 11th, 2003 [winkie]: Chapter 06 - Setting up Basic
     164Networking: Added section. Create a basic /etc/hosts files, and create
     165/etc/services and /etc/protocols from IANA. Fixes bugs #359 &amp;
     166#515.</para></listitem>
    158167
    159168<listitem><para>May 11th, 2003 [winkie]: Upgrading to lfs-utils-0.2.2.
    160169This adds two files needed for proper networking configuration.</para></listitem>
    161170
    162 <listitem><para>May 11th, 2003 (Bug #490) [winkie]: Removed Netkit-base
    163 0.17. Added Inetutils 1.4.2.</para></listitem>
    164 
    165 <listitem><para>May 11th, 2003 (Bug #493) [winkie]: Added lfs-utils-0.2.1.</para></listitem>
     171<listitem><para>May 11th, 2003 [winkie]: Removed Netkit-base 0.17. Added
     172Inetutils 1.4.2. Fixes bug #490.</para></listitem>
     173
     174<listitem><para>May 11th, 2003 [winkie]: Added lfs-utils-0.2.1. Fixes bug
     175#493.</para></listitem>
    166176
    167177<listitem><para>May 11th, 2003 [winkie]: Chapter 06 - Installing Ncurses:
     
    199209
    200210<listitem><para>May 11th, 2003 [winkie]: Upgraded to Bash 2.05b and
    201 added its patch</para></listitem>
     211added its patch.</para></listitem>
    202212
    203213<listitem><para>May 11th, 2003 [winkie]: Chapter 06 - Installing Zlib:
  • chapter03/mounting.xml

    rb74e415 r4a7a683  
    1616<para>Now create the mount point and mount the LFS file system by running:</para>
    1717
    18 <para><screen><userinput>mkdir -p $LFS &amp;&amp;
     18<para><screen><userinput>mkdir -p $LFS
    1919mount /dev/xxx $LFS</userinput></screen></para>
    2020
     
    2626them like this:</para>
    2727
    28 <para><screen><userinput>mkdir -p $LFS &amp;&amp;
    29 mount /dev/xxx $LFS &amp;&amp;
    30 mkdir $LFS/usr &amp;&amp;
     28<para><screen><userinput>mkdir -p $LFS
     29mount /dev/xxx $LFS
     30mkdir $LFS/usr
    3131mount /dev/yyy $LFS/usr</userinput></screen></para>
    3232
  • chapter05/gettext-inst.xml

    rb74e415 r4a7a683  
    44<title>Installation of Gettext</title>
    55
    6 <para><screen><userinput>./configure --prefix=/stage1 &amp;&amp;
    7 make &amp;&amp;
     6<para><screen><userinput>./configure --prefix=/stage1
     7make
    88make check
    99make install</userinput></screen></para>
  • chapter05/glibc-inst.xml

    rb74e415 r4a7a683  
    2121not in the source directory but in a separate, dedicated directory:</para>
    2222
    23 <para><screen><userinput>mkdir ../glibc-build &amp;&amp;
     23<para><screen><userinput>mkdir ../glibc-build
    2424cd ../glibc-build</userinput></screen></para>
    2525
  • chapter05/kernelheaders-inst.xml

    rb74e415 r4a7a683  
    4444<para>Install the platform specific-header files:</para>
    4545
    46 <para><screen><userinput>mkdir /stage1/include/asm &amp;&amp;
    47 cp include/asm/* /stage1/include/asm &amp;&amp;
     46<para><screen><userinput>mkdir /stage1/include/asm
     47cp include/asm/* /stage1/include/asm
    4848cp -R include/asm-generic /stage1/include</userinput></screen></para>
    4949
  • chapter05/perl-inst.xml

    rb74e415 r4a7a683  
    66chmod u+w hints/linux.sh
    77echo 'static_ext="IO re Fcntl"' >> hints/linux.sh
    8 ./configure.gnu --prefix=/stage1 &amp;&amp;
     8./configure.gnu --prefix=/stage1
    99make perl
    10 make utilities &amp;&amp;
    11 cp perl /stage1/bin/perl &amp;&amp;
    12 cp pod/pod2man /stage1/bin &amp;&amp;
    13 mkdir -p /stage1/lib/perl5/5.8.0 &amp;&amp;
     10make utilities
     11cp perl /stage1/bin/perl
     12cp pod/pod2man /stage1/bin
     13mkdir -p /stage1/lib/perl5/5.8.0
    1414cp -R lib/* /stage1/lib/perl5/5.8.0</userinput></screen></para>
    1515
  • chapter06/adjustingtoolchain.xml

    rb74e415 r4a7a683  
    66make -C ld INSTALL=/stage1/bin/install install-data-local
    77
    8 SPECFILE=/stage1/lib/gcc-lib/*/*/specs &amp;&amp;
     8SPECFILE=/stage1/lib/gcc-lib/*/*/specs
    99sed -e 's@/stage1/lib/ld.so.1@/lib/ld.so.1@g' \
    1010&nbsp;&nbsp;&nbsp;&nbsp;-e 's@/stage1/lib/ld-linux.so.2@/lib/ld-linux.so.2@g' $SPECFILE > XX
  • chapter06/autoconf-inst.xml

    rb74e415 r4a7a683  
    1111<para><screen><userinput>make</userinput></screen></para>
    1212
     13<para><screen><userinput>make check</userinput></screen></para>
     14
    1315<para>And finish off installing the package:</para>
    1416
  • chapter06/automake-inst.xml

    rb74e415 r4a7a683  
    1212<para><screen><userinput>make</userinput></screen></para>
    1313
     14<para><screen><userinput>make check</userinput></screen></para>
     15
    1416<para>And finish off installing the package:</para>
    1517
  • chapter06/bash-inst.xml

    rb74e415 r4a7a683  
    1818<para><screen><userinput>make</userinput></screen></para>
    1919
     20<para><screen><userinput>make tests</userinput></screen></para>
     21
    2022<para>And finish off installing the package:</para>
    2123
  • chapter06/binutils-inst.xml

    rb74e415 r4a7a683  
    1212Binutils outside of the source directory:</para>
    1313
    14 <para><screen><userinput>mkdir ../binutils-build &amp;&amp;
     14<para><screen><userinput>mkdir ../binutils-build
    1515cd ../binutils-build</userinput></screen></para>
    1616
     
    1818
    1919<para><screen><userinput>../binutils-&binutils-version;/configure \
    20 &nbsp;&nbsp;&nbsp;&nbsp;--prefix=/usr --mandir=/usr/share/man \
    21 &nbsp;&nbsp;&nbsp;&nbsp;--infodir=/usr/share/info --enable-shared</userinput></screen></para>
     20&nbsp;&nbsp;&nbsp;&nbsp;--prefix=/usr --enable-shared</userinput></screen></para>
    2221
    2322<para>Continue with compiling the package:</para>
  • chapter06/bison-inst.xml

    rb74e415 r4a7a683  
    1212<para><screen><userinput>make</userinput></screen></para>
    1313
     14<para><screen><userinput>make check</userinput></screen></para>
     15
    1416<para>Finish installing the package:</para>
    1517
  • chapter06/bzip2-inst.xml

    rb74e415 r4a7a683  
    66<para>Begin compiling the package:</para>
    77
    8 <para><screen><userinput>make -f Makefile-libbz2_so &amp;&amp;
     8<para><screen><userinput>make -f Makefile-libbz2_so
    99make clean</userinput></screen></para>
    1010
     
    2727necessary symbolic links and clean up.</para>
    2828
    29 <para><screen><userinput>cp bzip2-shared /bin/bzip2 &amp;&amp;
    30 cp -a libbz2.so* /lib &amp;&amp;
    31 ln -s ../../lib/libbz2.so.1.0 /usr/lib/libbz2.so &amp;&amp;
    32 rm /usr/bin/{bunzip2,bzcat,bzip2} &amp;&amp;
    33 mv /usr/bin/{bzip2recover,bzless,bzmore} /bin &amp;&amp;
    34 ln -s bzip2 /bin/bunzip2 &amp;&amp;
     29<para><screen><userinput>cp bzip2-shared /bin/bzip2
     30cp -a libbz2.so* /lib
     31ln -s ../../lib/libbz2.so.1.0 /usr/lib/libbz2.so
     32rm /usr/bin/{bunzip2,bzcat,bzip2}
     33mv /usr/bin/{bzip2recover,bzless,bzmore} /bin
     34ln -s bzip2 /bin/bunzip2
    3535ln -s bzip2 /bin/bzcat</userinput></screen></para>
    3636
  • chapter06/coreutils-inst.xml

    rb74e415 r4a7a683  
    2424<para><screen><userinput>make</userinput></screen></para>
    2525
     26<para><screen><userinput>make check-root</userinput></screen></para>
     27
    2628<para>Install the package:</para>
    2729
     
    3032<para>Move files to their proper locations:</para>
    3133
    32 <para><screen><userinput>mv /usr/bin/{basename,cat,chgrp,chmod,chown,cp,dd,df} /bin &amp;&amp;
    33 mv /usr/bin/{dir,dircolors,du,date,echo,false,head} /bin &amp;&amp;
    34 mv /usr/bin/{install,ln,ls,mkdir,mkfifo,mknod,mv,pwd} /bin &amp;&amp;
    35 mv /usr/bin/{rm,rmdir,shred,sync,sleep,stty,su,test} /bin &amp;&amp;
     34<para><screen><userinput>mv /usr/bin/{basename,cat,chgrp,chmod,chown,cp,dd,df} /bin
     35mv /usr/bin/{dir,dircolors,du,date,echo,false,head} /bin
     36mv /usr/bin/{install,ln,ls,mkdir,mkfifo,mknod,mv,pwd} /bin
     37mv /usr/bin/{rm,rmdir,shred,sync,sleep,stty,su,test} /bin
    3638mv /usr/bin/{touch,true,uname,vdir} /bin
    3739mv /usr/bin/chroot /usr/sbin</userinput></screen></para>
  • chapter06/creatingdirs.xml

    rb74e415 r4a7a683  
    77standard tree:</para>
    88 
    9 <para><screen><userinput>mkdir -p /{bin,boot,dev/pts,etc/opt,home,lib,mnt,proc} &amp;&amp;
    10 mkdir -p /{root,sbin,tmp,usr/local,var,opt} &amp;&amp;
     9<para><screen><userinput>mkdir -p /{bin,boot,dev/pts,etc/opt,home,lib,mnt,proc}
     10mkdir -p /{root,sbin,tmp,usr/local,var,opt}
    1111for dirname in /usr /usr/local
    1212&nbsp;&nbsp;&nbsp;&nbsp;do
     
    1616&nbsp;&nbsp;&nbsp;&nbsp;mkdir $dirname/share/{nls,misc,terminfo,zoneinfo}
    1717&nbsp;&nbsp;&nbsp;&nbsp;mkdir $dirname/share/man/man{1,2,3,4,5,6,7,8}
    18 done &amp;&amp;
    19 mkdir /usr/lib/locale &amp;&amp;
    20 mkdir /var/{lock,log,mail,run,spool} &amp;&amp;
    21 mkdir -p /var/{tmp,opt,cache,lib/misc,local} &amp;&amp;
    22 mkdir /opt/{bin,doc,include,info} &amp;&amp;
    23 mkdir -p /opt/{lib,man/man{1,2,3,4,5,6,7,8}} &amp;&amp;
     18done
     19mkdir /usr/lib/locale
     20mkdir /var/{lock,log,mail,run,spool}
     21mkdir -p /var/{tmp,opt,cache,lib/misc,local}
     22mkdir /opt/{bin,doc,include,info}
     23mkdir -p /opt/{lib,man/man{1,2,3,4,5,6,7,8}}
    2424ln -s ../var/tmp /usr</userinput></screen></para>
    2525
     
    2828directory of root, and another to the directories for temporary files.</para>
    2929
    30 <para><screen><userinput>chmod 0750 /root &amp;&amp;
     30<para><screen><userinput>chmod 0750 /root
    3131chmod 1777 /tmp /var/tmp</userinput></screen></para>
    3232
  • chapter06/diffutils-inst.xml

    rb74e415 r4a7a683  
    1212<para><screen><userinput>make</userinput></screen></para>
    1313
     14<para><screen><userinput>make check</userinput></screen></para>
     15
    1416<para>And finish off installing the package:</para>
    1517
  • chapter06/e2fsprogs-inst.xml

    rb74e415 r4a7a683  
    77source tree:</para>
    88
    9 <para><screen><userinput>mkdir ../e2fsprogs-build &amp;&amp;
     9<para><screen><userinput>mkdir ../e2fsprogs-build
    1010cd ../e2fsprogs-build</userinput></screen></para>
    1111
     
    3939<para><screen><userinput>make</userinput></screen></para>
    4040
     41<para><screen><userinput>make check</userinput></screen></para>
     42
    4143<para>Begin installing the package:</para>
    4244
  • chapter06/ed-inst.xml

    rb74e415 r4a7a683  
    2828<para><screen><userinput>make</userinput></screen></para>
    2929
     30<para><screen><userinput>make check</userinput></screen></para>
     31
    3032<para>And finish off installing the package:</para>
    3133
  • chapter06/findutils-inst.xml

    rb74e415 r4a7a683  
    1717<para><screen><userinput>make</userinput></screen></para>
    1818
     19<para><screen><userinput>make check</userinput></screen></para>
     20
    1921<para>Finish installing the package:</para>
    2022
  • chapter06/flex-inst.xml

    rb74e415 r4a7a683  
    1111
    1212<para><screen><userinput>make</userinput></screen></para>
     13
     14<para><screen><userinput>make bigcheck</userinput></screen></para>
    1315
    1416<para>Install the package:</para>
  • chapter06/gawk-inst.xml

    rb74e415 r4a7a683  
    4242<para><screen><userinput>make</userinput></screen></para>
    4343
     44<para><screen><userinput>make check</userinput></screen></para>
     45
    4446<para>Finish installing the package:</para>
    4547
  • chapter06/gcc-inst.xml

    rb74e415 r4a7a683  
    2222directory:</para>
    2323
    24 <para><screen><userinput>mkdir ../gcc-build &amp;&amp;
     24<para><screen><userinput>mkdir ../gcc-build
    2525cd ../gcc-build</userinput></screen></para>
    2626
     
    3030&nbsp;&nbsp;&nbsp;&nbsp;--enable-shared --enable-threads=posix \
    3131&nbsp;&nbsp;&nbsp;&nbsp;--enable-__cxa_atexit --enable-clocale=gnu \
    32 &nbsp;&nbsp;&nbsp;&nbsp;--mandir=/usr/share/man \
    33 &nbsp;&nbsp;&nbsp;&nbsp;--infodir=/usr/share/info \
    3432&nbsp;&nbsp;&nbsp;&nbsp;--enable-languages=c,c++</userinput></screen></para>
    3533
  • chapter06/gettext-inst.xml

    rb74e415 r4a7a683  
    1212<para><screen><userinput>make</userinput></screen></para>
    1313
     14<para><screen><userinput>make check</userinput></screen></para>
     15
    1416<para>Finish installing the package:</para>
    1517
  • chapter06/glibc-inst.xml

    rb74e415 r4a7a683  
    77not in the source directory but in a separate, dedicated directory:</para>
    88
    9 <para><screen><userinput>mkdir ../glibc-build &amp;&amp;
     9<para><screen><userinput>mkdir ../glibc-build
    1010cd ../glibc-build</userinput></screen></para>
    1111
     
    1515&nbsp;&nbsp;&nbsp;&nbsp;--disable-profile --enable-add-ons \
    1616&nbsp;&nbsp;&nbsp;&nbsp;--libexecdir=/usr/bin \
    17 &nbsp;&nbsp;&nbsp;&nbsp;--with-headers=/usr/include \
    18 &nbsp;&nbsp;&nbsp;&nbsp;--mandir=/usr/share/man --infodir=/usr/share/info</userinput></screen></para>
     17&nbsp;&nbsp;&nbsp;&nbsp;--with-headers=/usr/include</userinput></screen></para>
    1918
    2019<para>The meaning of the configure options are:</para>
  • chapter06/grep-inst.xml

    rb74e415 r4a7a683  
    1313<para><screen><userinput>make</userinput></screen></para>
    1414
     15<para><screen><userinput>make check</userinput></screen></para>
     16
    1517<para>And finish off installing the package:</para>
    1618
  • chapter06/groff-inst.xml

    rb74e415 r4a7a683  
    1919will not work work properly without the following symlinks:</para>
    2020
    21 <para><screen><userinput>ln -s soelim /usr/bin/zsoelim &amp;&amp;
    22 ln -s eqn /usr/bin/geqn &amp;&amp;
     21<para><screen><userinput>ln -s soelim /usr/bin/zsoelim
     22ln -s eqn /usr/bin/geqn
    2323ln -s tbl /usr/bin/gtbl</userinput></screen></para>
    2424
  • chapter06/gzip-inst.xml

    rb74e415 r4a7a683  
    1212directory:</para>
    1313
    14 <para><screen><userinput>cp gzexe.in{,.backup} &amp;&amp;
     14<para><screen><userinput>cp gzexe.in{,.backup}
    1515sed 's%"BINDIR"%/bin%' gzexe.in.backup &gt; gzexe.in</userinput></screen></para>
    1616
     
    2626class="directory">/bin</filename> directory:</para>
    2727
    28 <para><screen><userinput>mv /usr/bin/gzip /bin &amp;&amp;
    29 rm /usr/bin/{gunzip,zcat} &amp;&amp;
    30 ln -s gzip /bin/gunzip &amp;&amp;
    31 ln -s gzip /bin/zcat &amp;&amp;
     28<para><screen><userinput>mv /usr/bin/gzip /bin
     29rm /usr/bin/{gunzip,zcat}
     30ln -s gzip /bin/gunzip
     31ln -s gzip /bin/zcat
    3232ln -s gunzip /bin/uncompress</userinput></screen></para>
    3333
  • chapter06/inetutils-inst.xml

    rb74e415 r4a7a683  
    77
    88<para><screen><userinput>./configure --prefix=/usr --disable-syslogd \
    9 &nbsp;&nbsp;&nbsp;&nbsp;--libexecdir=/usr/sbin --infodir=/usr/share/info \
    10 &nbsp;&nbsp;&nbsp;&nbsp;--mandir=/usr/share/man --disable-logger</userinput></screen></para>
     9&nbsp;&nbsp;&nbsp;&nbsp;--libexecdir=/usr/sbin --disable-logger</userinput></screen></para>
    1110
    1211<para>The meanings of the configure options are:</para>
  • chapter06/kernel-inst.xml

    rb74e415 r4a7a683  
    4444<para>Install the platform specific-header files:</para>
    4545
    46 <para><screen><userinput>cp -HR include/asm /usr/include &amp;&amp;
     46<para><screen><userinput>cp -HR include/asm /usr/include
    4747cp -R include/asm-generic /usr/include</userinput></screen></para>
    4848
  • chapter06/libtool-inst.xml

    rb74e415 r4a7a683  
    1212<para><screen><userinput>make</userinput></screen></para>
    1313
     14<para><screen><userinput>make check</userinput></screen></para>
     15
    1416<para>And finish off installing the package:</para>
    1517
  • chapter06/m4-inst.xml

    rb74e415 r4a7a683  
    1212<para><screen><userinput>make</userinput></screen></para>
    1313
     14<para><screen><userinput>make check</userinput></screen></para>
     15
    1416<para>Finish installing the package:</para>
    1517
  • chapter06/make-inst.xml

    rb74e415 r4a7a683  
    1212<para><screen><userinput>make</userinput></screen></para>
    1313
     14<para><screen><userinput>make check</userinput></screen></para>
     15
    1416<para>And finish off installing the package:</para>
    1517
  • chapter06/patch-inst.xml

    rb74e415 r4a7a683  
    1212<para><screen><userinput>make</userinput></screen></para>
    1313
     14<para><screen><userinput>make check</userinput></screen></para>
     15
    1416<para>Finish installing the package:</para>
    1517
  • chapter06/perl-inst.xml

    rb74e415 r4a7a683  
    1919<para><screen><userinput>make</userinput></screen></para>
    2020
     21<para><screen><userinput>make test</userinput></screen></para>
     22
    2123<para>And finish off installing the package:</para>
    2224
  • chapter06/sed-inst.xml

    rb74e415 r4a7a683  
    1212<para><screen><userinput>make</userinput></screen></para>
    1313
     14<para><screen><userinput>make check</userinput></screen></para>
     15
    1416<para>Finish installing the package:</para>
    1517
  • chapter06/shadowpwd-inst.xml

    rb74e415 r4a7a683  
    1919following commands:</para>
    2020
    21 <para><screen><userinput>touch /var/run/utmp /var/log/{btmp,lastlog,wtmp} &amp;&amp;
     21<para><screen><userinput>touch /var/run/utmp /var/log/{btmp,lastlog,wtmp}
    2222chmod 644 /var/run/utmp /var/log/{btmp,lastlog,wtmp}</userinput></screen></para>
    2323
     
    8585for this, create the following symlinks:</para>
    8686
    87 <para><screen><userinput>ln -sf ../../lib/libshadow.so.0 /usr/lib/libshadow.so &amp;&amp;
     87<para><screen><userinput>ln -sf ../../lib/libshadow.so.0 /usr/lib/libshadow.so
    8888ln -sf ../../lib/libmisc.so.0 /usr/lib/libmisc.so</userinput></screen></para>
    8989
  • chapter06/sysvinit-inst.xml

    rb74e415 r4a7a683  
    1414<para>Edit the halt message:</para>
    1515
    16 <para><screen><userinput>cp src/init.c{,.backup} &amp;&amp;
     16<para><screen><userinput>cp src/init.c{,.backup}
    1717sed 's/Sending processes/Sending processes started by init/g' \
    1818&nbsp;&nbsp;&nbsp;&nbsp;src/init.c.backup &gt; src/init.c</userinput></screen></para>
  • chapter06/tar-inst.xml

    rb74e415 r4a7a683  
    1313<para><screen><userinput>make</userinput></screen></para>
    1414
     15<para><screen><userinput>make check</userinput></screen></para>
     16
    1517<para>Finish installing the package:</para>
    1618
  • chapter06/texinfo-inst.xml

    rb74e415 r4a7a683  
    1212<para><screen><userinput>make</userinput></screen></para>
    1313
     14<para><screen><userinput>make check</userinput></screen></para>
     15
    1416<para>Install the package:</para>
    1517
  • chapter06/utillinux-inst.xml

    rb74e415 r4a7a683  
    88FHS-compliant, run the following:</para>
    99
    10 <para><screen><userinput>cp hwclock/hwclock.c{,.backup} &amp;&amp;
     10<para><screen><userinput>cp hwclock/hwclock.c{,.backup}
    1111sed 's%etc/adjtime%var/lib/hwclock/adjtime%' \
    12 &nbsp;&nbsp;&nbsp;&nbsp;hwclock/hwclock.c.backup &gt; hwclock/hwclock.c &amp;&amp;
     12&nbsp;&nbsp;&nbsp;&nbsp;hwclock/hwclock.c.backup &gt; hwclock/hwclock.c
    1313mkdir -p /var/lib/hwclock</userinput></screen></para>
    1414
  • chapter06/zlib-inst.xml

    rb74e415 r4a7a683  
    2222<para>Install the libraries:</para>
    2323
    24 <para><screen><userinput>make install &amp;&amp;
    25 make clean &amp;&amp;
    26 ./configure --prefix=/usr &amp;&amp;
    27 make &amp;&amp;
     24<para><screen><userinput>make install
     25make clean
     26./configure --prefix=/usr
     27make
     28make test
    2829make install</userinput></screen></para>
    2930
  • chapter08/lilo.xml

    rb74e415 r4a7a683  
    4242configuration files with the LFS system's:</para>
    4343
    44 <para><screen><userinput>cp /etc/lilo.conf $LFS/etc &amp;&amp;
     44<para><screen><userinput>cp /etc/lilo.conf $LFS/etc
    4545cp $(grep "image.*=" /etc/lilo.conf | cut -f 2 -d "=") $LFS/boot</userinput></screen></para>
    4646
  • chapter09/reboot.xml

    rb74e415 r4a7a683  
    77partition itself by running:</para>
    88
    9 <para><screen><userinput>umount $LFS/proc &amp;&amp;
     9<para><screen><userinput>umount $LFS/proc
    1010umount $LFS</userinput></screen></para>
    1111
     
    1313other partitions before you umount $LFS, like this:</para>
    1414
    15 <para><screen><userinput>umount $LFS/proc &amp;&amp;
    16 umount $LFS/usr &amp;&amp;
    17 umount $LFS/home &amp;&amp;
     15<para><screen><userinput>umount $LFS/proc
     16umount $LFS/usr
     17umount $LFS/home
    1818umount $LFS</userinput></screen></para>
    1919
Note: See TracChangeset for help on using the changeset viewer.