aboutsummaryrefslogtreecommitdiffstats
path: root/chapter07
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2009-05-18 04:27:23 +0000
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2009-05-18 04:27:23 +0000
commit65fee993ab1c871dc42156dad2c5d8bb658106ed (patch)
tree7d87cbe0fa5a6e6defed57da85553221f214a919 /chapter07
parentc23053f0c1c3d1da2b5d0ddbed1f287b8b4ac3a0 (diff)
In chapter07/symlinks.xml
Changed /etc/udev/rules.d/ to /lib/udev/rules.d/ in two places. Updated the blfs link to point to view/svn/postlfs/devices.html In chapter06/gzip.xml, added a sed to fix zdiff git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8890 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter07')
-rw-r--r--chapter07/symlinks.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/chapter07/symlinks.xml b/chapter07/symlinks.xml
index 1ddfa62ea..065a62f5b 100644
--- a/chapter07/symlinks.xml
+++ b/chapter07/symlinks.xml
@@ -72,12 +72,12 @@
<para>If the default mode is not suitable for your situation, then the
following modification can be made to the
- <filename>/etc/udev/rules.d/75-cd-aliases-generator.rules</filename> file,
+ <filename>/lib/udev/rules.d/75-cd-aliases-generator.rules</filename> file,
as follows (where <replaceable>mode</replaceable> is one of
<quote>by-id</quote> or <quote>by-path</quote>):</para>
<screen role="nodump"><userinput>sed -i -e 's/write_cd_rules/&amp; <replaceable>mode</replaceable>/' \
- /etc/udev/rules.d/75-cd-aliases-generator.rules</userinput></screen>
+ /lib/udev/rules.d/75-cd-aliases-generator.rules</userinput></screen>
<para>Note that it is not necessary to create the rules files or symlinks
at this time, because you have bind-mounted the host's
@@ -111,7 +111,7 @@
fixable by creating udev rules for custom persistent symlinks.
The case of network cards is covered separately in
<xref linkend="ch-scripts-network"/>, and sound card configuration can
- be found in <ulink url="&blfs-root;">BLFS</ulink>.</para>
+ be found in <ulink url="&blfs-root;view/svn/postlfs/devices.html">BLFS</ulink>.</para>
<para>For each of your devices that is likely to have this problem
(even if the problem doesn't exist in your current Linux distribution),