]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
btrfs: Ensure crc32c module is installed.
authorColin Guthrie <colin@mageia.org>
Mon, 26 Dec 2011 23:03:34 +0000 (23:03 +0000)
committerHarald Hoyer <harald@redhat.com>
Mon, 9 Jan 2012 12:32:36 +0000 (13:32 +0100)
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.

modules.d/90btrfs/module-setup.sh

index f89713f889880ac8b851b8cb35a4b0d7cb59c314..d4abbaf6492675e1b088326c7a5a23dda4e78c8c 100755 (executable)
@@ -29,7 +29,7 @@ depends() {
 }
 
 installkernel() {
-    instmods btrfs
+    instmods btrfs crc32c
 }
 
 install() {