From 3d157447dcbef2b3bcca7150b6e0cd2c248cbb26 Mon Sep 17 00:00:00 2001 From: Ben Hutchings Date: Thu, 10 Dec 2015 18:27:20 +0000 Subject: [PATCH] udeb: Make md-modules depend on crc-modules --- debian/changelog | 1 + debian/installer/package-list | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 6b776ed6a..052d2e5c5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,7 @@ linux (4.4~rc4-1~exp1) UNRELEASED; urgency=medium [ Ben Hutchings ] * aufs: Update support patches to aufs4.x-rcN-20151123 + * udeb: Make md-modules depend on crc-modules -- Ben Hutchings Thu, 10 Dec 2015 17:34:39 +0000 diff --git a/debian/installer/package-list b/debian/installer/package-list index e79890b7d..adaee53f4 100644 --- a/debian/installer/package-list +++ b/debian/installer/package-list @@ -180,7 +180,7 @@ Description: NFS filesystem support This package contains the NFS filesystem module for the kernel. Package: md-modules -Depends: kernel-image +Depends: kernel-image, crc-modules Priority: extra Description: RAID and LVM support This package contains RAID and LVM modules for the kernel.