diff options
Diffstat (limited to 'chapter08/kernel-inst.xml')
-rw-r--r-- | chapter08/kernel-inst.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter08/kernel-inst.xml b/chapter08/kernel-inst.xml index d0c592425..667f2dc28 100644 --- a/chapter08/kernel-inst.xml +++ b/chapter08/kernel-inst.xml @@ -88,7 +88,7 @@ kernel. Issue the following command to install the map file:</para> <screen><userinput>cp System.map /boot</userinput></screen> <para><filename>.config</filename> is the kernel configuration file that was -produced by the <userinput>make menuconfig</userinput> step above. It contains +produced by the <command>make menuconfig</command> step above. It contains all the config selections for the kernel that was just compiled. It's a good idea to keep this file for future reference:</para> |