diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2007-05-10 18:02:14 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2007-05-10 18:02:14 +0000 |
commit | b7ac480458ba66184a50eedd845a64adee603e8e (patch) | |
tree | 2af2eebda5c09e1c5a38d537639a86b59b860dde /chapter07 | |
parent | 0a6f214d5d13b95f9fa6c0b038a19a91d5702065 (diff) |
Correct a typo - write_cd_rules is the name of the script installed by Udev and referenced in our rules files
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8121 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter07')
-rw-r--r-- | chapter07/symlinks.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter07/symlinks.xml b/chapter07/symlinks.xml index 05a3a053f..c00046349 100644 --- a/chapter07/symlinks.xml +++ b/chapter07/symlinks.xml @@ -76,7 +76,7 @@ as follows (where <replaceable>mode</replaceable> is one of <quote>by-id</quote> or <quote>by-path</quote>):</para> -<screen><userinput>sed -i -e 's/write_cd_aliases/& <replaceable>mode</replaceable>/' \ +<screen><userinput>sed -i -e 's/write_cd_rules/& <replaceable>mode</replaceable>/' \ /etc/udev/rules.d/75-cd-aliases-generator.rules</userinput></screen> <para>Note that it is not necessary to create the rules files or symlinks |