diff options
author | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2005-10-08 19:40:42 +0000 |
---|---|---|
committer | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2005-10-08 19:40:42 +0000 |
commit | 0ebe9fa45e76f5ec30311fefd864ca1f37683432 (patch) | |
tree | 668d3d1c0f3a5aee0cdc24f6086460a1ca26232c /chapter07/udev.xml | |
parent | 50993e3328b6805cf541d612bac341220b460457 (diff) |
Added the last nodump attributes (I hope.)
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6984 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter07/udev.xml')
-rw-r--r-- | chapter07/udev.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter07/udev.xml b/chapter07/udev.xml index bad5795f3..64b3a43c7 100644 --- a/chapter07/udev.xml +++ b/chapter07/udev.xml @@ -181,7 +181,7 @@ handled in one of two ways:</para> <command>modprobe</command> command <quote>when loading this module, also load this other module, at the same time.</quote> For example:</para> -<screen><userinput>install snd-pcm modprobe -i snd-pcm ; modprobe \ +<screen role="nodump"><userinput>install snd-pcm modprobe -i snd-pcm ; modprobe \ snd-pcm-oss ; true</userinput></screen> <para>This will cause the system to load both the |