From: Colin Guthrie Date: Mon, 26 Dec 2011 23:03:34 +0000 (+0000) Subject: btrfs: Ensure crc32c module is installed. X-Git-Tag: 015~92 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5d55ceb75ca5a8d04f0a218aa14b6722af2e52ad;p=thirdparty%2Fdracut.git btrfs: Ensure crc32c module is installed. As outlined here: https://bugs.mageia.org/show_bug.cgi?id=3214 and: https://bugs.launchpad.net/ubuntu/+source/linux-linaro-omap/+bug/715835 the btrfs module needs a CRC implementation. --- diff --git a/modules.d/90btrfs/module-setup.sh b/modules.d/90btrfs/module-setup.sh index f89713f88..d4abbaf64 100755 --- a/modules.d/90btrfs/module-setup.sh +++ b/modules.d/90btrfs/module-setup.sh @@ -29,7 +29,7 @@ depends() { } installkernel() { - instmods btrfs + instmods btrfs crc32c } install() {