glfs/postlfs/filesystems/xfs/xfs-patch-inst.xml
Mark Hymers 07e60a190e add xfs by Billy O'Connor
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@81 af4574ff-66df-0310-9fd7-8a98e5e911e0
2002-08-08 21:57:30 +00:00

19 lines
530 B
XML

<sect2>
<title>Patching Linux-2.4.19 for XFS</title>
<para>Build an XFS-enabled Linux 2.4.19 kernel with the following commands:</para>
<para><screen><userinput>cd /usr/src/linux &amp;&amp;
make mrproper &amp;&amp;
bzcat ../xfs-2.4.19-all-i386.bz2 | patch -Np1 &amp;&amp;
make menuconfig &amp;&amp;
make dep &amp;&amp;
make bzImage &amp;&amp;
make modules &amp;&amp;
make modules_install &amp;&amp;
cp arch/i386/boot/bzImage /boot/vmlinuz-xfs &amp;&amp;
cp System.map /boot/System.map-xfs</userinput></screen></para>
</sect2>