From 475e841ad57213c7344a77c4ba7d38130342a078 Mon Sep 17 00:00:00 2001 From: Ben Hutchings Date: Sat, 1 Jun 2013 22:12:29 +0000 Subject: [PATCH] udeb: Add raid6_pq to md-modules, and make btrfs-modules depend on it svn path=/dists/sid/linux/; revision=20171 --- debian/changelog | 1 + debian/installer/modules/md-modules | 5 ++++- debian/installer/package-list | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index bf5a9b18c..bc5757118 100644 --- a/debian/changelog +++ b/debian/changelog @@ -27,6 +27,7 @@ linux (3.9.4-1) UNRELEASED; urgency=low - [ppc64] Use symlinks to follow powerpc/powerpc64 configuration - [powerpcspe] Use symlinks to follow powerpc configuration (Closes: #708336, #708662) + - Add raid6_pq to md-modules, and make btrfs-modules depend on it * netfilter: Enable NETFILTER_XT_MATCH_BPF, NETFILTER_XT_MATCH_CONNLABEL as modules * bridge: Enable BRIDGE_VLAN_FILTERING diff --git a/debian/installer/modules/md-modules b/debian/installer/modules/md-modules index 83f392567..e736f7299 100644 --- a/debian/installer/modules/md-modules +++ b/debian/installer/modules/md-modules @@ -6,6 +6,9 @@ raid0 raid1 raid456 raid10 -xor dm-mirror dm-snapshot + +# RAID-related libraries, also used by btrfs +raid6_pq +xor diff --git a/debian/installer/package-list b/debian/installer/package-list index 006cb7526..9e049402d 100644 --- a/debian/installer/package-list +++ b/debian/installer/package-list @@ -134,7 +134,7 @@ Description: IPv6 driver This package contains the IPv6 driver for the kernel. Package: btrfs-modules -Depends: kernel-image, core-modules, crc-modules, zlib-modules, lzo-modules +Depends: kernel-image, core-modules, crc-modules, zlib-modules, lzo-modules, md-modules Priority: extra Description: BTRFS filesystem support This package contains the BTRFS filesystem module for the kernel.