Changeset b4ffa369 for chapter06


Ignore:
Timestamp:
07/10/2001 02:59:01 PM (23 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, 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, 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/loongarch-12.2, xry111/mips64el, xry111/multilib, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
3229c6b
Parents:
15742b7
Message:

Updated url's so in txt version when there's no hyperlink, the address
is still available

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

Location:
chapter06
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • chapter06/aboutdebug.xml

    r15742b7 rb4ffa369  
    6262<para>
    6363You might find additional information in the optimization hint which can
    64 be found in <ulink url="http://archive.linuxfromscratch.org/lfs-hints">
    65 http://archive.linuxfromscratch.org/lfs-hints/</ulink>.
     64be found at <ulink
     65url="http://archive.linuxfromscratch.org/lfs-hints/optimization.txt">
     66http://archive.linuxfromscratch.org/lfs-hints/optimization.txt</ulink>.
    6667</para>
    6768
  • chapter06/introduction.xml

    r15742b7 rb4ffa369  
    1313
    1414<para>
    15 Now would be a good time to take a look at the <ulink
    16 url="http://archive.linuxfromscratch.org/lfs-hints/optimization.txt">optimization
    17 hint</ulink> if you plan on using compiler optimization for the packages
     15Now would be a good time to take a look at the optimization hint at <ulink
     16url="http://archive.linuxfromscratch.org/lfs-hints/optimization.txt">
     17http://archive.linuxfromscratch.org/lfs-hints/optimization.txt</ulink>
     18if you plan on using compiler optimization for the packages
    1819installed in the following chapter. Compiler optimization can make a program run
    1920faster, but may also cause some compilation problems. If you run into problems
  • chapter06/lilo-inst.xml

    r15742b7 rb4ffa369  
    44<para>
    55We have chosen Lilo because we feel confortable with it, but you may wish to
    6 take a look elsewhere. Someone has written a <ulink
    7 url="http://archive.linuxfromscratch.org/lfs-hints/grub-howto.txt">hint on
    8 GRUB</ulink>, an alternative boot loader.
     6take a look elsewhere. Someone has written a hint on GRUB at<ulink
     7url="http://archive.linuxfromscratch.org/lfs-hints/grub-howto.txt">
     8http://archive.linuxfromscratch.org/lfs-hints/grub-howto.txt</ulink>,
     9 an alternative boot loader.
    910</para>
    1011
     
    3435<para>
    3536Maybe you'll be interested to know that someone wrote a hint on how to get a
    36 logo instead the the standard LILO prompt or menu. Take a look at it <ulink
    37 url="http://archive.linuxfromscratch.org/lfs-hints/bootlogo.txt">here</ulink>.
     37logo instead the the standard LILO prompt or menu. Take a look at it at <ulink
     38url="http://archive.linuxfromscratch.org/lfs-hints/bootlogo.txt">
     39http://archive.linuxfromscratch.org/lfs-hints/bootlogo.txt</ulink>.
    3840</para>
    3941
  • chapter06/man-inst.xml

    r15742b7 rb4ffa369  
    1515
    1616<para>
    17 You may want to take a look at the <ulink
    18 url="http://archive.linuxfromscratch.org/lfs-hints/man.txt">man hint</ulink>
     17You may want to take a look at the man hint at <ulink
     18url="http://archive.linuxfromscratch.org/lfs-hints/man.txt">
     19http://archive.linuxfromscratch.org/lfs-hints/man.txt</ulink>
    1920which deals with formatting and compression issues for man pages.
    2021</para>
Note: See TracChangeset for help on using the changeset viewer.