[OT] Re: [ATrpms-users] Compiling FC3 kernel source

Tim Wunder tim at thewunders.org
Fri Mar 11 22:15:58 CET 2005


On 3/11/2005 3:58 PM, I believe that Wayne Steenburg wrote:
>>I am trying to compile my own kernel, because I want to compile XFS 
>>support into the kernel
> 
> 
> If that's the only reason, don't it's already there.
> 
> [wayne at FC3Work build]$ cat /lib/modules/2.6.10-1.741_FC3/build/.config |
> grep XFS

why pipe cat through grep when grep alone would suffice?
$ grep XFS /lib/modules/2.6.10-1.9_FC2/build/.config
CONFIG_XFS_FS=m
# CONFIG_XFS_RT is not set
CONFIG_XFS_QUOTA=y
CONFIG_XFS_SECURITY=y
CONFIG_XFS_POSIX_ACL=y
CONFIG_VXFS_FS=m

Regards,
Tim



More information about the atrpms-users mailing list