diff options
Diffstat (limited to 'chapter08/kernel.xml')
-rw-r--r-- | chapter08/kernel.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter08/kernel.xml b/chapter08/kernel.xml index dc057f59b..d487327b4 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 role="nodump"><userinput remap="install">make modules_install</userinput></screen> +<screen><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 @@ -167,7 +167,7 @@ Device Drivers ---> files copied below should go there. The easiest way to do that is to bind /boot on the host to /mnt/lfs/boot before proceeding:</para> -<screen><userinput>mount --bind /boot /mnt/lfs/boot</userinput></screen> +<screen role="nodump"><userinput>mount --bind /boot /mnt/lfs/boot</userinput></screen> </caution> <para>The path to the kernel image may vary depending on the platform being |