diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2013-02-19 19:51:47 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2013-02-19 19:51:47 +0000 |
commit | 0a28f5f4f50a62a4e238922ab0626febf62045d2 (patch) | |
tree | 369d7f2dcb39b65b71426ecb90c7889b93fd5e5d /chapter07 | |
parent | 13683021687c3b248b0078cb0d147952027ff3f4 (diff) |
Update file name for adjusting CD-ROM symlink
rules mode in section 7.5.1
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10166 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter07')
-rw-r--r-- | chapter07/symlinks.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter07/symlinks.xml b/chapter07/symlinks.xml index 7f5c03532..bba84e369 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>/lib/udev/rules.d/75-cd-aliases-generator.rules</filename> file, + <filename>/etc/udev/rules.d/83-cdrom-symlinks.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"/"write_cd_rules <replaceable>mode</replaceable>"/' \ - /lib/udev/rules.d/75-cd-aliases-generator.rules</userinput></screen> + /etc/udev/rules.d/83-cdrom-symlinks.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 |