浏览代码

Fix the previous fix

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11067 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Bruce Dubbs 9 年之前
父节点
当前提交
11ebea60aa
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      chapter08/kernel.xml

+ 2 - 2
chapter08/kernel.xml

@@ -156,7 +156,7 @@ Device Drivers  --->
 
 
     <para>Install the modules, if the kernel configuration uses them:</para>
     <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
     <para>After kernel compilation is complete, additional steps are
     required to complete the installation. Some files need to be copied to
     required to complete the installation. Some files need to be copied to
@@ -167,7 +167,7 @@ Device Drivers  ---&gt;
       files copied below should go there. The easiest way to do that 
       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>
       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>
     </caution>
 
 
     <para>The path to the kernel image may vary depending on the platform being
     <para>The path to the kernel image may vary depending on the platform being