From: Harald Hoyer Date: Fri, 8 Feb 2013 13:13:34 +0000 (+0100) Subject: btrfs/80-btrfs.rules: remove modprobe of btrfs module X-Git-Tag: 026~80 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ff52ca1b5769358beec63e0151f211ef68277590;p=thirdparty%2Fdracut.git btrfs/80-btrfs.rules: remove modprobe of btrfs module this should be automatically modprobed by the kernel on demand --- diff --git a/modules.d/90btrfs/80-btrfs.rules b/modules.d/90btrfs/80-btrfs.rules index e74f9a6af..f4a37878b 100644 --- a/modules.d/90btrfs/80-btrfs.rules +++ b/modules.d/90btrfs/80-btrfs.rules @@ -1,11 +1,9 @@ SUBSYSTEM!="block", GOTO="btrfs_end" ACTION!="add|change", GOTO="btrfs_end" ENV{ID_FS_TYPE}!="btrfs", GOTO="btrfs_end" -RUN+="/sbin/modprobe btrfs" RUN+="/sbin/btrfs device scan $env{DEVNAME}" RUN+="/sbin/initqueue --finished --unique --name btrfs_finished /sbin/btrfs_finished" RUN+="/sbin/initqueue --timeout --onetime --unique --name btrfs_timeout /sbin/btrfs_timeout" LABEL="btrfs_end" -