On Tue, Oct 7, 2008 at 7:55 AM, Ralph Angenendt <ra+centos at br-online.de> wrote: > Filipe Brandenburger wrote: >> Hi, >> >> Small correction there. >> >> Example 4 of section 2 (how to use XFS with CentOSPlus kernel) says >> you should use this configuration line in [centosplus] section of yum: >> >> includepkgs=kernel* xfs* dmapi* >> >> However, the XFS module's package name is kmod-xfs*, so I believe it >> should actually be: >> >> includepkgs=kernel* kmod-xfs* xfs* dmapi* > > IIRC the centosplus kernel has xfs "built in" as a module, so the first > line should be correct. No longer true. :D xfs is provided as a kernel module in cplus as well. I have made the addition thanks to Felipe. Akemi