mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-02 13:42:13 +08:00
3df86b6699
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@1249 af4574ff-66df-0310-9fd7-8a98e5e911e0
20 lines
719 B
XML
20 lines
719 B
XML
<sect2>
|
|
<title>Patching Linux-&xfspatch-version; for <acronym>XFS</acronym></title>
|
|
|
|
<para>Build an <acronym>XFS</acronym> enabled Linux &xfspatch-version; kernel
|
|
with the following commands:</para>
|
|
|
|
<screen><userinput><command>cd /usr/src/linux &&
|
|
make mrproper &&
|
|
bzcat ../xfs-&xfspatch-version;-all-i386.bz2 | patch -Np1 &&
|
|
make menuconfig &&
|
|
make CC=/opt/gcc-2.95.3/bin/gcc dep &&
|
|
make CC=/opt/gcc-2.95.3/bin/gcc bzImage &&
|
|
make CC=/opt/gcc-2.95.3/bin/gcc modules &&
|
|
make CC=/opt/gcc-2.95.3/bin/gcc modules_install &&
|
|
cp arch/i386/boot/bzImage /boot/vmlinuz-xfs &&
|
|
cp System.map /boot/System.map-xfs</command></userinput></screen>
|
|
|
|
</sect2>
|
|
|