Changeset 7e71b37


Ignore:
Timestamp:
08/22/2014 12:49:06 PM (10 years ago)
Author:
Krejzi <krejzi@…>
Branches:
7.6-systemd, 7.7-systemd, 7.8-systemd, 7.9-systemd
Children:
2e86ff8
Parents:
47c35fd
Message:

Fix links to blfs book.

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

Files:
5 edited

Legend:

Unmodified
Added
Removed
  • chapter02/creatingpartition.xml

    r47c35fd r7e71b37  
    6060  <note><para>For experienced users, other partitioning schemes are possible.
    6161  The new LFS system can be on a software <ulink
    62   url="&blfs-root;/view/&short-version;/postlfs/raid.html">RAID</ulink> array or an <ulink
    63   url="&blfs-root;/view/&short-version;/postlfs/aboutlvm.html">LVM</ulink> logical volume.
     62  url="&blfs-root;view/&short-version;/postlfs/raid.html">RAID</ulink> array or an <ulink
     63  url="&blfs-root;view/&short-version;/postlfs/aboutlvm.html">LVM</ulink> logical volume.
    6464  However, some of these options require an <ulink
    65   url="&blfs-root;/view/&short-version;/postlfs/initramfs.html">initramfs</ulink>, which is
     65  url="&blfs-root;view/&short-version;/postlfs/initramfs.html">initramfs</ulink>, which is
    6666  an advanced topic.  These partitioning methodologies are not recommended for
    6767  first time LFS users.</para></note>
  • chapter06/dbus.xml

    r47c35fd r7e71b37  
    7575    packages that are not included in LFS. Instructions for running the
    7676    testsuite can be found in the BLFS book at
    77     <ulink url="&blfs-root;/view/&short-version;/general/dbus.html"/>.</para>
     77    <ulink url="&blfs-root;view/&short-version;/general/dbus.html"/>.</para>
    7878
    7979    <para>Install the package:</para>
  • chapter08/fstab.xml

    r47c35fd r7e71b37  
    8585  <filename>/etc/fstab</filename>.  To check if the disk drive supports
    8686  this option, run
    87   <ulink url="http://www.linuxfromscratch.org/blfs/view/cvs/general/hdparm.html">hdparm</ulink>
     87  <ulink url="&blfs-root;view/&short-version;/general/hdparm.html">hdparm</ulink>
    8888  on the applicable disk drive.  For example, if:</para>
    8989
  • chapter08/grub.xml

    r47c35fd r7e71b37  
    3232    below to work, you need to jump ahead to BLFS and install
    3333    <userinput>xorriso</userinput> from the <ulink
    34     url="http://www.linuxfromscratch.org/blfs/view/&short-version;/multimedia/libisoburn.html">
     34    url="&blfs-root;view/&short-version;/multimedia/libisoburn.html">
    3535    libisoburn</ulink> package.</para>
    3636
  • chapter09/reboot.xml

    r47c35fd r7e71b37  
    2222
    2323    <listitem><para>A text mode browser such as <ulink
    24     url='&blfs-root;/view/&short-version;/basicnet/lynx.html'>Lynx</ulink>
     24    url='&blfs-root;view/&short-version;/basicnet/lynx.html'>Lynx</ulink>
    2525    will allow you to easily view the BLFS book in one virtual terminal, while
    2626    building packages in another.</para></listitem>
    2727
    2828    <listitem><para>The <ulink
    29     url='&blfs-root;/view/&short-version;/general/gpm.html'>GPM</ulink> package will allow
     29    url='&blfs-root;view/&short-version;/general/gpm.html'>GPM</ulink> package will allow
    3030    you to perform copy/paste actions in your virtual
    3131    terminals.</para></listitem>
     
    3333    <listitem><para>If you are in a situation where static IP configuration
    3434    does not meet your networking requirements, installing a package
    35     such as <ulink url='&blfs-root;/view/&short-version;/basicnet/dhcpcd.html'>dhcpcd</ulink>
     35    such as <ulink url='&blfs-root;view/&short-version;/basicnet/dhcpcd.html'>dhcpcd</ulink>
    3636    or the client portion of <ulink
    37     url='&blfs-root;/view/&short-version;/basicnet/dhcp.html'>dhcp</ulink> may be
     37    url='&blfs-root;view/&short-version;/basicnet/dhcp.html'>dhcp</ulink> may be
    3838    useful.</para></listitem>
    3939
    4040    <listitem><para>Installing <ulink
    41     url='&blfs-root;/view/&short-version;/postlfs/sudo.html'>sudo</ulink> may be useful for
     41    url='&blfs-root;view/&short-version;/postlfs/sudo.html'>sudo</ulink> may be useful for
    4242    building packages as a non-root user and easily installing the resulting
    4343    packages in your new system.  </para></listitem>
     
    4545    <listitem><para>If you want to access your new system from a remote system
    4646    within a comfortable GUI environment, install <ulink
    47     url='&blfs-root;/view/&short-version;/postlfs/openssh.html'>openssh</ulink> and its
     47    url='&blfs-root;view/&short-version;/postlfs/openssh.html'>openssh</ulink> and its
    4848    prerequsite, <ulink
    49     url='&blfs-root;/view/&short-version;/postlfs/openssl.html'>openssl</ulink>.
     49    url='&blfs-root;view/&short-version;/postlfs/openssl.html'>openssl</ulink>.
    5050    </para></listitem>
    5151
    5252    <listitem><para>To make fetching files over the internet easier, install
    53     <ulink url='&blfs-root;/view/&short-version;/basicnet/wget.html'>wget</ulink>.
     53    <ulink url='&blfs-root;view/&short-version;/basicnet/wget.html'>wget</ulink>.
    5454    </para></listitem>
    5555
    5656    <listitem><para>If one or more of your disk drives have a GUID partition
    5757    table (GPT), either <ulink
    58     url='&blfs-root;/view/&short-version;/postlfs/gptfdisk.html'>gptfdisk</ulink> or <ulink
    59     url='&blfs-root;/view/&short-version;/postlfs/parted.html'>parted</ulink> will be useful.
     58    url='&blfs-root;view/&short-version;/postlfs/gptfdisk.html'>gptfdisk</ulink> or <ulink
     59    url='&blfs-root;view/&short-version;/postlfs/parted.html'>parted</ulink> will be useful.
    6060    </para></listitem>
    6161
Note: See TracChangeset for help on using the changeset viewer.