Ignore:
Timestamp:
07/22/2001 07:45:10 PM (23 years ago)
Author:
Mark Hymers <markh@…>
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, v3_0, v3_1, v3_2, v3_3, v4_0, v4_1, 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:
f1da843
Parents:
46f5461
Message:

XML changes

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter09/theend.xml

    r46f5461 rb822811  
    22<title>The End</title>
    33
    4 <para>
    5 Well done! You have finished installing your LFS system. It may have
     4<para>Well done! You have finished installing your LFS system. It may have
    65been a long process but it was well worth it. We wish you a lot of fun
    7 with your new shiny custom built Linux system.
    8 </para>
     6with your new shiny custom built Linux system.</para>
    97
    10 <para>
    11 Now would be a good time to strip all debug symbols from
     8<para>Now would be a good time to strip all debug symbols from
    129the binaries on your LFS system. If you are not a programmer and don't plan
    1310on debugging your software, then you will be happy to know that you can
     
    1512no inconvenience other than not being able to debug the software fully
    1613anymore, which is not an issue if you don't know how to debug. You can
    17 remove the symbols by executing the following command:
    18 </para>
     14remove the symbols by executing the following command:</para>
    1915
    20 <para>
    21 Disclaimer: 98% of the people who use the command mentioned below don't
     16<para>Disclaimer: 98% of the people who use the command mentioned below don't
    2217experience any problems. But do make a backup of your LFS system before
    2318you run this command. There's a slight chance it may backfire on you and
    2419render your system unusable (mostly by destroying your kernel modules
    25 and dynamic &amp; shared libraries).
    26 </para>
     20and dynamic &amp; shared libraries).</para>
    2721
    28 <para>
    29 Having that said, the --strip-debug option to strip is quite harmless
     22<para>Having that said, the --strip-debug option to strip is quite harmless
    3023under normal circumstances. It doesn't strip anything vital from the
    3124files. It also is quite safe to use --strip-all on regular programs
     
    3528the strip man page for other strip options you can use. The general idea
    3629is to not run strip on libraries (other than --strip-debug) just to be
    37 on the safe side.
    38 </para>
     30on the safe side.</para>
    3931
    40 <para>
    41 <screen>
    42 <userinput>find / -type f -exec strip --strip-debug '{}' ';'</userinput>
    43 </screen>
    44 </para>
     32<para><screen><userinput>find / -type f -exec strip --strip-debug '{}' ';'</userinput></screen></para>
    4533
    46 <para>
    47 If you plan to ever upgrade to a newer LFS version in the future it
     34<para>If you plan to ever upgrade to a newer LFS version in the future it
    4835will be a good idea to create the /etc/lfs-&version; file. By having
    4936this file it is very easy for you (and for us if you are going to ask
    5037for help with something at some point) to find out which LFS version
    5138you have installed on your system. This can just be a null-byte file by
    52 running:
    53 </para>
     39running:</para>
    5440
    55 <para>
    56 <screen>
    57 <userinput>touch /etc/lfs-&version;</userinput>
    58 </screen>
    59 </para>
     41<para><screen><userinput>touch /etc/lfs-&version;</userinput></screen></para>
    6042
    61 <para>
    62 One final thing you may want to do is run lilo now that you are booted
     43<para>One final thing you may want to do is run lilo now that you are booted
    6344into LFS. This way you will put the LFS version of LILO in the MBR
    6445rather than the one that's there right now from your host system.
    6546Depending on how old your host distribution is, the LFS version may have
    66 more advanced features you need/could use.
    67 </para>
     47more advanced features you need/could use.</para>
    6848
    69 <para>
    70 Either way, run the following to make the lilo version installed on LFS
    71 active:
    72 </para>
     49<para>Either way, run the following to make the lilo version installed on LFS
     50active:</para>
    7351
    74 <para>
    75 <screen>
    76 <userinput>/sbin/lilo</userinput>
    77 </screen>
    78 </para>
     52<para><screen><userinput>/sbin/lilo</userinput></screen></para>
    7953
    80 <para>
    81 If you are wondering: "Well, where to go now?" you'll be glad to hear that
     54<para>If you are wondering: "Well, where to go now?" you'll be glad to hear that
    8255someone has written an LFS hint on the subject at <ulink
    83 url="http://archive.linuxfromscratch.org/lfs-hints/afterlfs.txt">
    84 http://archive.linuxfromscratch.org/lfs-hints/afterlfs.txt</ulink>.
     56url="http://archive.linuxfromscratch.org/lfs-hints/afterlfs.txt">http://archive.linuxfromscratch.org/lfs-hints/afterlfs.txt</ulink>.
    8557On a same note, if you are not only newbie to LFS, but also
    8658newbie to Linux in general, you may find the newbie hint at <ulink
    87 url="http://archive.linuxfromscratch.org/lfs-hints/newbie.txt">
    88 http://archive.linuxfromscratch.org/lfs-hints/newbie.txt</ulink>
    89  very interesting.
    90 </para>
     59url="http://archive.linuxfromscratch.org/lfs-hints/newbie.txt">http://archive.linuxfromscratch.org/lfs-hints/newbie.txt</ulink>
     60 very interesting.</para>
    9161
    92 <para>
    93 Don't forget there are several LFS mailinglists you can subscribe to if
     62<para>Don't forget there are several LFS mailinglists you can subscribe to if
    9463you are in need of help, advice, etc. See
    9564<ulink url="ch01-maillists.html">Chapter 1 - Mailinglists</ulink> for
    96 more information.
    97 </para>
     65more information.</para>
    9866
    99 <para>
    100 Again, we thank you for using the LFS Book and hope you found this book
    101 useful and worth your time.
    102 </para>
     67<para>Again, we thank you for using the LFS Book and hope you found this book
     68useful and worth your time.</para>
    10369
    10470</sect1>
Note: See TracChangeset for help on using the changeset viewer.