Browse Source

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.
master
Colin Guthrie 13 years ago committed by Harald Hoyer
parent
commit
5d55ceb75c
  1. 2
      modules.d/90btrfs/module-setup.sh

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

@ -29,7 +29,7 @@ depends() { @@ -29,7 +29,7 @@ depends() {
}

installkernel() {
instmods btrfs
instmods btrfs crc32c
}

install() {

Loading…
Cancel
Save