Ignore:
Timestamp:
10/09/2003 11:22:07 PM (21 years ago)
Author:
Greg Schafer <greg@…>
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, 12.2, 12.2-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/loongarch-12.2, xry111/mips64el, xry111/multilib, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
27d9bc1a
Parents:
1a7aecc6
Message:

Internal markup reworking to fix the extraneous whitespace problem in the "tidy generated" web site pages. Essentially replace all ocurrences of <para><screen> with <screen> (and of course the matching closing tags).

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/coreutils-inst.xml

    r1a7aecc6 r21ba4e3  
    88The following patch fixes this behaviour for Intel architectures:</para>
    99
    10 <para><screen><userinput>patch -Np1 -i ../&coreutils-uname-patch;</userinput></screen></para>
     10<screen><userinput>patch -Np1 -i ../&coreutils-uname-patch;</userinput></screen>
    1111
    1212<para>We do not want Coreutils to install its version of the
     
    1414provided by Net-tools. Prevent its installation by applying a patch:</para>
    1515
    16 <para><screen><userinput>patch -Np1 -i ../&coreutils-hostname-patch;</userinput></screen></para>
     16<screen><userinput>patch -Np1 -i ../&coreutils-hostname-patch;</userinput></screen>
    1717
    1818<para>Now prepare Coreutils for compilation:</para>
    1919
    20 <para><screen><userinput>./configure --prefix=/usr</userinput></screen></para>
     20<screen><userinput>./configure --prefix=/usr</userinput></screen>
    2121
    2222<para>Compile the package:</para>
    2323
    24 <para><screen><userinput>make</userinput></screen></para>
     24<screen><userinput>make</userinput></screen>
    2525
    2626<para>The <userinput>su</userinput> program from Coreutils wasn't installed in
     
    2929the problem by installing it now:</para>
    3030
    31 <para><screen><userinput>make install-root</userinput></screen></para>
     31<screen><userinput>make install-root</userinput></screen>
    3232
    3333<para>This package has a test suite available which can perform a number of
     
    3939and a dummy user name:</para>
    4040
    41 <para><screen><userinput>echo "dummy1:x:1000" >> /etc/group
     41<screen><userinput>echo "dummy1:x:1000" >> /etc/group
    4242echo "dummy2:x:1001:dummy" >> /etc/group
    43 echo "dummy:x:1000:1000:::/bin/bash" >> /etc/passwd</userinput></screen></para>
     43echo "dummy:x:1000:1000:::/bin/bash" >> /etc/passwd</userinput></screen>
    4444
    4545<para>Some tests are meant to run as <emphasis>root</emphasis>:</para>
    4646
    47 <para><screen><userinput>make check-root</userinput></screen></para>
     47<screen><userinput>make check-root</userinput></screen>
    4848
    4949<para>The remainder of the tests are run as the <emphasis>dummy</emphasis>
    5050user:</para>
    5151
    52 <para><screen><userinput>su dummy -c "make RUN_EXPENSIVE_TESTS=yes check"</userinput></screen></para>
     52<screen><userinput>su dummy -c "make RUN_EXPENSIVE_TESTS=yes check"</userinput></screen>
    5353
    5454<para>Remove the dummy groups and user name:</para>
    5555
    56 <para><screen><userinput>sed -i.bak '/dummy/d' /etc/passwd /etc/group</userinput></screen></para>
     56<screen><userinput>sed -i.bak '/dummy/d' /etc/passwd /etc/group</userinput></screen>
    5757
    5858<para>Install the package:</para>
    5959
    60 <para><screen><userinput>make install</userinput></screen></para>
     60<screen><userinput>make install</userinput></screen>
    6161
    6262<para>And move some programs to their proper locations:</para>
    6363
    64 <para><screen><userinput>mv /usr/bin/{basename,cat,chgrp,chmod,chown,cp,dd,df} /bin
     64<screen><userinput>mv /usr/bin/{basename,cat,chgrp,chmod,chown,cp,dd,df} /bin
    6565mv /usr/bin/{dir,dircolors,du,date,echo,false,head} /bin
    6666mv /usr/bin/{install,ln,ls,mkdir,mkfifo,mknod,mv,pwd} /bin
    6767mv /usr/bin/{rm,rmdir,shred,sync,sleep,stty,su,test} /bin
    6868mv /usr/bin/{touch,true,uname,vdir} /bin
    69 mv /usr/bin/chroot /usr/sbin</userinput></screen></para>
     69mv /usr/bin/chroot /usr/sbin</userinput></screen>
    7070
    7171<para>Finally, create a few necessary symlinks:</para>
    7272
    73 <para><screen><userinput>ln -s test /bin/[
    74 ln -s ../../bin/install /usr/bin</userinput></screen></para>
     73<screen><userinput>ln -s test /bin/[
     74ln -s ../../bin/install /usr/bin</userinput></screen>
    7575
    7676</sect2>
Note: See TracChangeset for help on using the changeset viewer.