2002-08-09 05:57:30 +08:00
|
|
|
<sect2>
|
2003-04-03 12:21:34 +08:00
|
|
|
<title>Patching Linux-&xfspatch-version; for XFS</title>
|
2002-08-09 05:57:30 +08:00
|
|
|
|
2003-04-03 12:21:34 +08:00
|
|
|
<para>Build an XFS-enabled Linux &xfspatch-version; kernel with the following commands:</para>
|
2002-08-09 05:57:30 +08:00
|
|
|
|
|
|
|
<para><screen><userinput>cd /usr/src/linux &&
|
|
|
|
make mrproper &&
|
2003-04-03 12:21:34 +08:00
|
|
|
bzcat ../xfs-&xfspatch-version;-all-i386.bz2 | patch -Np1 &&
|
2002-08-09 05:57:30 +08:00
|
|
|
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>
|
|
|
|
|