diff options
author | Krejzi <krejzi@linuxfromscratch.org> | 2014-09-09 13:03:51 +0000 |
---|---|---|
committer | Krejzi <krejzi@linuxfromscratch.org> | 2014-09-09 13:03:51 +0000 |
commit | 6c558c4080ff7700b6f0ff1155297c3e8b034592 (patch) | |
tree | a48d0843dfda354b2b1071d857411469d9eb2dc7 /chapter08 | |
parent | 9ec44363661ebcb1892a5fc78d49e09d59f037fe (diff) |
More fixes for BLFS links.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10747 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter08')
-rw-r--r-- | chapter08/fstab.xml | 2 | ||||
-rw-r--r-- | chapter08/grub.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/chapter08/fstab.xml b/chapter08/fstab.xml index 197adf866..a3f89921f 100644 --- a/chapter08/fstab.xml +++ b/chapter08/fstab.xml @@ -104,7 +104,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 && |