|
@@ -33,15 +33,14 @@ interest to you.</para>
|
|
|
|
|
|
<para>The following commands are run to build the kernel:</para>
|
|
|
|
|
|
-<para><screen><userinput>cd /usr/src/linux-&kernel-version; &&</userinput>
|
|
|
-<userinput>make mrproper &&</userinput>
|
|
|
-<userinput>make menuconfig &&</userinput>
|
|
|
-<userinput>make dep &&</userinput>
|
|
|
-<userinput>make bzImage &&</userinput>
|
|
|
-<userinput>make modules &&</userinput>
|
|
|
-<userinput>make modules_install &&</userinput>
|
|
|
-<userinput>cp arch/i386/boot/bzImage /boot/lfskernel &&</userinput>
|
|
|
-<userinput>cp System.map /boot</userinput></screen></para>
|
|
|
+<para><screen><userinput>make mrproper &&
|
|
|
+make menuconfig &&
|
|
|
+make dep &&
|
|
|
+make bzImage &&
|
|
|
+make modules &&
|
|
|
+make modules_install &&
|
|
|
+cp arch/i386/boot/bzImage /boot/lfskernel &&
|
|
|
+cp System.map /boot</userinput></screen></para>
|
|
|
|
|
|
<para>Note: the arch/i386/boot/bzImage path may vary on
|
|
|
different platforms.</para>
|