diff options
author | Krejzi <krejzi@linuxfromscratch.org> | 2014-08-22 12:49:06 +0000 |
---|---|---|
committer | Krejzi <krejzi@linuxfromscratch.org> | 2014-08-22 12:49:06 +0000 |
commit | 7e71b37e2e019399b5085410e4249d1064589a46 (patch) | |
tree | 8992b0f11bbb9300902e2cafb17d6ebfb9d25a88 | |
parent | 47c35fd359ac9ae71f4c522adbd29e83b52b8a80 (diff) |
Fix links to blfs book.
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/systemd/BOOK@10718 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter02/creatingpartition.xml | 6 | ||||
-rw-r--r-- | chapter06/dbus.xml | 2 | ||||
-rw-r--r-- | chapter08/fstab.xml | 2 | ||||
-rw-r--r-- | chapter08/grub.xml | 2 | ||||
-rw-r--r-- | chapter09/reboot.xml | 20 |
5 files changed, 16 insertions, 16 deletions
diff --git a/chapter02/creatingpartition.xml b/chapter02/creatingpartition.xml index 0e86d7c2d..6d291c9e8 100644 --- a/chapter02/creatingpartition.xml +++ b/chapter02/creatingpartition.xml @@ -59,10 +59,10 @@ <note><para>For experienced users, other partitioning schemes are possible. The new LFS system can be on a software <ulink - url="&blfs-root;/view/&short-version;/postlfs/raid.html">RAID</ulink> array or an <ulink - url="&blfs-root;/view/&short-version;/postlfs/aboutlvm.html">LVM</ulink> logical volume. + url="&blfs-root;view/&short-version;/postlfs/raid.html">RAID</ulink> array or an <ulink + url="&blfs-root;view/&short-version;/postlfs/aboutlvm.html">LVM</ulink> logical volume. However, some of these options require an <ulink - url="&blfs-root;/view/&short-version;/postlfs/initramfs.html">initramfs</ulink>, which is + url="&blfs-root;view/&short-version;/postlfs/initramfs.html">initramfs</ulink>, which is an advanced topic. These partitioning methodologies are not recommended for first time LFS users.</para></note> diff --git a/chapter06/dbus.xml b/chapter06/dbus.xml index 66da2ba8c..18c24ecab 100644 --- a/chapter06/dbus.xml +++ b/chapter06/dbus.xml @@ -74,7 +74,7 @@ <para>This package does come with a testsuite, but it requires several packages that are not included in LFS. Instructions for running the testsuite can be found in the BLFS book at - <ulink url="&blfs-root;/view/&short-version;/general/dbus.html"/>.</para> + <ulink url="&blfs-root;view/&short-version;/general/dbus.html"/>.</para> <para>Install the package:</para> diff --git a/chapter08/fstab.xml b/chapter08/fstab.xml index 490e44644..407f956bf 100644 --- a/chapter08/fstab.xml +++ b/chapter08/fstab.xml @@ -84,7 +84,7 @@ EOF</userinput></screen> <option>barrier=1</option> mount option to the appropriate entry in <filename>/etc/fstab</filename>. To check if the disk drive supports this option, run - <ulink url="http://www.linuxfromscratch.org/blfs/view/cvs/general/hdparm.html">hdparm</ulink> + <ulink url="&blfs-root;view/&short-version;/general/hdparm.html">hdparm</ulink> on the applicable disk drive. For example, if:</para> <screen role="nodump"><userinput>hdparm -I /dev/sda | grep NCQ</userinput></screen> diff --git a/chapter08/grub.xml b/chapter08/grub.xml index 424c5fc09..daaf37b98 100644 --- a/chapter08/grub.xml +++ b/chapter08/grub.xml @@ -31,7 +31,7 @@ already have a boot device, you can create one. In order for the procedure below to work, you need to jump ahead to BLFS and install <userinput>xorriso</userinput> from the <ulink - url="http://www.linuxfromscratch.org/blfs/view/&short-version;/multimedia/libisoburn.html"> + url="&blfs-root;view/&short-version;/multimedia/libisoburn.html"> libisoburn</ulink> package.</para> <screen role="nodump"><userinput>cd /tmp && diff --git a/chapter09/reboot.xml b/chapter09/reboot.xml index 8d9474853..aac547352 100644 --- a/chapter09/reboot.xml +++ b/chapter09/reboot.xml @@ -21,42 +21,42 @@ <itemizedlist> <listitem><para>A text mode browser such as <ulink - url='&blfs-root;/view/&short-version;/basicnet/lynx.html'>Lynx</ulink> + url='&blfs-root;view/&short-version;/basicnet/lynx.html'>Lynx</ulink> will allow you to easily view the BLFS book in one virtual terminal, while building packages in another.</para></listitem> <listitem><para>The <ulink - url='&blfs-root;/view/&short-version;/general/gpm.html'>GPM</ulink> package will allow + url='&blfs-root;view/&short-version;/general/gpm.html'>GPM</ulink> package will allow you to perform copy/paste actions in your virtual terminals.</para></listitem> <listitem><para>If you are in a situation where static IP configuration does not meet your networking requirements, installing a package - such as <ulink url='&blfs-root;/view/&short-version;/basicnet/dhcpcd.html'>dhcpcd</ulink> + such as <ulink url='&blfs-root;view/&short-version;/basicnet/dhcpcd.html'>dhcpcd</ulink> or the client portion of <ulink - url='&blfs-root;/view/&short-version;/basicnet/dhcp.html'>dhcp</ulink> may be + url='&blfs-root;view/&short-version;/basicnet/dhcp.html'>dhcp</ulink> may be useful.</para></listitem> <listitem><para>Installing <ulink - url='&blfs-root;/view/&short-version;/postlfs/sudo.html'>sudo</ulink> may be useful for + url='&blfs-root;view/&short-version;/postlfs/sudo.html'>sudo</ulink> may be useful for building packages as a non-root user and easily installing the resulting packages in your new system. </para></listitem> <listitem><para>If you want to access your new system from a remote system within a comfortable GUI environment, install <ulink - url='&blfs-root;/view/&short-version;/postlfs/openssh.html'>openssh</ulink> and its + url='&blfs-root;view/&short-version;/postlfs/openssh.html'>openssh</ulink> and its prerequsite, <ulink - url='&blfs-root;/view/&short-version;/postlfs/openssl.html'>openssl</ulink>. + url='&blfs-root;view/&short-version;/postlfs/openssl.html'>openssl</ulink>. </para></listitem> <listitem><para>To make fetching files over the internet easier, install - <ulink url='&blfs-root;/view/&short-version;/basicnet/wget.html'>wget</ulink>. + <ulink url='&blfs-root;view/&short-version;/basicnet/wget.html'>wget</ulink>. </para></listitem> <listitem><para>If one or more of your disk drives have a GUID partition table (GPT), either <ulink - url='&blfs-root;/view/&short-version;/postlfs/gptfdisk.html'>gptfdisk</ulink> or <ulink - url='&blfs-root;/view/&short-version;/postlfs/parted.html'>parted</ulink> will be useful. + url='&blfs-root;view/&short-version;/postlfs/gptfdisk.html'>gptfdisk</ulink> or <ulink + url='&blfs-root;view/&short-version;/postlfs/parted.html'>parted</ulink> will be useful. </para></listitem> <listitem><para>Finally, a review of the following configuration files |