On Tue, Dec 16, 2003 at 10:27:46AM -0500, Mike Burger wrote:
> I did notice that the previous src.rpm that I'd compiled, 2.4.20-19 or
> -20, had ACLs enabled, and that Axel's don't.
>
> I can recompile, if I know what option to pass, or to change in the
> config.
There is a part in the specfile for adding XFS config options. That
one does a bad detection of whether a config file belongs to a BOOT
kernel or not. Change
if echo $file | grep BOOT > /dev/null; then
to
if echo $file | grep -v BOOT > /dev/null; then
to fix the reversed detection :(
On Tue, Dec 16, 2003 at 10:31:38AM -0500, Mike Burger wrote:
> Oddly enough, I just did a grep for "CONFIG_QUOTA=y" is turned on in all
> of the Intel architecture config files.
It is CONFIG_XFS_QUOTA that is not turned on.
I suggest waiting for Eric's and/or Russell's comments on the sets of
config options and then use them for rebuilding kernels. That's what
I'll do also. Rebuilding all 40+ kernels will take some time though.
--
Axel.Thimm@xxxxxxxxxxxxxxxxxxx
pgpYp18VUAxzr.pgp
Description: PGP signature
|