diff options
author | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2007-05-13 09:10:56 +0000 |
---|---|---|
committer | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2007-05-13 09:10:56 +0000 |
commit | fbfd0b561f8d588734974c50955683a8111bbb45 (patch) | |
tree | 741a732f96a013c4eff535b6bcba2b7978da2a5c | |
parent | 75128571c610d415bb4d27eeca9fac73c9929fe4 (diff) |
Added missing nodump attribute.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8128 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-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 c00046349..3abd34932 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_rules/& <replaceable>mode</replaceable>/' \ +<screen role="nodump"><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 |