Changeset db9d773c


Ignore:
Timestamp:
02/28/2004 11:26:41 AM (20 years ago)
Author:
Alex Gronenwoud <alex@…>
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_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:
46c039e
Parents:
687ef73
Message:

Forgetfulness makes the most traffic...

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

Files:
7 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    r687ef73 rdb9d773c  
    4646
    4747<listitem><para>February 26th, 2004 [jeremy]: Removed the creation of the
    48 /usr/etc directory to conform with FHS - closes bug 775</para></listitem>
     48/usr/etc directory to conform with FHS - closes bug 775.</para></listitem>
    4949
    50 <listitem><para>February 26th, 2004 [jeremy]: Upgraded to Kernel 2.4.25</para></listitem>
     50<listitem><para>February 26th, 2004 [jeremy]: Upgraded to
     51Kernel 2.4.25</para></listitem>
    5152
    5253<listitem><para>February 23rd, 2004 [alex]: Chapters 6 + 9 : Cleaned up the
  • chapter06/chapter06.xml

    r687ef73 rdb9d773c  
    574574ensure you're not running any of the binaries that are about to be stripped.
    575575If you're not sure whether you entered chroot with the command given in
    576 <xref linkend="ch-system-chroot"/>, then now exit from chroot and reenter it
    577 with the following commands:</para>
    578 
    579 <screen><userinput>logout; chroot $LFS /tools/bin/env -i \
     576<xref linkend="ch-system-chroot"/>, then first exit from chroot:</para>
     577
     578<screen><userinput>logout</userinput></screen>
     579
     580<para>Then reenter it with:</para>
     581
     582<screen><userinput>chroot $LFS /tools/bin/env -i \
    580583&nbsp;&nbsp;&nbsp;&nbsp;HOME=/root TERM=$TERM PS1='\u:\w\$ ' \
    581584&nbsp;&nbsp;&nbsp;&nbsp;PATH=/bin:/usr/bin:/sbin:/usr/sbin \
     
    617620directory, exit from chroot and reenter it with the above command. Also, before
    618621removing <filename class="directory">/tools</filename>, you may want to tar it
    619 up and store it in a safe place, in case you want build another LFS system
     622up and store it in a safe place, in case you want to build another LFS system
    620623soon.</para>
    621624
  • chapter06/ncurses.xml

    r687ef73 rdb9d773c  
    4242<screen><userinput>mv /usr/lib/libncurses.so.5* /lib</userinput></screen>
    4343
    44 <para>Since the libraries have been moved to
    45 <filename>/lib</filename>, a few symlinks are currently pointing
    46 towards non-existing files. Recreate those symlinks:</para>
     44<para>Now the libraries have been moved, a few symlinks are pointing to
     45non-existent files. Recreate those symlinks:</para>
    4746
    4847<screen><userinput>ln -sf ../../lib/libncurses.so.5 /usr/lib/libncurses.so
  • chapter06/vim.xml

    r687ef73 rdb9d773c  
    2626
    2727<para>First change the default locations of the <filename>vimrc</filename> and
    28 <filename>gvimrc</filename> files to <filename
     28<filename>gvimrc</filename> configuration files to <filename
    2929class="directory">/etc</filename>.</para>
    3030
     
    4343<userinput>make check</userinput>. However, this test suite outputs a lot of
    4444seemingly garbage characters to the screen, and this can wreak havoc with the
    45 settings of the current terminal. Accordingly, the running of the test suite
    46 here is strictly optional.</para>
     45settings of the current terminal. Therefore the running of the test suite here
     46is strictly optional.</para>
    4747
    4848<para>And install the package:</para>
  • chapter06/zlib.xml

    r687ef73 rdb9d773c  
    3434<userinput>make check</userinput>.</para>
    3535
    36 <screen><userinput>make check</userinput></screen>
    37 
    3836<para>Install the shared library:</para>
    3937
     
    4543make</userinput></screen>
    4644
    47 <para>To have the results tested, issue:
     45<para>To have the results tested again, issue:
    4846<userinput>make check</userinput>.</para>
    4947
     
    5957the <filename class="directory">/lib</filename> directory. This matters most
    6058in scenarios where <filename class="directory">/usr</filename> is on a
    61 separate partition. Essentially, the run-time components of any libraries
    62 depended upon by programs in <filename class="directory">/bin</filename> or
     59separate partition. Essentially, the run-time components of any libraries that
     60are used by programs in <filename class="directory">/bin</filename> or
    6361<filename class="directory">/sbin</filename> should reside in
    6462<filename class="directory">/lib</filename> so that they are on the root
     
    6664<filename class="directory">/usr</filename> being inaccessible.</para>
    6765
    68 <para>Therefore we move the run-time components of the shared Zlib into
    69 <filename class="directory">/lib</filename> by issuing the following
    70 command:</para>
     66<para>For the above reason we move the run-time components of the shared Zlib
     67into <filename class="directory">/lib</filename>:</para>
    7168
    7269<screen><userinput>mv /usr/lib/libz.so.* /lib</userinput></screen>
    7370
    74 <para>Now we need to fix up the <filename>/usr/lib/libz.so</filename> symlink
    75 because we just moved the location of the file it points to:</para>
     71<para>Now we need to fix the <filename>/usr/lib/libz.so</filename> symlink
     72because we just moved the file it points to:</para>
    7673
    7774<screen><userinput>ln -sf ../../lib/libz.so.1 /usr/lib/libz.so</userinput></screen>
  • chapter07/loadkeys.xml

    r687ef73 rdb9d773c  
    33<?dbhtml filename="loadkeys.html" dir="chapter07"?>
    44
    5 <para>If you decided to compile your keymap file directly into the kernel back
    6 at the end of <xref linkend="chapter-building-system"/>, then you strictly speaking don't
    7 need to run this loadkeys script, since the kernel has already set up the
    8 keymap for you. You can still run it if you want, it isn't going to hurt you.
    9 It could even be beneficial to keep it in case you run a lot of different
    10 kernels and don't remember or want to compile the keymap into every kernel you
    11 lay your hands on.</para>
     5<para>If back in <xref linkend="chapter-building-system"/> you decided to go
     6compile your keymap directly into the kernel (later on in <xref
     7linkend="chapter-mixture"/>), then strictly speaking you don't need to run this
     8loadkeys script, since the kernel will set up the keymap for you. If you wish,
     9you can still run the script, it isn't going to hurt you. Keeping it could even
     10be beneficial, in case you run a lot of different kernels and can't be sure
     11that the keymap is compiled into every one of them.</para>
    1212
    13 <para>If you decided you don't need to, or don't want to use the loadkeys
    14 script, remove the
    15 <filename class="symlink">/etc/rc.d/rcsysinit.d/S70loadkeys</filename>
    16 symlink.</para>
     13<para>If you decided you don't need or don't want to use the loadkeys script,
     14remove the <filename
     15class="symlink">/etc/rc.d/rcsysinit.d/S70loadkeys</filename> symlink.</para>
    1716
    1817</sect1>
  • chapter09/reboot.xml

    r687ef73 rdb9d773c  
    1010<para>Then unmount the virtual files systems:</para>
    1111
    12 <screen><userinput>umount /dev/pts
    13 umount /proc</userinput></screen>   
     12<screen><userinput>umount $LFS/dev/pts
     13umount $LFS/proc</userinput></screen>   
    1414
    1515<para>And unmount the LFS file system:</para>
Note: See TracChangeset for help on using the changeset viewer.