mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-01-19 13:37:39 +00:00
Removed cd command, since this is assumed for all packages except makedev.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2115 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
60ed866798
commit
bee1e69712
@ -56,6 +56,9 @@
|
|||||||
</itemizedlist>
|
</itemizedlist>
|
||||||
</para></listitem>
|
</para></listitem>
|
||||||
|
|
||||||
|
<listitem><para>September 18th, 2002 [timothy]: Chapter 08 - Linux:
|
||||||
|
Removed <userinput>cd</userinput> command.</para></listitem>
|
||||||
|
|
||||||
<listitem><para>September 18th, 2002 [timothy]: Chapter 06 - Ncurses:
|
<listitem><para>September 18th, 2002 [timothy]: Chapter 06 - Ncurses:
|
||||||
Removed old <userinput>mv /lib/*.a /usr/lib</userinput> command
|
Removed old <userinput>mv /lib/*.a /usr/lib</userinput> command
|
||||||
explanation.</para></listitem>
|
explanation.</para></listitem>
|
||||||
|
@ -33,15 +33,14 @@ interest to you.</para>
|
|||||||
|
|
||||||
<para>The following commands are run to build the kernel:</para>
|
<para>The following commands are run to build the kernel:</para>
|
||||||
|
|
||||||
<para><screen><userinput>cd /usr/src/linux-&kernel-version; &&</userinput>
|
<para><screen><userinput>make mrproper &&
|
||||||
<userinput>make mrproper &&</userinput>
|
make menuconfig &&
|
||||||
<userinput>make menuconfig &&</userinput>
|
make dep &&
|
||||||
<userinput>make dep &&</userinput>
|
make bzImage &&
|
||||||
<userinput>make bzImage &&</userinput>
|
make modules &&
|
||||||
<userinput>make modules &&</userinput>
|
make modules_install &&
|
||||||
<userinput>make modules_install &&</userinput>
|
cp arch/i386/boot/bzImage /boot/lfskernel &&
|
||||||
<userinput>cp arch/i386/boot/bzImage /boot/lfskernel &&</userinput>
|
cp System.map /boot</userinput></screen></para>
|
||||||
<userinput>cp System.map /boot</userinput></screen></para>
|
|
||||||
|
|
||||||
<para>Note: the arch/i386/boot/bzImage path may vary on
|
<para>Note: the arch/i386/boot/bzImage path may vary on
|
||||||
different platforms.</para>
|
different platforms.</para>
|
||||||
|
Loading…
Reference in New Issue
Block a user