From 0ee07e59de6ea106496ad222c6550cdc0e88c181 Mon Sep 17 00:00:00 2001 From: Krejzi Date: Fri, 23 Jan 2015 21:28:48 +0000 Subject: Use an entity for BLFS URL's. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10818 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter02/creatingpartition.xml | 6 +++--- chapter06/db.xml | 4 ++-- chapter06/gcc.xml | 2 +- chapter06/iproute2.xml | 2 +- chapter06/shadow.xml | 2 +- chapter06/vim.xml | 4 ++-- chapter07/profile.xml | 2 +- chapter07/symlinks.xml | 2 +- chapter08/fstab.xml | 2 +- chapter08/grub.xml | 2 +- chapter08/kernel.xml | 2 +- chapter09/reboot.xml | 20 ++++++++++---------- general.ent | 1 + 13 files changed, 26 insertions(+), 25 deletions(-) diff --git a/chapter02/creatingpartition.xml b/chapter02/creatingpartition.xml index 6d291c9e8..33f351930 100644 --- a/chapter02/creatingpartition.xml +++ b/chapter02/creatingpartition.xml @@ -59,10 +59,10 @@ For experienced users, other partitioning schemes are possible. The new LFS system can be on a software RAID array or an LVM logical volume. + url="&blfs-book;postlfs/raid.html">RAID array or an LVM logical volume. However, some of these options require an initramfs, which is + url="&blfs-book;postlfs/initramfs.html">initramfs, which is an advanced topic. These partitioning methodologies are not recommended for first time LFS users. diff --git a/chapter06/db.xml b/chapter06/db.xml index e3c185362..ab737dd79 100644 --- a/chapter06/db.xml +++ b/chapter06/db.xml @@ -42,7 +42,7 @@ There are instructions to build this package in the BLFS book if you need to build the RPC server or additional language bindings. The additional language bindings will require additional packages to be - installed. See + installed. See for suggested installation instructions. Also, GDBM could be used in place of Berkeley @@ -52,7 +52,7 @@ installed, not with GDBM. If you fully understand the risks versus benefits of using GDBM and wish to use it anyway, see the BLFS instructions located at + url="&blfs-book;general/gdbm.html"/> diff --git a/chapter06/gcc.xml b/chapter06/gcc.xml index 6c07d8ae0..53f8354ad 100644 --- a/chapter06/gcc.xml +++ b/chapter06/gcc.xml @@ -69,7 +69,7 @@ cd ../gcc-build Note that for other languages, there are some prerequisites that are not yet available. See the - BLFS Book + BLFS Book for instructions on how to build all of GCC's supported languages. diff --git a/chapter06/iproute2.xml b/chapter06/iproute2.xml index e08681c41..3dd8d1e31 100644 --- a/chapter06/iproute2.xml +++ b/chapter06/iproute2.xml @@ -46,7 +46,7 @@ common requirement on a base Linux system, remove the dependency on Berkeley DB by applying the commands below. If the arpd binary is needed, instructions for compiling Berkeley DB can be found in the BLFS Book - at . + at . sed -i '/^TARGETS/s@arpd@@g' misc/Makefile diff --git a/chapter06/shadow.xml b/chapter06/shadow.xml index a44fd17a7..25fc55a29 100644 --- a/chapter06/shadow.xml +++ b/chapter06/shadow.xml @@ -43,7 +43,7 @@ If you would like to enforce the use of strong passwords, refer to - for installing + for installing CrackLib prior to building Shadow. Then add --with-libcrack to the configure command below. diff --git a/chapter06/vim.xml b/chapter06/vim.xml index fd2360e3c..346e73029 100644 --- a/chapter06/vim.xml +++ b/chapter06/vim.xml @@ -34,7 +34,7 @@ If you prefer another editor—such as Emacs, Joe, or Nano—please refer to for suggested + url="&blfs-book;postlfs/editors.html"/> for suggested installation instructions. @@ -94,7 +94,7 @@ done additional libraries to be installed. For more information on this process, refer to the Vim documentation and the Vim installation page in the BLFS book at . + url="&blfs-book;postlfs/vim.html"/>. diff --git a/chapter07/profile.xml b/chapter07/profile.xml index eb4abe3ea..a3b066fd0 100644 --- a/chapter07/profile.xml +++ b/chapter07/profile.xml @@ -157,6 +157,6 @@ EOF UTF-8 based locales are not supported well by some programs. Work is in progress to document and, if possible, fix such problems, see - . + . diff --git a/chapter07/symlinks.xml b/chapter07/symlinks.xml index 0a7b5f3e1..0993f2305 100644 --- a/chapter07/symlinks.xml +++ b/chapter07/symlinks.xml @@ -255,7 +255,7 @@ MACAddress=cb:a9:87:65:43:21 fixable by creating Udev rules for custom persistent symlinks. The case of network cards is covered separately in , and sound card configuration can - be found in BLFS. + be found in BLFS. For each of your devices that is likely to have this problem (even if the problem doesn't exist in your current Linux distribution), diff --git a/chapter08/fstab.xml b/chapter08/fstab.xml index a3f89921f..d1be334ee 100644 --- a/chapter08/fstab.xml +++ b/chapter08/fstab.xml @@ -104,7 +104,7 @@ EOF mount option to the appropriate entry in /etc/fstab. To check if the disk drive supports this option, run - hdparm + hdparm on the applicable disk drive. For example, if: hdparm -I /dev/sda | grep NCQ diff --git a/chapter08/grub.xml b/chapter08/grub.xml index daaf37b98..35ab56aa2 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 xorriso from the + url="&blfs-book;multimedia/libisoburn.html"> libisoburn package. cd /tmp && diff --git a/chapter08/kernel.xml b/chapter08/kernel.xml index 76fb08e7c..c8e3a9698 100644 --- a/chapter08/kernel.xml +++ b/chapter08/kernel.xml @@ -61,7 +61,7 @@ url="&hints-root;kernel-configuration.txt"/>. BLFS has some information regarding particular kernel configuration requirements of packages outside of LFS at . Additional + url="&blfs-book;longindex.html#kernel-config-index"/>. Additional information about configuring and building the kernel can be found at diff --git a/chapter09/reboot.xml b/chapter09/reboot.xml index d885fd889..73f0228be 100644 --- a/chapter09/reboot.xml +++ b/chapter09/reboot.xml @@ -21,42 +21,42 @@ A text mode browser such as Lynx + url='&blfs-book;basicnet/lynx.html'>Lynx will allow you to easily view the BLFS book in one virtual terminal, while building packages in another. The GPM package will allow + url='&blfs-book;general/gpm.html'>GPM package will allow you to perform copy/paste actions in your virtual terminals. If you are in a situation where static IP configuration does not meet your networking requirements, installing a package - such as dhcpcd + such as dhcpcd or the client portion of dhcp may be + url='&blfs-book;basicnet/dhcp.html'>dhcp may be useful. Installing sudo may be useful for + url='&blfs-book;postlfs/sudo.html'>sudo may be useful for building packages as a non-root user and easily installing the resulting packages in your new system. If you want to access your new system from a remote system within a comfortable GUI environment, install openssh and its + url='&blfs-book;postlfs/openssh.html'>openssh and its prerequsite, openssl. + url='&blfs-book;postlfs/openssl.html'>openssl. To make fetching files over the internet easier, install - wget. + wget. If one or more of your disk drives have a GUID partition table (GPT), either gptfdisk or parted will be useful. + url='&blfs-book;postlfs/gptfdisk.html'>gptfdisk or parted will be useful. Finally, a review of the following configuration files diff --git a/general.ent b/general.ent index 59ce7d668..c0be296ff 100644 --- a/general.ent +++ b/general.ent @@ -7,6 +7,7 @@ + -- cgit v1.2.3-54-g00ecf