diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2016-05-18 00:21:06 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2016-05-18 00:21:06 +0000 |
commit | cfb4e550dffd7c2ed064e225031fc5ee886a6c82 (patch) | |
tree | 1004d7d76a746753e74076d09e35e93896f1729d | |
parent | 05797fee59328410011f523ea2d8316a9ad511e5 (diff) |
Add role for new instruction in kernel
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11066 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter08/kernel.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter08/kernel.xml b/chapter08/kernel.xml index 3d8391d04..dc057f59b 100644 --- a/chapter08/kernel.xml +++ b/chapter08/kernel.xml @@ -156,7 +156,7 @@ Device Drivers ---> <para>Install the modules, if the kernel configuration uses them:</para> -<screen><userinput remap="install">make modules_install</userinput></screen> +<screen role="nodump"><userinput remap="install">make modules_install</userinput></screen> <para>After kernel compilation is complete, additional steps are required to complete the installation. Some files need to be copied to |