diff options
author | Tilman Sauerbeck <tilman@crux.nu> | 2010-07-13 23:00:56 +0200 |
---|---|---|
committer | Tilman Sauerbeck <tilman@crux.nu> | 2010-07-13 23:04:07 +0200 |
commit | fb9b94a860d01f687d1e2c55e2ed2fa8fddc4a1a (patch) | |
tree | 4badf65684aa8c03fab7a3ca8442ea0118e8dc75 /kernel | |
parent | 891890603535e22ef273b88ae94d759b80a39ae9 (diff) | |
download | iso-fb9b94a860d01f687d1e2c55e2ed2fa8fddc4a1a.tar.gz iso-fb9b94a860d01f687d1e2c55e2ed2fa8fddc4a1a.tar.xz |
Added btrfs support.
This touches the kernel config so we get the btrfs module
and it also adds the btrfs-progs package to the iso.
Diffstat (limited to 'kernel')
-rw-r--r-- | kernel/linux-2.6.34.config | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/kernel/linux-2.6.34.config b/kernel/linux-2.6.34.config index 503cefa..e015f1c 100644 --- a/kernel/linux-2.6.34.config +++ b/kernel/linux-2.6.34.config @@ -1,7 +1,7 @@ # # Automatically generated make config: don't edit # Linux kernel version: 2.6.34 -# Fri Jun 25 20:43:26 2010 +# Tue Jul 13 22:59:44 2010 # # CONFIG_64BIT is not set CONFIG_X86_32=y @@ -1940,7 +1940,8 @@ CONFIG_XFS_POSIX_ACL=y # CONFIG_XFS_DEBUG is not set # CONFIG_GFS2_FS is not set # CONFIG_OCFS2_FS is not set -# CONFIG_BTRFS_FS is not set +CONFIG_BTRFS_FS=m +CONFIG_BTRFS_FS_POSIX_ACL=y # CONFIG_NILFS2_FS is not set CONFIG_FILE_LOCKING=y CONFIG_FSNOTIFY=y |