mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-01 21:12:12 +08:00
c7ab24803c
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@800 af4574ff-66df-0310-9fd7-8a98e5e911e0
19 lines
566 B
XML
19 lines
566 B
XML
<sect2>
|
|
<title>Patching Linux-&xfspatch-version; for XFS</title>
|
|
|
|
<para>Build an XFS-enabled Linux &xfspatch-version; kernel with the following commands:</para>
|
|
|
|
<para><screen><userinput>cd /usr/src/linux &&
|
|
make mrproper &&
|
|
bzcat ../xfs-&xfspatch-version;-all-i386.bz2 | patch -Np1 &&
|
|
make menuconfig &&
|
|
make dep &&
|
|
make bzImage &&
|
|
make modules &&
|
|
make modules_install &&
|
|
cp arch/i386/boot/bzImage /boot/vmlinuz-xfs &&
|
|
cp System.map /boot/System.map-xfs</userinput></screen></para>
|
|
|
|
</sect2>
|
|
|